Searched refs:PROC_NAME (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/ |
| H A D | focaltech_ex_fun.c | 51 #define PROC_NAME "ftxxxx-debug" macro 497 ts_data->proc = proc_create(PROC_NAME, 0664, NULL, &fts_proc_fops); in fts_create_apk_debug_channel() 499 ts_data->proc = create_proc_entry(PROC_NAME, 0664, NULL); in fts_create_apk_debug_channel() 530 remove_proc_entry(PROC_NAME, NULL); in fts_release_apk_debug_channel()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/ |
| H A D | focaltech_ex_fun.c | 53 #define PROC_NAME "ftxxxx-debug" macro 501 proc->proc_entry = proc_create(PROC_NAME, 0777, NULL, &fts_proc_fops); in fts_create_apk_debug_channel() 507 proc->proc_entry = create_proc_entry(PROC_NAME, 0777, NULL); in fts_create_apk_debug_channel() 528 remove_proc_entry(PROC_NAME, NULL); in fts_release_apk_debug_channel()
|