Searched refs:call_vb_qop (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/v4l2-core/ |
D | videobuf2-core.c | 119 #define call_vb_qop(vb, op, args...) \ macro 164 #define call_vb_qop(vb, op, args...) \ macro 386 ret = call_vb_qop(vb, buf_init, vb); in __vb2_queue_alloc() 1390 return call_vb_qop(vb, buf_prepare, vb); in __qbuf_mmap() 1469 ret = call_vb_qop(vb, buf_init, vb); in __qbuf_userptr() 1476 ret = call_vb_qop(vb, buf_prepare, vb); in __qbuf_userptr() 1594 ret = call_vb_qop(vb, buf_init, vb); in __qbuf_dmabuf() 1601 ret = call_vb_qop(vb, buf_prepare, vb); in __qbuf_dmabuf()
|