Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx_update.c2073 u8* fw_gwake = NULL; in gup_burn_fw_gwake() local
2091 fw_gwake = kzalloc(FW_SECTION_LENGTH, GFP_KERNEL); in gup_burn_fw_gwake()
2092 if(fw_gwake == NULL) in gup_burn_fw_gwake()
2111 ret = gup_load_section_file(fw_gwake, start_index, FW_SECTION_LENGTH, SEEK_SET); in gup_burn_fw_gwake()
2120 ret = gup_burn_fw_gwake_section(client, fw_gwake, 0x9000, FW_SECTION_LENGTH, 0x3A); in gup_burn_fw_gwake()
2129 … ret = gup_load_section_file(fw_gwake, start_index+FW_SECTION_LENGTH, FW_SECTION_LENGTH, SEEK_SET); in gup_burn_fw_gwake()
2138 ret = gup_burn_fw_gwake_section(client, fw_gwake, 0x9000, FW_SECTION_LENGTH, 0x3B); in gup_burn_fw_gwake()
2147 …ret = gup_load_section_file(fw_gwake, start_index+2*FW_SECTION_LENGTH, FW_SECTION_LENGTH, SEEK_SET… in gup_burn_fw_gwake()
2156 ret = gup_burn_fw_gwake_section(client, fw_gwake, 0x9000, FW_SECTION_LENGTH, 0x3C); in gup_burn_fw_gwake()
2165 …ret = gup_load_section_file(fw_gwake, start_index + 3*FW_SECTION_LENGTH, FW_SECTION_LENGTH, SEEK_S… in gup_burn_fw_gwake()
[all …]