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() 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()
448 bool ec_has_more_events; in cros_ec_lpc_acpi_notify() local 466 &ec_has_more_events); in cros_ec_lpc_acpi_notify() 471 } while (ec_has_more_events); in cros_ec_lpc_acpi_notify()