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