Searched refs:ec_has_more_events (Results 1 – 2 of 2) sorted by relevance
62 bool ec_has_more_events; in cros_ec_handle_event() local65 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() local95 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()
321 bool ec_has_more_events; in cros_ec_lpc_acpi_notify() local339 &ec_has_more_events); in cros_ec_lpc_acpi_notify()344 } while (ec_has_more_events); in cros_ec_lpc_acpi_notify()