Lines Matching defs:ops
155 int hfi_session_create(struct venus_inst *inst, const struct hfi_inst_ops *ops) in hfi_session_create()
194 const struct hfi_ops *ops = core->ops; in hfi_session_init() local
243 const struct hfi_ops *ops = inst->core->ops; in hfi_session_deinit() local
274 const struct hfi_ops *ops = inst->core->ops; in hfi_session_start() local
301 const struct hfi_ops *ops = inst->core->ops; in hfi_session_stop() local
342 const struct hfi_ops *ops = inst->core->ops; in hfi_session_abort() local
364 const struct hfi_ops *ops = inst->core->ops; in hfi_session_load_res() local
390 const struct hfi_ops *ops = inst->core->ops; in hfi_session_unload_res() local
417 const struct hfi_ops *ops = inst->core->ops; in hfi_session_flush() local
441 const struct hfi_ops *ops = inst->core->ops; in hfi_session_set_buffers() local
452 const struct hfi_ops *ops = inst->core->ops; in hfi_session_unset_buffers() local
477 const struct hfi_ops *ops = inst->core->ops; in hfi_session_get_property() local
504 const struct hfi_ops *ops = inst->core->ops; in hfi_session_set_property() local
518 const struct hfi_ops *ops = inst->core->ops; in hfi_session_process_buf() local
547 int hfi_create(struct venus_core *core, const struct hfi_core_ops *ops) in hfi_create()