Lines Matching refs:dev_t
200 int register_chrdev_region(dev_t from, unsigned count, const char *name) in register_chrdev_region()
203 dev_t to = from + count; in register_chrdev_region()
204 dev_t n, next; in register_chrdev_region()
236 int alloc_chrdev_region(dev_t *dev, unsigned baseminor, unsigned count, in alloc_chrdev_region()
311 void unregister_chrdev_region(dev_t from, unsigned count) in unregister_chrdev_region()
313 dev_t to = from + count; in unregister_chrdev_region()
314 dev_t n, next; in unregister_chrdev_region()
457 static struct kobject *exact_match(dev_t dev, int *part, void *data) in exact_match()
463 static int exact_lock(dev_t dev, void *data) in exact_lock()
479 int cdev_add(struct cdev *p, dev_t dev, unsigned count) in cdev_add()
585 static void cdev_unmap(dev_t dev, unsigned count) in cdev_unmap()
666 static struct kobject *base_probe(dev_t dev, int *part, void *data) in base_probe()