Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dchar_dev.c34 static struct char_device_struct { struct
35 struct char_device_struct *next;
53 struct char_device_struct *cd; in chrdev_show()
68 struct char_device_struct *cd; in find_dynamic_major()
96 static struct char_device_struct *
100 struct char_device_struct *cd, *curr, *prev = NULL; in __register_chrdev_region()
116 cd = kzalloc(sizeof(struct char_device_struct), GFP_KERNEL); in __register_chrdev_region()
171 static struct char_device_struct *
174 struct char_device_struct *cd = NULL, **cp; in __unregister_chrdev_region()
202 struct char_device_struct *c in register_chrdev_region()
[all...]
/kernel/linux/linux-6.6/fs/
H A Dchar_dev.c34 static struct char_device_struct { struct
35 struct char_device_struct *next;
53 struct char_device_struct *cd; in chrdev_show()
68 struct char_device_struct *cd; in find_dynamic_major()
96 static struct char_device_struct *
100 struct char_device_struct *cd, *curr, *prev = NULL; in __register_chrdev_region()
116 cd = kzalloc(sizeof(struct char_device_struct), GFP_KERNEL); in __register_chrdev_region()
171 static struct char_device_struct *
174 struct char_device_struct *cd = NULL, **cp; in __unregister_chrdev_region()
202 struct char_device_struct *c in register_chrdev_region()
[all...]

Completed in 2 milliseconds