Home
last modified time | relevance | path

Searched defs:hfi_ops (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/media/platform/qcom/venus/
Dhfi.h108 struct hfi_ops { struct
109 int (*core_init)(struct venus_core *core);
110 int (*core_deinit)(struct venus_core *core);
111 int (*core_trigger_ssr)(struct venus_core *core, u32 trigger_type);
113 int (*session_init)(struct venus_inst *inst, u32 session_type,
115 int (*session_end)(struct venus_inst *inst);
116 int (*session_abort)(struct venus_inst *inst);
117 int (*session_flush)(struct venus_inst *inst, u32 flush_mode);
118 int (*session_start)(struct venus_inst *inst);
119 int (*session_stop)(struct venus_inst *inst);
[all …]
/linux-6.15/drivers/media/platform/qcom/iris/
Diris_vdec.c306 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_vdec_kill_session() local
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
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
651 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_vdec_stop_cmd() local
Diris_ctrls.c182 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_set_u32_enum() local
195 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_set_u32() local
208 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_set_stage() local
227 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_set_pipe() local
240 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_set_properties() local
Diris_hfi_common.c79 const struct iris_hfi_command_ops *hfi_ops = core->hfi_ops; in iris_hfi_core_init() local
Diris_buffer.c321 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_queue_buffer() local
411 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_release_internal_buffers() local
Diris_core.h99 const struct iris_hfi_command_ops *hfi_ops; member
Diris_vidc.c207 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_session_close() local