Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_update.c39 #define CONFIG_FILE_PATH_2 "/sdcard/_gt1x_config_.cfg" macro
261 filename = CONFIG_FILE_PATH_2; in gt1x_auto_update_proc()
313 pfile = filp_open(CONFIG_FILE_PATH_2, O_RDONLY, 0);
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx_update.c56 #define CONFIG_FILE_PATH_2 "/sdcard/_goodix_config_.cfg" macro
840 …"Search for %s, %s for config update.(%d/%d)", CONFIG_FILE_PATH_1, CONFIG_FILE_PATH_2, i+1, GUP_SE… in gup_search_file()
844 pfile = filp_open(CONFIG_FILE_PATH_2, O_RDONLY, 0); in gup_search_file()
847 GTP_INFO("Cfg file: %s for config update.", CONFIG_FILE_PATH_2); in gup_search_file()