Home
last modified time | relevance | path

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

/drivers/media/platform/qcom/iris/
A Diris_ctrls.c197 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_set_u32_enum() local
201 return hfi_ops->session_set_property(inst, hfi_id, in iris_set_u32_enum()
210 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_set_u32() local
214 return hfi_ops->session_set_property(inst, hfi_id, in iris_set_u32()
223 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_set_stage() local
233 return hfi_ops->session_set_property(inst, hfi_id, in iris_set_stage()
242 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_set_pipe() local
246 return hfi_ops->session_set_property(inst, hfi_id, in iris_set_pipe()
255 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_set_properties() local
260 ret = hfi_ops->session_set_config_params(inst, plane); in iris_set_properties()
A Diris_vdec.c339 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_vdec_kill_session() local
344 hfi_ops->session_close(inst); in iris_vdec_kill_session()
350 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_vdec_session_streamoff() local
386 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_vdec_process_streamon_input() local
406 if (hfi_ops->session_pause) { in iris_vdec_process_streamon_input()
407 ret = hfi_ops->session_pause(inst, in iris_vdec_process_streamon_input()
454 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_vdec_process_streamon_output() local
518 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_vdec_streamon_output() local
616 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_vdec_start_cmd() local
647 if (hfi_ops->session_resume_drain) { in iris_vdec_start_cmd()
[all …]
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()
A Diris_buffer.c324 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_queue_buffer() local
327 ret = hfi_ops->session_queue_buf(inst, buf); in iris_queue_buffer()
432 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_release_internal_buffers() local
442 ret = hfi_ops->session_release_buf(inst, buffer); in iris_release_internal_buffers()
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()
A Diris_core.h101 const struct iris_hfi_command_ops *hfi_ops; member
A Diris_vb2.c147 ret = core->hfi_ops->session_open(inst); in iris_vb2_queue_setup()
A Diris_vpu_common.c188 ret = core->hfi_ops->sys_pc_prep(core); in iris_vpu_prepare_pc()
A Diris_hfi_gen2_command.c960 return core->hfi_ops->session_set_property(inst, in iris_set_num_comv()
1060 core->hfi_ops = &iris_hfi_gen2_command_ops; in iris_hfi_gen2_command_ops_init()
A Diris_hfi_gen1_command.c830 core->hfi_ops = &iris_hfi_gen1_command_ops; in iris_hfi_gen1_command_ops_init()
/drivers/media/platform/qcom/venus/
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 …]
A Dhfi.h108 struct hfi_ops { struct
A Dcore.h227 const struct hfi_ops *ops;
A Dhfi_venus.c1647 static const struct hfi_ops venus_hfi_ops = {

Completed in 33 milliseconds