Searched refs:cros_ec (Results 1 – 25 of 26) sorted by relevance
12
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
198 cros_ec: cros-ec@0 { label
284 &cros_ec {
335 cros_ec: cros-ec@0 { label
122 cros_ec: embedded-controller { label
303 cros_ec: cros-ec@0 { label
503 cros_ec: embedded-controller { label
22 cros_ec: cros-ec { label
341 &cros_ec {
50 cros_ec: cros-ec { label
8 obj-$(CONFIG_$(SPL_TPL_)CROS_EC) += cros_ec.o
149 SANDBOX_STATE_IO(cros_ec, "google,cros-ec", cros_ec_read_state,
1483 UCLASS_DRIVER(cros_ec) = {
101 obj-$(CONFIG_CROS_EC) += cros_ec.o
26 cros-ec0 = &cros_ec;639 cros_ec: cros-ec { label
140 obj-$(CONFIG_CMD_CROS_EC) += cros_ec.o