Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/common/videobuf2/
Dvideobuf2-core.c748 if (q->waiting_in_dqbuf && *count) { in vb2_core_reqbufs()
889 if (q->waiting_in_dqbuf && *count) { in vb2_core_create_bufs()
1746 if (q->waiting_in_dqbuf) { in __vb2_wait_for_done_vb()
1778 q->waiting_in_dqbuf = 1; in __vb2_wait_for_done_vb()
1799 q->waiting_in_dqbuf = 0; in __vb2_wait_for_done_vb()
2694 if (q->waiting_in_dqbuf) { in __vb2_perform_fileio()
/Linux-v5.15/include/media/
Dvideobuf2-core.h621 unsigned int waiting_in_dqbuf:1; member