Home | History | Annotate | Download | only in common_lib

Lines Matching refs:def

40     def __init__(self):
69 def TTCI_Get_Main_Power_Metrics(self):
76 def TTCI_Get_Backup_Power_Metrics(self):
83 def TTCI_Set_Main_Power_Control(self, turn_on):
93 def TTCI_Set_Backup_Power_Control(self, turn_on):
103 def TTCI_Set_Reset_Control(self, turn_on):
116 def TTCI_Set_PP_Control(self, turn_on):
126 def TTCI_Set_TPM_I2C_Control(self, turn_on):
136 def TTCI_Get_Main_Power_Status(self):
143 def TTCI_Get_Backup_Power_Status(self):
150 def TTCI_Get_PP_Status(self):
157 def TTCI_Get_TPM_I2C_Status(self):
164 def TTCI_Set_LEDs(self, bit_value, failure, warning):
171 def TTCI_Get_Switch_Status(self):
178 def TTCI_Get_LED_Status(self):
186 def computeTimeElapsed(end, start):