Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_tools.c62 static struct proc_dir_entry *gt1x_tool_proc_entry; variable
94 gt1x_tool_proc_entry = proc_create(procname, 0755, NULL, &gt1x_tool_fops); in gt1x_init_tool_node()
95 if (gt1x_tool_proc_entry == NULL) { in gt1x_init_tool_node()