Searched refs:call_memop (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/media/common/videobuf2/ |
D | videobuf2-core.c | 59 #define call_memop(vb, op, args...) \ macro 143 #define call_memop(vb, op, args...) \ macro 616 if (mem_priv && call_memop(vb, num_users, mem_priv) > 1) in vb2_buffer_in_use() 1330 ret = call_memop(vb, map_dmabuf, vb->planes[plane].mem_priv); in __prepare_dmabuf() 2364 ret = call_memop(vb, mmap, vb->planes[plane].mem_priv, vma); in vb2_mmap()
|