Home
last modified time | relevance | path

Searched refs:ec_has_more_events (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/platform/chrome/
H A Dcros_ec.c57 bool ec_has_more_events; in cros_ec_handle_event() local
60 ret = cros_ec_get_next_event(ec_dev, &wake_event, &ec_has_more_events); in cros_ec_handle_event()
74 return ec_has_more_events; in cros_ec_handle_event()
81 bool ec_has_more_events; in ec_irq_thread() local
84 ec_has_more_events = cros_ec_handle_event(ec_dev); in ec_irq_thread()
85 } while (ec_has_more_events); in ec_irq_thread()
H A Dcros_ec_rpmsg.c153 bool ec_has_more_events; in cros_ec_rpmsg_host_event_function() local
156 ec_has_more_events = cros_ec_handle_event(ec_dev); in cros_ec_rpmsg_host_event_function()
157 } while (ec_has_more_events); in cros_ec_rpmsg_host_event_function()
H A Dcros_ec_ishtp.c144 bool ec_has_more_events; in ish_evt_handler() local
147 ec_has_more_events = cros_ec_handle_event(ec_dev); in ish_evt_handler()
148 } while (ec_has_more_events); in ish_evt_handler()
H A Dcros_ec_lpc.c316 bool ec_has_more_events; in cros_ec_lpc_acpi_notify() local
324 &ec_has_more_events); in cros_ec_lpc_acpi_notify()
329 } while (ec_has_more_events); in cros_ec_lpc_acpi_notify()
/kernel/linux/linux-6.6/drivers/platform/chrome/
H A Dcros_ec.c62 bool ec_has_more_events; in cros_ec_handle_event() local
65 ret = cros_ec_get_next_event(ec_dev, &wake_event, &ec_has_more_events); in cros_ec_handle_event()
79 return ec_has_more_events; in cros_ec_handle_event()
92 bool ec_has_more_events; in cros_ec_irq_thread() local
95 ec_has_more_events = cros_ec_handle_event(ec_dev); in cros_ec_irq_thread()
96 } while (ec_has_more_events); in cros_ec_irq_thread()
H A Dcros_ec_lpc.c321 bool ec_has_more_events; in cros_ec_lpc_acpi_notify() local
339 &ec_has_more_events); in cros_ec_lpc_acpi_notify()
344 } while (ec_has_more_events); in cros_ec_lpc_acpi_notify()

Completed in 5 milliseconds