Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_update.c142 u8 *gt1x_get_fw_data(u32 offset, int length);
396 …p = gt1x_get_fw_data(update_info.firmware->subsystem[0].offset, update_info.firmware->subsystem[0]… in gt1x_update_firmware()
429 …p = gt1x_get_fw_data(update_info.firmware->subsystem[0].offset, update_info.firmware->subsystem[0]… in gt1x_update_firmware()
588 p = gt1x_get_fw_data(0, 6);
601 p = gt1x_get_fw_data(i, 1);
613 p = gt1x_get_fw_data(0, FW_HEAD_SIZE);
655 u8 *gt1x_get_fw_data(u32 offset, int length) in gt1x_get_fw_data() function
995 fw = gt1x_get_fw_data(subsystem->offset + burn_len, block_len); in gt1x_burn_subsystem()
1113 fw = gt1x_get_fw_data(subsystem->offset + checked_len, block_len); in gt1x_check_subsystem_in_flash()
1202 fw = gt1x_get_fw_data(update_info.firmware->subsystem[0].offset, in gt1x_error_erase()