Searched refs:call_vb_qop (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/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 | 237 ret = call_vb_qop(vb, buf_init, vb); in __vb2_queue_alloc() 933 return ret ? ret : call_vb_qop(vb, buf_prepare, vb); in __qbuf_mmap() 1021 ret = call_vb_qop(vb, buf_init, vb); in __qbuf_userptr() 1028 ret = call_vb_qop(vb, buf_prepare, vb); in __qbuf_userptr() 1157 ret = call_vb_qop(vb, buf_init, vb); in __qbuf_dmabuf() 1164 ret = call_vb_qop(vb, buf_prepare, vb); in __qbuf_dmabuf()
|