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

/linux-4.1.27/fs/
H A Dchar_dev.c31 static struct char_device_struct { struct
32 struct char_device_struct *next;
50 struct char_device_struct *cd; chrdev_show()
73 static struct char_device_struct * __register_chrdev_region()
77 struct char_device_struct *cd, **cp; __register_chrdev_region()
81 cd = kzalloc(sizeof(struct char_device_struct), GFP_KERNEL); __register_chrdev_region()
145 static struct char_device_struct * __unregister_chrdev_region()
148 struct char_device_struct *cd = NULL, **cp; __unregister_chrdev_region()
176 struct char_device_struct *cd; register_chrdev_region()
213 struct char_device_struct *cd; alloc_chrdev_region()
246 struct char_device_struct *cd; __register_chrdev()
312 struct char_device_struct *cd; __unregister_chrdev()

Completed in 70 milliseconds