Searched refs:ec_has_more_events (Results 1 – 2 of 2) sorted by relevance
113 bool ec_has_more_events; in cros_ec_handle_event() local116 ret = cros_ec_get_next_event(ec_dev, &wake_event, &ec_has_more_events); in cros_ec_handle_event()130 return ec_has_more_events; in cros_ec_handle_event()143 bool ec_has_more_events; in cros_ec_irq_thread() local146 ec_has_more_events = cros_ec_handle_event(ec_dev); in cros_ec_irq_thread()147 } while (ec_has_more_events); in cros_ec_irq_thread()
448 bool ec_has_more_events; in cros_ec_lpc_acpi_notify() local466 &ec_has_more_events); in cros_ec_lpc_acpi_notify()471 } while (ec_has_more_events); in cros_ec_lpc_acpi_notify()