Searched refs:fw_code_region (Results 1 – 2 of 2) sorted by relevance
2346 isp->fw_code_region, &sys->fw_entry); in ipu7_init_fw_code_region_by_sys()2366 ret = ipu7_map_fw_code_region(sys, isp->fw_code_region, in ipu7_init_fw_code_region_by_sys()2386 isp->fw_code_region = vmalloc(IPU_FW_CODE_REGION_SIZE); in ipu7_init_fw_code_region()2387 if (!isp->fw_code_region) in ipu7_init_fw_code_region()2401 vfree(isp->fw_code_region); in ipu7_init_fw_code_region()2643 if (!IS_ERR_OR_NULL(isp->fw_code_region)) in ipu7_pci_remove()2644 vfree(isp->fw_code_region); in ipu7_pci_remove()
80 void *fw_code_region; member