Home
last modified time | relevance | path

Searched refs:chrome_ec (Results 1 – 25 of 25) sorted by relevance

/external/autotest/server/cros/servo/
Dchrome_usbpd.py8 from autotest_lib.server.cros.servo import chrome_ec
11 class ChromeUSBPD(chrome_ec.ChromeEC):
Dplankton.py9 from autotest_lib.server.cros.servo import chrome_ec
16 class Plankton(chrome_ec.ChromeEC):
/external/autotest/server/cros/faft/
Dfirmware_test.py23 from autotest_lib.server.cros.servo import chrome_ec
139 if self.faft_config.chrome_ec:
140 self.ec = chrome_ec.ChromeEC(self.servo)
144 elif self.faft_config.chrome_ec:
497 if not self.faft_config.chrome_ec:
608 if self.faft_config.chrome_ec:
667 if self.faft_config.chrome_ec:
693 if self.ec_uart_file and self.faft_config.chrome_ec:
696 if (self.usbpd_uart_file and self.faft_config.chrome_ec and
706 if self.ec_uart_file and self.faft_config.chrome_ec:
[all …]
/external/autotest/server/cros/faft/config/
Doak.py10 chrome_ec = True variable in Values
Dpi.py10 chrome_ec = True variable in Values
Dpit.py10 chrome_ec = True variable in Values
Dspring.py11 chrome_ec = True variable in Values
Dkunimitsu.py9 chrome_ec = True variable in Values
Dauron.py11 chrome_ec = True variable in Values
Dskate.py11 chrome_ec = True variable in Values
Dsnow.py10 chrome_ec = True variable in Values
Dslippy.py12 chrome_ec = True variable in Values
Dnyan.py11 chrome_ec = True variable in Values
Dryu.py17 chrome_ec = True variable in Values
Drambi.py10 chrome_ec = True variable in Values
Dcyan.py10 chrome_ec = True variable in Values
Dstrago.py9 chrome_ec = True variable in Values
Dsamus.py11 chrome_ec = True variable in Values
Dpinky.py11 chrome_ec = True variable in Values
Dlink.py11 chrome_ec = True variable in Values
Dglados.py9 chrome_ec = True variable in Values
DDEFAULTS.py20 chrome_ec = False variable in Values
/external/autotest/server/site_tests/power_SuspendShutdown/
Dpower_SuspendShutdown.py71 if client_attr.chrome_ec and not 'lid' in client_attr.ec_capability:
/external/autotest/server/site_tests/firmware_FwScreenCloseLid/
Dfirmware_FwScreenCloseLid.py75 if self.faft_config.chrome_ec and not self.check_ec_capability(['lid']):
/external/autotest/server/site_tests/firmware_Mosys/
Dfirmware_Mosys.py195 if self.faft_config.chrome_ec: