Searched refs:call_void_vop (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/media/platform/amphion/ |
H A D | vpu_msgs.c | 48 call_void_vop(inst, mem_request, in vpu_session_handle_mem_request() 62 call_void_vop(inst, stop_done); in vpu_session_handle_stop_done() 74 call_void_vop(inst, event_notify, VPU_MSG_ID_SEQ_HDR_FOUND, &info); in vpu_session_handle_seq_hdr() 79 call_void_vop(inst, event_notify, VPU_MSG_ID_RES_CHANGE, NULL); in vpu_session_handle_resolution_change() 89 call_void_vop(inst, get_one_frame, &info); in vpu_session_handle_enc_frame_done() 97 call_void_vop(inst, event_notify, VPU_MSG_ID_FRAME_REQ, &fs); in vpu_session_handle_frame_request() 109 call_void_vop(inst, buf_done, &info); in vpu_session_handle_frame_release() 114 call_void_vop(inst, event_notify, VPU_MSG_ID_FRAME_RELEASE, &fs); in vpu_session_handle_frame_release() 121 call_void_vop(inst, input_done); in vpu_session_handle_input_done() 129 call_void_vop(inst, get_one_frame, &info); in vpu_session_handle_pic_decoded() [all …]
|
H A D | vpu_cmds.c | 270 call_void_vop(inst, wait_prepare); in sync_session_response() 272 call_void_vop(inst, wait_finish); in sync_session_response()
|
H A D | vpu.h | 287 #define call_void_vop(inst, op, args...) \ macro
|