Lines Matching refs:char_device_struct
34 static struct char_device_struct { struct
35 struct char_device_struct *next; argument
53 struct char_device_struct *cd; in chrdev_show() argument
68 struct char_device_struct *cd; in find_dynamic_major()
99 static struct char_device_struct *
103 struct char_device_struct *cd, **cp; in __register_chrdev_region()
107 cd = kzalloc(sizeof(struct char_device_struct), GFP_KERNEL); in __register_chrdev_region()
174 static struct char_device_struct *
177 struct char_device_struct *cd = NULL, **cp; in __unregister_chrdev_region()
205 struct char_device_struct *cd; in register_chrdev_region()
242 struct char_device_struct *cd; in alloc_chrdev_region()
275 struct char_device_struct *cd; in __register_chrdev()
341 struct char_device_struct *cd; in __unregister_chrdev()