Lines Matching defs:ops
175 int hfi_session_create(struct venus_inst *inst, const struct hfi_inst_ops *ops) in hfi_session_create()
198 const struct hfi_ops *ops = core->ops; in hfi_session_init() local
235 const struct hfi_ops *ops = inst->core->ops; in hfi_session_deinit() local
262 const struct hfi_ops *ops = inst->core->ops; in hfi_session_start() local
286 const struct hfi_ops *ops = inst->core->ops; in hfi_session_stop() local
321 const struct hfi_ops *ops = inst->core->ops; in hfi_session_abort() local
340 const struct hfi_ops *ops = inst->core->ops; in hfi_session_load_res() local
363 const struct hfi_ops *ops = inst->core->ops; in hfi_session_unload_res() local
387 const struct hfi_ops *ops = inst->core->ops; in hfi_session_flush() local
408 const struct hfi_ops *ops = inst->core->ops; in hfi_session_set_buffers() local
416 const struct hfi_ops *ops = inst->core->ops; in hfi_session_unset_buffers() local
438 const struct hfi_ops *ops = inst->core->ops; in hfi_session_get_property() local
462 const struct hfi_ops *ops = inst->core->ops; in hfi_session_set_property() local
473 const struct hfi_ops *ops = inst->core->ops; in hfi_session_process_buf() local
499 int hfi_create(struct venus_core *core, const struct hfi_core_ops *ops) in hfi_create()