Searched refs:fw_code_region (Results 1 – 2 of 2) sorted by relevance
2354 isp->fw_code_region, &sys->fw_entry); in ipu7_init_fw_code_region_by_sys()2374 ret = ipu7_map_fw_code_region(sys, isp->fw_code_region, in ipu7_init_fw_code_region_by_sys()2394 isp->fw_code_region = vmalloc(IPU_FW_CODE_REGION_SIZE); in ipu7_init_fw_code_region()2395 if (!isp->fw_code_region) in ipu7_init_fw_code_region()2409 vfree(isp->fw_code_region); in ipu7_init_fw_code_region()2648 if (!IS_ERR_OR_NULL(isp->fw_code_region)) in ipu7_pci_remove()2649 vfree(isp->fw_code_region); in ipu7_pci_remove()
80 void *fw_code_region; member
Completed in 7 milliseconds