Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx_update.c1393 u8* fw_ss51 = NULL; in gup_burn_fw_ss51() local
1403 fw_ss51 = kzalloc(FW_SECTION_LENGTH, GFP_KERNEL); in gup_burn_fw_ss51()
1404 if(fw_ss51 == NULL) in gup_burn_fw_ss51()
1432 memset(fw_ss51, 0xFF, FW_SECTION_LENGTH); in gup_burn_fw_ss51()
1446 ret = gup_burn_fw_section(client, fw_ss51, 0xC000, 0x01); in gup_burn_fw_ss51()
1455 ret = gup_load_section_file(fw_ss51, FW_SECTION_LENGTH, FW_SECTION_LENGTH, SEEK_SET); in gup_burn_fw_ss51()
1464 ret = gup_burn_fw_section(client, fw_ss51, 0xE000, 0x02); in gup_burn_fw_ss51()
1473 ret = gup_load_section_file(fw_ss51, 2 * FW_SECTION_LENGTH, FW_SECTION_LENGTH, SEEK_SET); in gup_burn_fw_ss51()
1482 ret = gup_burn_fw_section(client, fw_ss51, 0xC000, 0x13); in gup_burn_fw_ss51()
1491 ret = gup_load_section_file(fw_ss51, 3 * FW_SECTION_LENGTH, FW_SECTION_LENGTH, SEEK_SET); in gup_burn_fw_ss51()
[all …]