Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dcros_ec.h164 int cros_ec_get_host_events(struct udevice *dev, uint32_t *events_ptr);
/openbmc/u-boot/cmd/
H A Dcros_ec.c192 if (cros_ec_get_host_events(dev, &events)) { in do_cros_ec()
/openbmc/u-boot/drivers/misc/
H A Dcros_ec.c651 int cros_ec_get_host_events(struct udevice *dev, uint32_t *events_ptr) in cros_ec_get_host_events() function