Searched refs:gsl_config_proc (Results 1 – 2 of 2) sorted by relevance
55 static struct proc_dir_entry *gsl_config_proc; variable1052 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;
1813 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()