Searched refs:UPDATE_FILE_PATH_2 (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/ |
| H A D | gt1x_update.c | 36 #define UPDATE_FILE_PATH_2 "/sdcard/_goodix_update_.bin" macro 252 filename = UPDATE_FILE_PATH_2; in gt1x_auto_update_proc() 299 pfile = filp_open(UPDATE_FILE_PATH_2, O_RDONLY, 0);
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/ |
| H A D | gt9xx_update.c | 53 #define UPDATE_FILE_PATH_2 "/sdcard/_goodix_update_.bin" macro 803 …BUG("Search for %s, %s for fw update.(%d/%d)", UPDATE_FILE_PATH_1, UPDATE_FILE_PATH_2, i+1, GUP_SE… in gup_search_file() 807 pfile = filp_open(UPDATE_FILE_PATH_2, O_RDONLY, 0); in gup_search_file() 810 GTP_INFO("Bin file: %s for fw update.", UPDATE_FILE_PATH_2); in gup_search_file()
|