Searched refs:fw_boot_isp (Results 1 – 1 of 1) sorted by relevance
1775 u8* fw_boot_isp = NULL; in gup_burn_fw_boot_isp() local1790 fw_boot_isp = kzalloc(FW_BOOT_ISP_LENGTH, GFP_KERNEL); in gup_burn_fw_boot_isp()1791 if(fw_boot_isp == NULL) in gup_burn_fw_boot_isp()1811 …ret = gup_load_section_file(fw_boot_isp, (update_msg.fw_burned_len - FW_DSP_ISP_LENGTH), FW_BOOT_I… in gup_burn_fw_boot_isp()1863 ret = gup_burn_proc(client, fw_boot_isp, 0x9000, FW_BOOT_ISP_LENGTH); in gup_burn_fw_boot_isp()1892 ret = gup_recall_check(client, fw_boot_isp, 0x9000, FW_BOOT_ISP_LENGTH); in gup_burn_fw_boot_isp()1904 kfree(fw_boot_isp); in gup_burn_fw_boot_isp()