Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_update.c38 #define CONFIG_FILE_PATH_1 "/data/_gt1x_config_.cfg" macro
259 filename = CONFIG_FILE_PATH_1; in gt1x_auto_update_proc()
311 pfile = filp_open(CONFIG_FILE_PATH_1, O_RDONLY, 0);
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx_update.c55 #define CONFIG_FILE_PATH_1 "/data/_goodix_config_.cfg" macro
840 …GTP_DEBUG("Search for %s, %s for config update.(%d/%d)", CONFIG_FILE_PATH_1, CONFIG_FILE_PATH_2, i… in gup_search_file()
841 pfile = filp_open(CONFIG_FILE_PATH_1, O_RDONLY, 0); in gup_search_file()
854 GTP_INFO("Cfg file: %s for config update.", CONFIG_FILE_PATH_1); in gup_search_file()