Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/cec/
Dcec-api.c50 if (fh->total_queued_events) in cec_poll()
297 while (!fh->total_queued_events && block) { in cec_dqevent()
300 fh->total_queued_events); in cec_dqevent()
330 fh->total_queued_events--; in cec_dqevent()
Dcec-adap.c133 fh->total_queued_events++; in cec_queue_event_fh()
/Linux-v5.4/include/media/
Dcec.h98 unsigned int total_queued_events; member