Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_generic.c90 gt1x_debug_proc_entry = proc_create(GT1X_DEBUG_PROC_FILE, 0660, NULL, &gt1x_debug_fops); in gt1x_init_debug_node()
92 GTP_ERROR("Create proc entry /proc/%s FAILED!", GT1X_DEBUG_PROC_FILE); in gt1x_init_debug_node()
95 GTP_INFO("Created proc entry /proc/%s.", GT1X_DEBUG_PROC_FILE); in gt1x_init_debug_node()
102 remove_proc_entry(GT1X_DEBUG_PROC_FILE, NULL); in gt1x_deinit_debug_node()
H A Dgt1x_generic.h278 #define GT1X_DEBUG_PROC_FILE "gt1x_debug" macro