Home
last modified time | relevance | path

Searched refs:char_device_struct (Results 1 – 1 of 1) sorted by relevance

/linux/fs/
H A Dchar_dev.c35 static struct char_device_struct { struct
36 struct char_device_struct *next; argument
54 struct char_device_struct *cd; in chrdev_show() argument
69 struct char_device_struct *cd; in find_dynamic_major()
97 static struct char_device_struct *
101 struct char_device_struct *cd __free(kfree) = NULL; in __register_chrdev_region()
102 struct char_device_struct *curr, *prev = NULL; in __register_chrdev_region()
118 cd = kzalloc_obj(struct char_device_struct); in __register_chrdev_region()
168 static struct char_device_struct *
171 struct char_device_struct *cd = NULL, **cp; in __unregister_chrdev_region()
[all …]