Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_proto.h255 u32 cros_ec_get_host_event(struct cros_ec_device *ec_dev);
/openbmc/linux/drivers/platform/chrome/
H A Dcros_usbpd_notify.c172 u32 host_event = cros_ec_get_host_event(ec_dev); in cros_usbpd_notify_plat()
H A Dcros_ec_proto.c841 host_event = cros_ec_get_host_event(ec_dev); in cros_ec_get_next_event()
873 u32 cros_ec_get_host_event(struct cros_ec_device *ec_dev) in cros_ec_get_host_event() function
892 EXPORT_SYMBOL(cros_ec_get_host_event);
H A Dcros_ec.c159 u32 host_event = cros_ec_get_host_event(ec_dev); in cros_ec_ready_event()
H A Dcros_ec_proto_test.c2324 ret = cros_ec_get_host_event(ec_dev); in cros_ec_proto_test_get_host_event_no_mkbp_event()
2337 ret = cros_ec_get_host_event(ec_dev); in cros_ec_proto_test_get_host_event_not_host_event()
2351 ret = cros_ec_get_host_event(ec_dev); in cros_ec_proto_test_get_host_event_wrong_event_size()
2367 ret = cros_ec_get_host_event(ec_dev); in cros_ec_proto_test_get_host_event_normal()
/openbmc/linux/drivers/rtc/
H A Drtc-cros-ec.c272 host_event = cros_ec_get_host_event(cros_ec); in cros_ec_rtc_event()
/openbmc/linux/drivers/extcon/
H A Dextcon-usbc-cros-ec.c373 host_event = cros_ec_get_host_event(ec); in extcon_cros_ec_event()
/openbmc/linux/sound/soc/codecs/
H A Dcros_ec_codec.c816 host_event = cros_ec_get_host_event(priv->ec_device); in wov_host_event()