Home
last modified time | relevance | path

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

/fs/
Dchar_dev.c31 static struct char_device_struct { struct
32 struct char_device_struct *next; argument
50 struct char_device_struct *cd; in chrdev_show() argument
73 static struct char_device_struct *
77 struct char_device_struct *cd, **cp; in __register_chrdev_region()
81 cd = kzalloc(sizeof(struct char_device_struct), GFP_KERNEL); in __register_chrdev_region()
149 static struct char_device_struct *
152 struct char_device_struct *cd = NULL, **cp; in __unregister_chrdev_region()
180 struct char_device_struct *cd; in register_chrdev_region()
217 struct char_device_struct *cd; in alloc_chrdev_region()
[all …]