Home
last modified time | relevance | path

Searched refs:ec_has_more_events (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/platform/chrome/
Dcros_ec.c61 bool ec_has_more_events; in cros_ec_handle_event() local
64 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() local
94 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()
Dcros_ec_lpc.c318 bool ec_has_more_events; in cros_ec_lpc_acpi_notify() local
326 &ec_has_more_events); in cros_ec_lpc_acpi_notify()
331 } while (ec_has_more_events); in cros_ec_lpc_acpi_notify()