Home
last modified time | relevance | path

Searched refs:hfi_create (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
Dhfi.h146 int hfi_create(struct venus_core *core, const struct hfi_core_ops *ops);
Dhfi.c499 int hfi_create(struct venus_core *core, const struct hfi_core_ops *ops) in hfi_create() function
Dcore.c275 ret = hfi_create(core, &venus_core_ops); in venus_probe()