Searched refs:fw_boot (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/ |
| H A D | gt9xx_update.c | 1647 u8* fw_boot = NULL; in gup_burn_fw_boot() local 1657 fw_boot = kzalloc(FW_BOOT_LENGTH, GFP_KERNEL); in gup_burn_fw_boot() 1658 if(fw_boot == NULL) in gup_burn_fw_boot() 1677 …ret = gup_load_section_file(fw_boot, (4 * FW_SECTION_LENGTH + FW_DSP_LENGTH), FW_BOOT_LENGTH, SEEK… in gup_burn_fw_boot() 1728 ret = gup_burn_proc(client, fw_boot, 0x9000, FW_BOOT_LENGTH); in gup_burn_fw_boot() 1757 ret = gup_recall_check(client, fw_boot, 0x9000, FW_BOOT_LENGTH); in gup_burn_fw_boot() 1769 kfree(fw_boot); in gup_burn_fw_boot()
|