Lines Matching refs:dev_t
203 int register_chrdev_region(dev_t from, unsigned count, const char *name) in register_chrdev_region()
206 dev_t to = from + count; in register_chrdev_region()
207 dev_t n, next; in register_chrdev_region()
239 int alloc_chrdev_region(dev_t *dev, unsigned baseminor, unsigned count, in alloc_chrdev_region()
314 void unregister_chrdev_region(dev_t from, unsigned count) in unregister_chrdev_region()
316 dev_t to = from + count; in unregister_chrdev_region()
317 dev_t n, next; in unregister_chrdev_region()
460 static struct kobject *exact_match(dev_t dev, int *part, void *data) in exact_match()
466 static int exact_lock(dev_t dev, void *data) in exact_lock()
482 int cdev_add(struct cdev *p, dev_t dev, unsigned count) in cdev_add()
578 static void cdev_unmap(dev_t dev, unsigned count) in cdev_unmap()
659 static struct kobject *base_probe(dev_t dev, int *part, void *data) in base_probe()