Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/chrome/wilco_ec/
H A Devent.c118 static inline bool event_queue_empty(struct ec_event_queue *q) in event_queue_empty() function
134 if (event_queue_empty(q)) in event_queue_pop()
331 if (!event_queue_empty(dev_data->events)) in event_poll()
365 while (event_queue_empty(dev_data->events)) { in event_read()
371 !event_queue_empty(dev_data->events) || in event_read()