| tag | line | file | source code |
| miscdevice | 368 | drivers/char/apm_bios.c | static struct miscdevice apm_device = { |
| miscdevice | 197 | drivers/char/atixlmouse.c | static struct miscdevice atixl_mouse = { |
| miscdevice | 243 | drivers/char/busmouse.c | static struct miscdevice bus_mouse = { |
| miscdevice | 55 | drivers/char/misc.c | static struct miscdevice misc_list = { 0, "head", NULL, &misc_list, &misc_list }; |
| miscdevice | 73 | drivers/char/misc.c | struct miscdevice *p; |
| miscdevice | 87 | drivers/char/misc.c | struct miscdevice *c = misc_list.next; |
| miscdevice | 123 | drivers/char/misc.c | int misc_register(struct miscdevice * misc) |
| miscdevice | 145 | drivers/char/misc.c | int misc_deregister(struct miscdevice * misc) |
| miscdevice | 173 | drivers/char/msbusmouse.c | static struct miscdevice ms_bus_mouse = { |
| miscdevice | 484 | drivers/char/psaux.c | static struct miscdevice psaux_mouse = { |
| miscdevice | 109 | drivers/char/softdog.c | static struct miscdevice softdog_mouse={ |
| miscdevice | 216 | drivers/char/wdt.c | static struct miscdevice wdt_mouse= |
| miscdevice | 224 | drivers/char/wdt.c | static struct miscdevice temp_mouse= |
| miscdevice | 17 | include/linux/miscdevice.h | struct miscdevice * next, * prev; |
| miscdevice | 20 | include/linux/miscdevice.h | extern int misc_register(struct miscdevice * misc); |
| miscdevice | 21 | include/linux/miscdevice.h | extern int misc_deregister(struct miscdevice * misc); |