Searched refs:call_void_vb_qop (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/media/common/videobuf2/ |
D | videobuf2-core.c | 143 #define call_void_vb_qop(vb, op, args...) \ macro 179 #define call_void_vb_qop(vb, op, args...) \ macro 595 call_void_vb_qop(vb, buf_cleanup, vb); in __vb2_queue_free() 1306 call_void_vb_qop(vb, buf_cleanup, vb); in __prepare_userptr() 1359 call_void_vb_qop(vb, buf_cleanup, vb); in __prepare_userptr() 1434 call_void_vb_qop(vb, buf_cleanup, vb); in __prepare_dmabuf() 1516 call_void_vb_qop(vb, buf_cleanup, vb); in __prepare_dmabuf() 1546 call_void_vb_qop(vb, buf_queue, vb); in __enqueue_in_driver() 2154 call_void_vb_qop(vb, buf_finish, vb); in vb2_core_dqbuf() 2284 call_void_vb_qop(vb, buf_request_complete, vb); in __vb2_queue_cancel() [all …]
|