Searched refs:fw_file_len (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/ |
| H A D | focaltech_flash.c | 1087 u32 fw_file_len = 0; in fts_upgrade_bin() local 1105 FTS_ERROR("read fw bin file(sdcard) fail, len:%d", fw_file_len); in fts_upgrade_bin() 1109 fw_file_len = ret; in fts_upgrade_bin() 1110 FTS_INFO("fw bin file len:%d", fw_file_len); 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()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/ |
| H A D | focaltech_flash.c | 1129 u32 fw_file_len = 0; in fts_upgrade_bin() local 1145 fw_file_len = ret; in fts_upgrade_bin() 1146 FTS_INFO("fw bin file len:%d", fw_file_len); 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()
|