Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/platform/chrome/
Dcros_ec_proto.c714 bool *has_more_events) in cros_ec_get_next_event() argument
733 if (has_more_events) in cros_ec_get_next_event()
734 *has_more_events = false; in cros_ec_get_next_event()
743 if (has_more_events) in cros_ec_get_next_event()
744 *has_more_events = ec_dev->event_data.event_type & in cros_ec_get_next_event()
/Linux-v5.15/include/linux/platform_data/
Dcros_ec_proto.h226 bool *has_more_events);