Searched refs:proc_create_single_data (Results 1 – 1 of 1) sorted by relevance
| /include/linux/ |
| D | proc_fs.h | 104 struct proc_dir_entry *proc_create_single_data(const char *name, umode_t mode, 108 proc_create_single_data(name, mode, parent, show, NULL) 197 #define proc_create_single_data(name, mode, parent, show, data) ({NULL;}) macro
|