Home
last modified time | relevance | path

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

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