Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_update.c35 #define UPDATE_FILE_PATH_1 "/data/_goodix_update_.bin" macro
250 filename = UPDATE_FILE_PATH_1; in gt1x_auto_update_proc()
297 pfile = filp_open(UPDATE_FILE_PATH_1, O_RDONLY, 0);
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx_update.c52 #define UPDATE_FILE_PATH_1 "/data/_goodix_update_.bin" macro
803 …GTP_DEBUG("Search for %s, %s for fw update.(%d/%d)", UPDATE_FILE_PATH_1, UPDATE_FILE_PATH_2, i+1, … in gup_search_file()
804 pfile = filp_open(UPDATE_FILE_PATH_1, O_RDONLY, 0); in gup_search_file()
817 GTP_INFO("Bin file: %s for fw update.", UPDATE_FILE_PATH_1); in gup_search_file()