Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/cec/
Dcec-api.c49 if (fh->total_queued_events) in cec_poll()
288 while (!fh->total_queued_events && block) { in cec_dqevent()
291 fh->total_queued_events); in cec_dqevent()
321 fh->total_queued_events--; in cec_dqevent()
Dcec-adap.c107 fh->total_queued_events++; in cec_queue_event_fh()
/Linux-v4.19/include/media/
Dcec.h96 unsigned int total_queued_events; member