Searched refs:call_memop (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/media/v4l2-core/ |
D | videobuf2-internal.h | 32 #define call_memop(vb, op, args...) \ macro 116 #define call_memop(vb, op, args...) \ macro
|
D | videobuf2-core.c | 415 if (mem_priv && call_memop(vb, num_users, mem_priv) > 1) in vb2_buffer_in_use() 1132 ret = call_memop(vb, map_dmabuf, vb->planes[plane].mem_priv); in __qbuf_dmabuf() 1995 ret = call_memop(vb, mmap, vb->planes[plane].mem_priv, vma); in vb2_mmap()
|