Home
last modified time | relevance | path

Searched refs:call_vb_qop (Results 1 – 2 of 2) sorted by relevance

/drivers/media/v4l2-core/
Dvideobuf2-internal.h94 #define call_vb_qop(vb, op, args...) \ macro
139 #define call_vb_qop(vb, op, args...) \ macro
Dvideobuf2-core.c241 ret = call_vb_qop(vb, buf_init, vb); in __vb2_queue_alloc()
937 return ret ? ret : call_vb_qop(vb, buf_prepare, vb); in __qbuf_mmap()
1025 ret = call_vb_qop(vb, buf_init, vb); in __qbuf_userptr()
1032 ret = call_vb_qop(vb, buf_prepare, vb); in __qbuf_userptr()
1161 ret = call_vb_qop(vb, buf_init, vb); in __qbuf_dmabuf()
1168 ret = call_vb_qop(vb, buf_prepare, vb); in __qbuf_dmabuf()