Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/chrome/wilco_ec/
H A Devent.c94 struct ec_event_queue { struct
105 static struct ec_event_queue *event_queue_new(int capacity) in event_queue_new()
107 struct ec_event_queue *q; in event_queue_new()
118 static inline bool event_queue_empty(struct ec_event_queue *q) in event_queue_empty()
124 static inline bool event_queue_full(struct ec_event_queue *q) in event_queue_full()
130 static struct ec_event *event_queue_pop(struct ec_event_queue *q) in event_queue_pop()
148 static struct ec_event *event_queue_push(struct ec_event_queue *q, in event_queue_push()
161 static void event_queue_free(struct ec_event_queue *q) in event_queue_free()
190 struct ec_event_queue *events;