Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/platform/chrome/wilco_ec/
H A Devent.c119 static inline bool event_queue_empty(struct ec_event_queue *q) in event_queue_empty() function
135 if (event_queue_empty(q)) in event_queue_pop()
332 if (!event_queue_empty(dev_data->events)) in event_poll()
366 while (event_queue_empty(dev_data->events)) { in event_read()
372 !event_queue_empty(dev_data->events) || in event_read()