Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx_update.c1005 static u8 gup_burn_proc(struct i2c_client *client, u8 *burn_buf, u16 start_addr, u16 total_length) in gup_burn_proc() function
1187 ret = gup_burn_proc(client, fw_section, start_addr, FW_SECTION_LENGTH); in gup_burn_fw_section()
1366 ret = gup_burn_proc(client, fw_dsp_isp, 0xC000, FW_DSP_ISP_LENGTH); in gup_burn_dsp_isp()
1599 ret = gup_burn_proc(client, fw_dsp, 0x9000, FW_DSP_LENGTH); in gup_burn_fw_dsp()
1728 ret = gup_burn_proc(client, fw_boot, 0x9000, FW_BOOT_LENGTH); in gup_burn_fw_boot()
1863 ret = gup_burn_proc(client, fw_boot_isp, 0x9000, FW_BOOT_ISP_LENGTH); in gup_burn_fw_boot_isp()
2034 ret = gup_burn_proc(client, fw_section, start_addr, len); in gup_burn_fw_gwake_section()