Home
last modified time | relevance | path

Searched refs:ChromeCr50 (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/cros/servo/
Dchrome_cr50.py26 class ChromeCr50(chrome_ec.ChromeConsole): class
75 super(ChromeCr50, self).__init__(servo, 'cr50_uart')
86 super(ChromeCr50, self).send_command(self.WAKE_CHAR)
87 super(ChromeCr50, self).send_command(commands)
98 super(ChromeCr50, self).send_command(self.WAKE_CHAR)
99 return super(ChromeCr50, self).send_command_get_output(command,
/external/autotest/server/cros/faft/
Dfirmware_test.py692 self.cr50 = chrome_cr50.ChromeCr50(self.servo)