Searched refs:call_void_bufop (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/media/common/videobuf2/ |
D | videobuf2-core.c | 195 #define call_void_bufop(q, op, args...) \ macro 519 call_void_bufop(q, init_buffer, vb); in __vb2_queue_alloc() 739 call_void_bufop(q, fill_user_buffer, vb, pb); in vb2_core_querybuf() 1654 call_void_bufop(vb->vb2_queue, init_buffer, vb); in vb2_req_unbind() 1718 call_void_bufop(q, fill_user_buffer, vb, pb); in vb2_core_prepare_buf() 1900 call_void_bufop(q, copy_timestamp, vb, pb); in vb2_core_qbuf() 1901 call_void_bufop(q, fill_user_buffer, vb, pb); in vb2_core_qbuf() 1940 call_void_bufop(q, copy_timestamp, vb, pb); in vb2_core_qbuf() 1953 call_void_bufop(q, fill_user_buffer, vb, pb); in vb2_core_qbuf() 2128 call_void_bufop(q, init_buffer, vb); in __vb2_dqbuf() [all …]
|