Searched refs:call_void_qop (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/media/v4l2-core/ |
D | videobuf2-internal.h | 81 #define call_void_qop(q, op, args...) \ macro 133 #define call_void_qop(q, op, args...) \ macro
|
D | videobuf2-v4l2.c | 1294 call_void_qop(q, wait_finish, q); in vb2_thread() 1297 call_void_qop(q, wait_prepare, q); in vb2_thread() 1308 call_void_qop(q, wait_finish, q); in vb2_thread() 1313 call_void_qop(q, wait_prepare, q); in vb2_thread()
|
D | videobuf2-core.c | 1476 call_void_qop(q, wait_prepare, q); in __vb2_wait_for_done_vb() 1490 call_void_qop(q, wait_finish, q); in __vb2_wait_for_done_vb() 1662 call_void_qop(q, stop_streaming, q); in __vb2_queue_cancel()
|