Home
last modified time | relevance | path

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

/linux/drivers/platform/chrome/
A Dcros_ec.c64 bool ec_has_more_events; in cros_ec_handle_event() local
67 ret = cros_ec_get_next_event(ec_dev, &wake_event, &ec_has_more_events); in cros_ec_handle_event()
81 return ec_has_more_events; in cros_ec_handle_event()
94 bool ec_has_more_events; in cros_ec_irq_thread() local
97 ec_has_more_events = cros_ec_handle_event(ec_dev); in cros_ec_irq_thread()
98 } while (ec_has_more_events); in cros_ec_irq_thread()
A Dcros_ec_lpc.c316 bool ec_has_more_events; in cros_ec_lpc_acpi_notify() local
324 &ec_has_more_events); in cros_ec_lpc_acpi_notify()
329 } while (ec_has_more_events); in cros_ec_lpc_acpi_notify()

Completed in 6 milliseconds