Home
last modified time | relevance | path

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

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