Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/v4l2-core/
Dvideobuf-core.c76 static int state_neither_active_nor_queued(struct videobuf_queue *q, in state_neither_active_nor_queued() function
97 if (state_neither_active_nor_queued(q, vb)) in videobuf_waiton()
110 state_neither_active_nor_queued(q, vb)); in videobuf_waiton()
112 wait_event(vb->done, state_neither_active_nor_queued(q, vb)); in videobuf_waiton()