Searched refs:ec_command (Results 1 – 2 of 2) sorted by relevance
84 def ec_command(self, cmd, **kwargs): member in EC_Common124 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 …]
117 port.ec_command('flashpd 0 %d %s' % (port.index, rw),