Home
last modified time | relevance | path

Searched refs:cros_ec_get_host_events (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dcros_ec.h166 int cros_ec_get_host_events(struct cros_ec_dev *dev, uint32_t *events_ptr);
/OK3568_Linux_fs/u-boot/cmd/
H A Dcros_ec.c198 if (cros_ec_get_host_events(dev, &events)) { in do_cros_ec()
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dcros_ec.c570 int cros_ec_get_host_events(struct cros_ec_dev *dev, uint32_t *events_ptr) in cros_ec_get_host_events() function