Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx_update.c60 #define FW_DSP_ISP_LENGTH 0x1000 // 4K macro
898 …if (sizeof(gtp_default_FW) < (FW_HEAD_LENGTH+FW_SECTION_LENGTH*4+FW_DSP_ISP_LENGTH+FW_DSP_LENGTH+F… in gup_check_update_file()
959 …if (update_msg.fw_total_len < (FW_HEAD_LENGTH + FW_SECTION_LENGTH*4+FW_DSP_ISP_LENGTH+FW_DSP_LENGT… in gup_check_update_file()
1270 fw_dsp_isp = kzalloc(FW_DSP_ISP_LENGTH, GFP_KERNEL); in gup_burn_dsp_isp()
1277 GTP_INFO("[burn_dsp_isp]Alloc %dk byte memory success.", (FW_DSP_ISP_LENGTH/1024)); in gup_burn_dsp_isp()
1290 ret = gup_load_section_file(fw_dsp_isp, FW_DSP_ISP_LENGTH, FW_DSP_ISP_LENGTH, SEEK_END); in gup_burn_dsp_isp()
1366 ret = gup_burn_proc(client, fw_dsp_isp, 0xC000, FW_DSP_ISP_LENGTH); in gup_burn_dsp_isp()
1382 update_msg.fw_burned_len += FW_DSP_ISP_LENGTH; in gup_burn_dsp_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()
1946 offset = update_msg.fw_burned_len - FW_DSP_ISP_LENGTH; in gup_burn_fw_link()
[all …]