Searched refs:turn_on (Results 1 – 9 of 9) sorted by relevance
/external/autotest/client/common_lib/ |
D | smogcheck_ttci.py | 83 def TTCI_Set_Main_Power_Control(self, turn_on): argument 91 return self.pca_obj.setPCAcontrol('main_power', turn_on=turn_on) 93 def TTCI_Set_Backup_Power_Control(self, turn_on): argument 101 return self.pca_obj.setPCAcontrol('backup_power', turn_on=turn_on) 103 def TTCI_Set_Reset_Control(self, turn_on): argument 114 return self.pca_obj.setPCAcontrol('reset', turn_on=not(turn_on)) 116 def TTCI_Set_PP_Control(self, turn_on): argument 124 return self.pca_obj.setPCAcontrol('pp', turn_on=turn_on) 126 def TTCI_Set_TPM_I2C_Control(self, turn_on): argument 134 return self.pca_obj.setPCAcontrol('tpm_i2c', turn_on=turn_on)
|
D | smogcheck_pca9555.py | 85 def setPCAcontrol(self, key, turn_on): argument 95 logging.info('Attempt to set %r bit to %r', key, turn_on) 98 if turn_on:
|
/external/autotest/client/site_tests/hardware_TPMttci/ |
D | hardware_TPMttci.py | 154 if self.ttci_obj.TTCI_Set_Main_Power_Control(turn_on=True): 158 if self.ttci_obj.TTCI_Set_Main_Power_Control(turn_on=False): 165 if self.ttci_obj.TTCI_Set_Backup_Power_Control(turn_on=True): 169 if self.ttci_obj.TTCI_Set_Backup_Power_Control(turn_on=False): 176 if self.ttci_obj.TTCI_Set_PP_Control(turn_on=True): 180 if self.ttci_obj.TTCI_Set_PP_Control(turn_on=False): 187 if self.ttci_obj.TTCI_Set_TPM_I2C_Control(turn_on=True): 191 if self.ttci_obj.TTCI_Set_TPM_I2C_Control(turn_on=False): 197 if self.ttci_obj.TTCI_Set_Reset_Control(turn_on=True): 201 if self.ttci_obj.TTCI_Set_Reset_Control(turn_on=False):
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/integration/ |
D | blink.ll | 13 ; void turn_on() { 25 ; turn_on(); 57 ; CHECK-LABEL: turn_on 58 define void @turn_on() { 115 ; CHECK: call turn_on 116 call void @turn_on()
|
/external/ltp/testcases/kernel/syscalls/ioperm/ |
D | ioperm02.c | 102 int turn_on; member 135 test_cases[i].num, test_cases[i].turn_on)); in main() 206 test_cases[0].turn_on = TURN_ON; in setup() 210 test_cases[1].turn_on = TURN_ON; in setup()
|
/external/ltp/android/include/sys/ |
D | io.h | 12 static inline int ioperm(unsigned long from, unsigned long num, int turn_on) in ioperm() argument 14 return syscall(__NR_ioperm, from, num, turn_on); in ioperm()
|
/external/autotest/client/site_tests/hardware_TPMTakeOwnership/ |
D | hardware_TPMTakeOwnership.py | 85 if self.ttci_obj.TTCI_Set_Reset_Control(turn_on=True): 94 if self.ttci_obj.TTCI_Set_Reset_Control(turn_on=False):
|
/external/autotest/client/cros/bluetooth/ |
D | bluetooth_tester_xmlrpc_server.py | 132 turn_on = (current_settings ^ profile_settings) & profile_settings 133 if turn_on & bluetooth_socket.MGMT_SETTING_BREDR: 137 if turn_on & bluetooth_socket.MGMT_SETTING_LE:
|
/external/autotest/server/cros/network/ |
D | wifi_client.py | 515 def powersave_switch(self, turn_on): argument 522 if turn_on:
|