Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgslx680_firefly.c55 static struct proc_dir_entry *gsl_config_proc; variable
1052 gsl_config_proc = create_proc_entry(GSL_CONFIG_PROC_FILE, 0666, NULL);
1053 if (!gsl_config_proc) {
1056 gsl_config_proc->read_proc = gsl_config_read_proc;
1057 gsl_config_proc->write_proc = gsl_config_write_proc;
H A Dgslx680.c1813 gsl_config_proc = create_proc_entry(GSL_CONFIG_PROC_FILE, 0666, NULL); in gsl_ts_probe()
1815 gsl_config_proc); in gsl_ts_probe()
1816 if (gsl_config_proc == NULL) { in gsl_ts_probe()
1820 gsl_config_proc->read_proc = gsl_config_read_proc; in gsl_ts_probe()
1821 gsl_config_proc->write_proc = gsl_config_write_proc; in gsl_ts_probe()