Searched refs:my_proc_entry (Results 1 – 1 of 1) sorted by relevance
133 static struct proc_dir_entry *my_proc_entry; variable161 my_proc_entry = create_proc_entry("rknand",165 if (my_proc_entry) {166 my_proc_entry->write_proc = NULL;167 my_proc_entry->read_proc = rkNand_proc_read;168 my_proc_entry->data = NULL;192 my_proc_entry = proc_create("rknand", in rknand_create_procfs()