Searched refs:char_device (Results 1 – 2 of 2) sorted by relevance
19 ((struct char_device *) kmem_cache_alloc(cdev_cachep, SLAB_KERNEL))24 struct char_device * cdev = (struct char_device *) foo; in init_once()47 sizeof(struct char_device), in cdev_cache_init()65 static struct char_device *cdfind(dev_t dev, struct list_head *head) in cdfind()68 struct char_device *cdev; in cdfind()70 cdev = list_entry(p, struct char_device, hash); in cdfind()79 struct char_device *cdget(dev_t dev) in cdget()82 struct char_device *cdev, *new_cdev; in cdget()105 void cdput(struct char_device *cdev) in cdput()
421 struct char_device { struct480 struct char_device *i_cdev;1109 extern struct char_device *cdget(dev_t);1110 extern void cdput(struct char_device *);