Searched refs:ec_has_more_events (Results 1 – 4 of 4) sorted by relevance
57 bool ec_has_more_events; in cros_ec_handle_event() local60 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() local84 ec_has_more_events = cros_ec_handle_event(ec_dev); in ec_irq_thread()85 } while (ec_has_more_events); in ec_irq_thread()
153 bool ec_has_more_events; in cros_ec_rpmsg_host_event_function() local156 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()
316 bool ec_has_more_events; in cros_ec_lpc_acpi_notify() local324 &ec_has_more_events); in cros_ec_lpc_acpi_notify()329 } while (ec_has_more_events); in cros_ec_lpc_acpi_notify()
144 bool ec_has_more_events; in ish_evt_handler() local147 ec_has_more_events = cros_ec_handle_event(ec_dev); in ish_evt_handler()148 } while (ec_has_more_events); in ish_evt_handler()