Searched refs:FW_BOOT_ISP_LENGTH (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/ |
| H A D | gt9xx_update.c | 64 #define FW_BOOT_ISP_LENGTH 0x800 // 2k macro 1790 fw_boot_isp = kzalloc(FW_BOOT_ISP_LENGTH, GFP_KERNEL); in gup_burn_fw_boot_isp() 1797 … GTP_DEBUG("[burn_fw_boot_isp]Alloc %dk byte memory success.", (FW_BOOT_ISP_LENGTH/1024)); in gup_burn_fw_boot_isp() 1811 …on_file(fw_boot_isp, (update_msg.fw_burned_len - FW_DSP_ISP_LENGTH), FW_BOOT_ISP_LENGTH, SEEK_SET); 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() 1899 update_msg.fw_burned_len += FW_BOOT_ISP_LENGTH; in gup_burn_fw_boot_isp()
|