Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/hyn_cst2xx/
H A Dhyn_cst2xx.c767 static struct proc_dir_entry *g_proc_dir, *g_update_file; variable
1085 g_proc_dir = proc_mkdir(CST2XX_PROC_DIR_NAME, NULL); in cst2xx_proc_fs_init()
1086 if (g_proc_dir == NULL) in cst2xx_proc_fs_init()
1092 g_update_file = proc_create(CST2XX_PROC_FILE_NAME, 0777, g_proc_dir,&proc_tool_debug_fops); in cst2xx_proc_fs_init()
1115 remove_proc_entry(CST2XX_PROC_FILE_NAME, g_proc_dir); in cst2xx_proc_fs_init()