Home
last modified time | relevance | path

Searched refs:call_vb_qop (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c117 dprintk((vb)->vb2_queue, 2, "call_vb_qop(%d, %s)%s\n", \
121 #define call_vb_qop(vb, op, args...) \ macro
166 #define call_vb_qop(vb, op, args...) \ macro
452 ret = call_vb_qop(vb, buf_init, vb); in __vb2_queue_alloc()
1104 return ret ? ret : call_vb_qop(vb, buf_prepare, vb); in __prepare_mmap()
1193 ret = call_vb_qop(vb, buf_init, vb); in __prepare_userptr()
1200 ret = call_vb_qop(vb, buf_prepare, vb); in __prepare_userptr()
1335 ret = call_vb_qop(vb, buf_init, vb); in __prepare_dmabuf()
1342 ret = call_vb_qop(vb, buf_prepare, vb); in __prepare_dmabuf()
1388 ret = call_vb_qop(v in __buf_prepare()
[all...]
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c117 dprintk((vb)->vb2_queue, 2, "call_vb_qop(%d, %s)%s\n", \
121 #define call_vb_qop(vb, op, args...) \ macro
166 #define call_vb_qop(vb, op, args...) \ macro
458 ret = call_vb_qop(vb, buf_init, vb); in __vb2_queue_alloc()
1121 return ret ? ret : call_vb_qop(vb, buf_prepare, vb); in __prepare_mmap()
1211 ret = call_vb_qop(vb, buf_init, vb); in __prepare_userptr()
1218 ret = call_vb_qop(vb, buf_prepare, vb); in __prepare_userptr()
1355 ret = call_vb_qop(vb, buf_init, vb); in __prepare_dmabuf()
1362 ret = call_vb_qop(vb, buf_prepare, vb); in __prepare_dmabuf()
1408 ret = call_vb_qop(v in __buf_prepare()
[all...]

Completed in 5 milliseconds