Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Dec.py84 def ec_command(self, cmd, **kwargs): member in EC_Common
124 response = self.ec_command('hello', **kwargs)
132 response = self.ec_command('autofanctrl')
143 response = self.ec_command('pwmgetfanrpm')
159 response = self.ec_command('pwmsetfanrpm %d' % rpm)
173 response = self.ec_command('tempsinfo all')
205 response = self.ec_command('temps %d' % idx)
218 response = self.ec_command('battery')
229 self.ec_command('lightbar on')
230 self.ec_command('lightbar init')
[all …]
/external/autotest/client/site_tests/usbpd_GFU/
Dusbpd_GFU.py117 port.ec_command('flashpd 0 %d %s' % (port.index, rw),