Searched refs:call_vb_qop (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/media/common/videobuf2/ |
D | videobuf2-core.c | 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() 1135 return ret ? ret : call_vb_qop(vb, buf_prepare, vb); in __prepare_mmap() 1225 ret = call_vb_qop(vb, buf_init, vb); in __prepare_userptr() 1232 ret = call_vb_qop(vb, buf_prepare, vb); in __prepare_userptr() 1369 ret = call_vb_qop(vb, buf_init, vb); in __prepare_dmabuf() 1376 ret = call_vb_qop(vb, buf_prepare, vb); in __prepare_dmabuf() 1422 ret = call_vb_qop(vb, buf_out_validate, vb); in __buf_prepare() 1689 ret = call_vb_qop(vb, buf_out_validate, vb); in vb2_core_qbuf()
|