Searched refs:call_vb_qop (Results 1 – 2 of 2) sorted by relevance
/drivers/media/v4l2-core/ |
D | videobuf2-internal.h | 94 #define call_vb_qop(vb, op, args...) \ macro 139 #define call_vb_qop(vb, op, args...) \ macro
|
D | videobuf2-core.c | 241 ret = call_vb_qop(vb, buf_init, vb); in __vb2_queue_alloc() 937 return ret ? ret : call_vb_qop(vb, buf_prepare, vb); in __qbuf_mmap() 1025 ret = call_vb_qop(vb, buf_init, vb); in __qbuf_userptr() 1032 ret = call_vb_qop(vb, buf_prepare, vb); in __qbuf_userptr() 1161 ret = call_vb_qop(vb, buf_init, vb); in __qbuf_dmabuf() 1168 ret = call_vb_qop(vb, buf_prepare, vb); in __qbuf_dmabuf()
|