Home
last modified time | relevance | path

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

/linux-4.4.14/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.c237 ret = call_vb_qop(vb, buf_init, vb); in __vb2_queue_alloc()
933 return ret ? ret : call_vb_qop(vb, buf_prepare, vb); in __qbuf_mmap()
1021 ret = call_vb_qop(vb, buf_init, vb); in __qbuf_userptr()
1028 ret = call_vb_qop(vb, buf_prepare, vb); in __qbuf_userptr()
1157 ret = call_vb_qop(vb, buf_init, vb); in __qbuf_dmabuf()
1164 ret = call_vb_qop(vb, buf_prepare, vb); in __qbuf_dmabuf()