Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dcros_ec.h173 int cros_ec_clear_host_events(struct udevice *dev, uint32_t events);
/openbmc/u-boot/cmd/
H A Dcros_ec.c203 if (cros_ec_clear_host_events(dev, events)) { in do_cros_ec()
/openbmc/u-boot/drivers/misc/
H A Dcros_ec.c670 int cros_ec_clear_host_events(struct udevice *dev, uint32_t events) in cros_ec_clear_host_events() function