Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/amphion/
Dvpu_msgs.c46 call_void_vop(inst, mem_request, in vpu_session_handle_mem_request()
59 call_void_vop(inst, stop_done); in vpu_session_handle_stop_done()
71 call_void_vop(inst, event_notify, VPU_MSG_ID_SEQ_HDR_FOUND, &info); in vpu_session_handle_seq_hdr()
76 call_void_vop(inst, event_notify, VPU_MSG_ID_RES_CHANGE, NULL); in vpu_session_handle_resolution_change()
86 call_void_vop(inst, get_one_frame, &info); in vpu_session_handle_enc_frame_done()
94 call_void_vop(inst, event_notify, VPU_MSG_ID_FRAME_REQ, &fs); in vpu_session_handle_frame_request()
106 call_void_vop(inst, buf_done, &info); in vpu_session_handle_frame_release()
111 call_void_vop(inst, event_notify, VPU_MSG_ID_FRAME_RELEASE, &fs); in vpu_session_handle_frame_release()
118 call_void_vop(inst, input_done); in vpu_session_handle_input_done()
126 call_void_vop(inst, get_one_frame, &info); in vpu_session_handle_pic_decoded()
[all …]
Dvpu_cmds.c281 call_void_vop(inst, wait_prepare); in sync_session_response()
283 call_void_vop(inst, wait_finish); in sync_session_response()
Dvpu_v4l2.c458 call_void_vop(inst, on_queue_empty, q->type); in vpu_vb2_buf_finish()
517 call_void_vop(inst, stop, q->type); in vpu_vb2_stop_streaming()
615 call_void_vop(inst, cleanup); in vpu_v4l2_release()
692 call_void_vop(inst, release); in vpu_v4l2_close()
Dvpu.h283 #define call_void_vop(inst, op, args...) \ macro
Dvenc.c1084 call_void_vop(inst, wait_prepare); in venc_stop_session()
1089 call_void_vop(inst, wait_finish); in venc_stop_session()