Home
last modified time | relevance | path

Searched refs:fw_code_region (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/media/ipu7/
H A Dipu7.c2346 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()
H A Dipu7.h80 void *fw_code_region; member