OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TTCI_Set_TPM_I2C_Control
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/common_lib/
smogcheck_ttci.py
126
def
TTCI_Set_TPM_I2C_Control
(self, turn_on):
/external/autotest/client/site_tests/hardware_TPMttci/
hardware_TPMttci.py
187
if self.ttci_obj.
TTCI_Set_TPM_I2C_Control
(turn_on=True):
188
raise error.TestFail('
TTCI_Set_TPM_I2C_Control
() error: %s' %
191
if self.ttci_obj.
TTCI_Set_TPM_I2C_Control
(turn_on=False):
192
raise error.TestFail('
TTCI_Set_TPM_I2C_Control
() error: %s' %
198
raise error.TestFail('
TTCI_Set_TPM_I2C_Control
() error: %s' %
202
raise error.TestFail('
TTCI_Set_TPM_I2C_Control
() error: %s' %
Completed in 761 milliseconds