Searched refs:event_queue_pop (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/platform/chrome/wilco_ec/
H A Devent.c130 static struct ec_event *event_queue_pop(struct ec_event_queue *q) function
154 popped = event_queue_pop(q);
165 while ((event = event_queue_pop(q)) != NULL)
381 event = event_queue_pop(dev_data->events);

Completed in 145 milliseconds