Searched refs:fwpath (Results 1 – 2 of 2) sorted by relevance
83 const char *fwpath = NULL; in iris_fw_load() local87 &fwpath); in iris_fw_load()89 fwpath = core->iris_platform_data->fwname; in iris_fw_load()91 ret = iris_load_fw_to_memory(core, fwpath); in iris_fw_load()
214 const char *fwpath = NULL; in venus_boot() local224 &fwpath); in venus_boot()226 fwpath = core->res->fwname; in venus_boot()228 ret = venus_load_fw(core, fwpath, &mem_phys, &mem_size); in venus_boot()
Completed in 5 milliseconds