Searched refs:ec_has_more_events (Results 1 – 2 of 2) sorted by relevance
61 bool ec_has_more_events; in cros_ec_handle_event() local64 ret = cros_ec_get_next_event(ec_dev, &wake_event, &ec_has_more_events); in cros_ec_handle_event()78 return ec_has_more_events; in cros_ec_handle_event()91 bool ec_has_more_events; in cros_ec_irq_thread() local94 ec_has_more_events = cros_ec_handle_event(ec_dev); in cros_ec_irq_thread()95 } while (ec_has_more_events); in cros_ec_irq_thread()
318 bool ec_has_more_events; in cros_ec_lpc_acpi_notify() local326 &ec_has_more_events); in cros_ec_lpc_acpi_notify()331 } while (ec_has_more_events); in cros_ec_lpc_acpi_notify()