Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_update.c1098 int checked_len = 0; in gt1x_check_subsystem_in_flash() local
1112 …P_INFO("Check block ==> length: %d, address: 0x%08X", block_len, subsystem->address + checked_len); in gt1x_check_subsystem_in_flash()
1113 fw = gt1x_get_fw_data(subsystem->offset + checked_len, block_len); in gt1x_check_subsystem_in_flash()
1117 ret = gt1x_read_flash(subsystem->address + checked_len, block_len); in gt1x_check_subsystem_in_flash()
1129 checked_len += block_len; in gt1x_check_subsystem_in_flash()