Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/venus/
H A 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/drivers/media/platform/qcom/iris/
H A Diris_ctrls.c197 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_set_u32_enum() local
210 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_set_u32() local
223 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_set_stage() local
242 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_set_pipe() local
255 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_set_properties() local
H A Diris_vdec.c339 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_vdec_kill_session() local
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
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
679 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_vdec_stop_cmd() local
H A Diris_hfi_common.c79 const struct iris_hfi_command_ops *hfi_ops = core->hfi_ops; in iris_hfi_core_init() local
H A Diris_buffer.c324 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_queue_buffer() local
432 const struct iris_hfi_command_ops *hfi_ops = inst->core->hfi_ops; in iris_release_internal_buffers() local
H A Diris_core.h101 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