Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/platform/chrome/wilco_ec/
H A Devent.c131 static struct ec_event *event_queue_pop(struct ec_event_queue *q) in event_queue_pop() function
155 popped = event_queue_pop(q); in event_queue_push()
166 while ((event = event_queue_pop(q)) != NULL) in event_queue_free()
382 event = event_queue_pop(dev_data->events); in event_read()