Home
last modified time | relevance | path

Searched refs:cros_ec_get_host_event (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/linux/platform_data/
Dcros_ec_proto.h317 u32 cros_ec_get_host_event(struct cros_ec_device *ec_dev);
/Linux-v5.4/drivers/platform/chrome/
Dcros_ec_proto.c610 host_event = cros_ec_get_host_event(ec_dev); in cros_ec_get_next_event()
631 u32 cros_ec_get_host_event(struct cros_ec_device *ec_dev) in cros_ec_get_host_event() function
649 EXPORT_SYMBOL(cros_ec_get_host_event);
/Linux-v5.4/drivers/rtc/
Drtc-cros-ec.c278 host_event = cros_ec_get_host_event(cros_ec); in cros_ec_rtc_event()
/Linux-v5.4/drivers/extcon/
Dextcon-usbc-cros-ec.c373 host_event = cros_ec_get_host_event(ec); in extcon_cros_ec_event()
/Linux-v5.4/drivers/power/supply/
Dcros_usbpd-charger.c537 host_event = cros_ec_get_host_event(ec_device); in cros_usbpd_charger_ec_event()