Home
last modified time | relevance | path

Searched refs:cros_ec_handle_event (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/platform/chrome/
H A Dcros_ec.h17 bool cros_ec_handle_event(struct cros_ec_device *ec_dev);
H A Dcros_ec.c45 * cros_ec_handle_event() - process and forward pending events on EC
54 bool cros_ec_handle_event(struct cros_ec_device *ec_dev) in cros_ec_handle_event() function
76 EXPORT_SYMBOL(cros_ec_handle_event); variable
84 ec_has_more_events = cros_ec_handle_event(ec_dev); in ec_irq_thread()
H A Dcros_ec_rpmsg.c156 ec_has_more_events = cros_ec_handle_event(ec_dev); in cros_ec_rpmsg_host_event_function()
H A Dcros_ec_ishtp.c147 ec_has_more_events = cros_ec_handle_event(ec_dev); in ish_evt_handler()
/kernel/linux/linux-6.6/drivers/platform/chrome/
H A Dcros_ec.c50 * cros_ec_handle_event() - process and forward pending events on EC
59 static bool cros_ec_handle_event(struct cros_ec_device *ec_dev) in cros_ec_handle_event() function
95 ec_has_more_events = cros_ec_handle_event(ec_dev); in cros_ec_irq_thread()

Completed in 3 milliseconds