Searched refs:call_qop (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/media/common/videobuf2/ |
D | videobuf2-core.c | 107 #define call_qop(q, op, args...) \ macro 167 #define call_qop(q, op, args...) \ macro 945 ret = call_qop(q, queue_setup, q, &num_buffers, &num_planes, in vb2_core_reqbufs() 993 ret = call_qop(q, queue_setup, q, &num_buffers, in vb2_core_reqbufs() 1094 ret = call_qop(q, queue_setup, q, &num_buffers, in vb2_core_create_bufs() 1118 ret = call_qop(q, queue_setup, q, &num_buffers, in vb2_core_create_bufs() 1789 ret = call_qop(q, start_streaming, q, in vb2_start_streaming() 2332 ret = call_qop(q, prepare_streaming, q); in vb2_core_streamon()
|