Home
last modified time | relevance | path

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

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