Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_flash.c1130 u8 *fw_file_buf = NULL; in fts_upgrade_bin() local
1139 ret = fts_read_file(fw_name, &fw_file_buf); in fts_upgrade_bin()
1149 ret = upg->func->force_upgrade(client, fw_file_buf, fw_file_len); in fts_upgrade_bin()
1157 ret = upg->func->lic_upgrade(client, fw_file_buf, fw_file_len); in fts_upgrade_bin()
1163 ret = upg->func->upgrade(client, fw_file_buf, fw_file_len); in fts_upgrade_bin()
1178 if (fw_file_buf) { in fts_upgrade_bin()
1179 vfree(fw_file_buf); in fts_upgrade_bin()
1180 fw_file_buf = NULL; in fts_upgrade_bin()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_flash.c1088 u8 *fw_file_buf = NULL; in fts_upgrade_bin() local
1103 ret = fts_read_file(fw_name, &fw_file_buf); in fts_upgrade_bin()
1113 ret = upg->func->force_upgrade(fw_file_buf, fw_file_len); in fts_upgrade_bin()
1121 ret = upg->func->lic_upgrade(fw_file_buf, fw_file_len); in fts_upgrade_bin()
1127 ret = upg->func->upgrade(fw_file_buf, fw_file_len); in fts_upgrade_bin()
1149 if (fw_file_buf) { in fts_upgrade_bin()
1150 vfree(fw_file_buf); in fts_upgrade_bin()
1151 fw_file_buf = NULL; in fts_upgrade_bin()