Home
last modified time | relevance | path

Searched refs:hfi_ops (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/drivers/media/platform/qcom/iris/
H A Diris_ctrls.c182 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_set_u32_enum() local
186 return hfi_ops->session_set_property(inst, hfi_id, in iris_set_u32_enum()
195 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_set_u32() local
199 return hfi_ops->session_set_property(inst, hfi_id, in iris_set_u32()
208 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_set_stage() local
218 return hfi_ops->session_set_property(inst, hfi_id, in iris_set_stage()
227 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_set_pipe() local
231 return hfi_ops->session_set_property(inst, hfi_id, in iris_set_pipe()
240 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_set_properties() local
245 ret = hfi_ops->session_set_config_params(inst, plane); in iris_set_properties()
H A Diris_vdec.c306 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_vdec_kill_session() local
311 hfi_ops->session_close(inst); in iris_vdec_kill_session()
317 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_vdec_session_streamoff() local
360 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_vdec_process_streamon_input() local
380 if (hfi_ops->session_pause) { in iris_vdec_process_streamon_input()
381 ret = hfi_ops->session_pause(inst, in iris_vdec_process_streamon_input()
428 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_vdec_process_streamon_output() local
490 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_vdec_streamon_output() local
588 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_vdec_start_cmd() local
619 if (hfi_ops->session_resume_drain) { in iris_vdec_start_cmd()
[all …]
H A Diris_hfi_common.c79 const struct iris_hfi_command_ops *hfi_ops = core->hfi_ops; in iris_hfi_core_init() local
82 ret = hfi_ops->sys_init(core); in iris_hfi_core_init()
86 ret = hfi_ops->sys_image_version(core); in iris_hfi_core_init()
90 return hfi_ops->sys_interframe_powercollapse(core); in iris_hfi_core_init()
147 const struct iris_hfi_command_ops *ops = core->hfi_ops; in iris_hfi_pm_resume()
H A Diris_buffer.c321 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_queue_buffer() local
324 ret = hfi_ops->session_queue_buf(inst, buf); in iris_queue_buffer()
411 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_release_internal_buffers() local
421 ret = hfi_ops->session_release_buf(inst, buffer); in iris_release_internal_buffers()
H A Diris_core.h99 const struct iris_hfi_command_ops *hfi_ops; member
H A Diris_vidc.c207 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_session_close() local
216 ret = hfi_ops->session_close(inst); in iris_session_close()
H A Diris_vb2.c147 ret = core->hfi_ops->session_open(inst); in iris_vb2_queue_setup()
H A Diris_vpu_common.c188 ret = core->hfi_ops->sys_pc_prep(core); in iris_vpu_prepare_pc()
H A Diris_hfi_gen2_command.c851 return core->hfi_ops->session_set_property(inst, in iris_set_num_comv()
951 core->hfi_ops = &iris_hfi_gen2_command_ops; in iris_hfi_gen2_command_ops_init()
H A Diris_hfi_gen1_command.c820 core->hfi_ops = &iris_hfi_gen1_command_ops; in iris_hfi_gen1_command_ops_init()
/linux-6.15/drivers/media/platform/qcom/venus/
H A Dhfi.c194 const struct hfi_ops *ops = core->ops; in hfi_session_init()
243 const struct hfi_ops *ops = inst->core->ops; in hfi_session_deinit()
274 const struct hfi_ops *ops = inst->core->ops; in hfi_session_start()
301 const struct hfi_ops *ops = inst->core->ops; in hfi_session_stop()
342 const struct hfi_ops *ops = inst->core->ops; in hfi_session_abort()
364 const struct hfi_ops *ops = inst->core->ops; in hfi_session_load_res()
390 const struct hfi_ops *ops = inst->core->ops; in hfi_session_unload_res()
417 const struct hfi_ops *ops = inst->core->ops; in hfi_session_flush()
441 const struct hfi_ops *ops = inst->core->ops; in hfi_session_set_buffers()
452 const struct hfi_ops *ops = inst->core->ops; in hfi_session_unset_buffers()
[all …]
H A Dhfi.h108 struct hfi_ops { struct
H A Dcore.h224 const struct hfi_ops *ops;
H A Dhfi_venus.c1643 static const struct hfi_ops venus_hfi_ops = {