Searched refs:call_ptr_memop (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/media/v4l2-core/ |
D | videobuf2-internal.h | 44 #define call_ptr_memop(vb, op, args...) \ macro 120 #define call_ptr_memop(vb, op, args...) \ macro
|
D | videobuf2-core.c | 58 mem_priv = call_ptr_memop(vb, alloc, q->alloc_ctx[plane], in __vb2_buf_mem_alloc() 799 return call_ptr_memop(vb, vaddr, vb->planes[plane_no].mem_priv); in vb2_plane_vaddr() 820 return call_ptr_memop(vb, cookie, vb->planes[plane_no].mem_priv); in vb2_plane_cookie() 992 mem_priv = call_ptr_memop(vb, get_userptr, q->alloc_ctx[plane], in __qbuf_userptr() 1113 mem_priv = call_ptr_memop(vb, attach_dmabuf, in __qbuf_dmabuf() 1894 dbuf = call_ptr_memop(vb, get_dmabuf, vb_plane->mem_priv, in vb2_core_expbuf()
|