Searched refs:ec_command (Results 1 – 2 of 2) sorted by relevance
63 def ec_command(self, cmd, **kwargs): member in EC_Common95 response = self.ec_command('hello')103 response = self.ec_command('autofanctrl')114 response = self.ec_command('pwmgetfanrpm')130 response = self.ec_command('pwmsetfanrpm %d' % rpm)143 response = self.ec_command('temps %d' % idx)155 response = self.ec_command('battery')163 self.ec_command('lightbar on')164 self.ec_command('lightbar init')165 self.ec_command('lightbar 4 255 255 255')[all …]
117 port.ec_command('flashpd 0 %d %s' % (port.index, rw),