Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.h299 #define GT91XX_CONFIG_PROC_FILE "gt9xx_config" macro
H A Dgt9xx.c2807 gt91xx_config_proc = proc_create(GT91XX_CONFIG_PROC_FILE, 0664, NULL, &config_proc_ops); in goodix_ts_probe()
2810 GTP_ERROR("create_proc_entry %s failed\n", GT91XX_CONFIG_PROC_FILE); in goodix_ts_probe()
2814 GTP_INFO("create proc entry %s success", GT91XX_CONFIG_PROC_FILE); in goodix_ts_probe()