Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/common/videobuf2/
Dvideobuf2-core.c120 #define call_vb_qop(vb, op, args...) \ macro
165 #define call_vb_qop(vb, op, args...) \ macro
377 ret = call_vb_qop(vb, buf_init, vb); in __vb2_queue_alloc()
977 return ret ? ret : call_vb_qop(vb, buf_prepare, vb); in __prepare_mmap()
1067 ret = call_vb_qop(vb, buf_init, vb); in __prepare_userptr()
1074 ret = call_vb_qop(vb, buf_prepare, vb); in __prepare_userptr()
1207 ret = call_vb_qop(vb, buf_init, vb); in __prepare_dmabuf()
1214 ret = call_vb_qop(vb, buf_prepare, vb); in __prepare_dmabuf()