Searched refs:cros_ec (Results 1 – 21 of 21) sorted by relevance
18 from autotest_lib.client.cros import ec as cros_ec unknown35 ec = cros_ec.EC()37 if not cros_ec.has_ectool() or not ec.hello(ignore_status=True):78 except cros_ec.ECError as e:85 except cros_ec.ECError as e:
15 cros_ec = '/dev/cros_ec' variable in kernel_CrosECSysfs62 if not os.path.exists(self.cros_ec):63 raise error.TestFail("%s not found. No driver?" % self.cros_ec)
7 PURPOSE = 'Test cros_ec driver and sysfs interface'
9 from autotest_lib.client.cros import ec as cros_ec unknown25 usbpd = cros_ec.EC_USBPD()
13 from autotest_lib.client.cros import ec as cros_ec, cros_logging unknown244 self._usbpd = cros_ec.EC_USBPD()
21 cros_ec: cros-ec@0 { label
13 &cros_ec {
99 cros_ec: ec@0 { label
182 cros_ec: cros-ec@0 { label
319 cros_ec: cros-ec@0 { label
123 cros_ec: embedded-controller { label
303 cros_ec: cros-ec@0 { label
451 cros_ec: embedded-controller { label
13 obj-$(CONFIG_CROS_EC) += cros_ec.o
149 SANDBOX_STATE_IO(cros_ec, "google,cros-ec", cros_ec_read_state,
1138 UCLASS_DRIVER(cros_ec) = {
94 obj-$(CONFIG_CROS_EC) += cros_ec.o
131 obj-$(CONFIG_CMD_CROS_EC) += cros_ec.o