Searched refs:call_void_bufop (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/common/videobuf2/ |
D | videobuf2-core.c | 184 #define call_void_bufop(q, op, args...) \ macro 569 call_void_bufop(q, fill_user_buffer, q->bufs[index], pb); in vb2_core_querybuf() 1304 call_void_bufop(q, fill_user_buffer, vb, pb); in vb2_core_prepare_buf() 1413 call_void_bufop(q, copy_timestamp, vb, pb); in vb2_core_qbuf() 1426 call_void_bufop(q, fill_user_buffer, vb, pb); in vb2_core_qbuf() 1625 call_void_bufop(q, fill_user_buffer, vb, pb); in vb2_core_dqbuf()
|