Home
last modified time | relevance | path

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

/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c127 dprintk((vb)->vb2_queue, 2, "call_vb_qop(%d, %s)%s\n", \
131 #define call_vb_qop(vb, op, args...) \ macro
176 #define call_vb_qop(vb, op, args...) \ macro
537 ret = call_vb_qop(vb, buf_init, vb); in __vb2_queue_alloc()
1259 return ret ? ret : call_vb_qop(vb, buf_prepare, vb); in __prepare_mmap()
1349 ret = call_vb_qop(vb, buf_init, vb); in __prepare_userptr()
1356 ret = call_vb_qop(vb, buf_prepare, vb); in __prepare_userptr()
1506 ret = call_vb_qop(vb, buf_init, vb); in __prepare_dmabuf()
1513 ret = call_vb_qop(vb, buf_prepare, vb); in __prepare_dmabuf()
1565 ret = call_vb_qop(v in __buf_prepare()
[all...]