Lines Matching defs:ops
178 int hfi_session_create(struct venus_inst *inst, const struct hfi_inst_ops *ops) in hfi_session_create()
217 const struct hfi_ops *ops = core->ops; in hfi_session_init() local
266 const struct hfi_ops *ops = inst->core->ops; in hfi_session_deinit() local
297 const struct hfi_ops *ops = inst->core->ops; in hfi_session_start() local
324 const struct hfi_ops *ops = inst->core->ops; in hfi_session_stop() local
365 const struct hfi_ops *ops = inst->core->ops; in hfi_session_abort() local
387 const struct hfi_ops *ops = inst->core->ops; in hfi_session_load_res() local
413 const struct hfi_ops *ops = inst->core->ops; in hfi_session_unload_res() local
440 const struct hfi_ops *ops = inst->core->ops; in hfi_session_flush() local
464 const struct hfi_ops *ops = inst->core->ops; in hfi_session_set_buffers() local
475 const struct hfi_ops *ops = inst->core->ops; in hfi_session_unset_buffers() local
500 const struct hfi_ops *ops = inst->core->ops; in hfi_session_get_property() local
527 const struct hfi_ops *ops = inst->core->ops; in hfi_session_set_property() local
541 const struct hfi_ops *ops = inst->core->ops; in hfi_session_process_buf() local
570 int hfi_create(struct venus_core *core, const struct hfi_core_ops *ops) in hfi_create()