Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/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()
/dports/multimedia/libv4l/linux-5.13-rc2/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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/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()
/dports/audio/moc/moc-2.5.2/
H A Dprotocol.h169 int event_queue_empty (const struct event_queue *q);
H A Dprotocol.c647 int event_queue_empty (const struct event_queue *q) in event_queue_empty() function
709 assert (!event_queue_empty(q)); in event_send_noblock()
H A Dserver.c650 while (!event_queue_empty(&cli->events) in flush_events()
1639 if (!event_queue_empty(&clients[i].events)) in add_clients_fds()
H A Dinterface.c1211 if (!no_iface && !event_queue_empty (&events)) { in fill_tags()
/dports/x11/alacritty/alacritty-0.9.0/alacritty/src/
H A Devent.rs990 fn event_queue_empty(&mut self) -> bool {
1008 fn event_queue_empty(&mut self) -> bool {
1054 if self.event_queue_empty() {