Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/platform/chrome/
Dcros_ec_proto.c703 bool *has_more_events) in cros_ec_get_next_event() argument
722 if (has_more_events) in cros_ec_get_next_event()
723 *has_more_events = false; in cros_ec_get_next_event()
732 if (has_more_events) in cros_ec_get_next_event()
733 *has_more_events = ec_dev->event_data.event_type & in cros_ec_get_next_event()
/Linux-v5.10/include/linux/platform_data/
Dcros_ec_proto.h226 bool *has_more_events);