NUM_MINORS 1028 drivers/s390/char/vmur.c rc = alloc_chrdev_region(&dev, 0, NUM_MINORS, "vmur"); NUM_MINORS 1050 drivers/s390/char/vmur.c unregister_chrdev_region(ur_first_dev_maj_min, NUM_MINORS); NUM_MINORS 324 drivers/staging/greybus/authentication.c minor = ida_simple_get(&cap_minors_map, 0, NUM_MINORS, GFP_KERNEL); NUM_MINORS 409 drivers/staging/greybus/authentication.c ret = alloc_chrdev_region(&cap_dev_num, 0, NUM_MINORS, NUM_MINORS 423 drivers/staging/greybus/authentication.c unregister_chrdev_region(cap_dev_num, NUM_MINORS); NUM_MINORS 617 drivers/staging/greybus/fw-management.c minor = ida_simple_get(&fw_mgmt_minors_map, 0, NUM_MINORS, GFP_KERNEL); NUM_MINORS 703 drivers/staging/greybus/fw-management.c ret = alloc_chrdev_region(&fw_mgmt_dev_num, 0, NUM_MINORS, NUM_MINORS 717 drivers/staging/greybus/fw-management.c unregister_chrdev_region(fw_mgmt_dev_num, NUM_MINORS); NUM_MINORS 349 drivers/staging/greybus/raw.c retval = alloc_chrdev_region(&dev, 0, NUM_MINORS, "gb_raw"); NUM_MINORS 362 drivers/staging/greybus/raw.c unregister_chrdev_region(dev, NUM_MINORS); NUM_MINORS 373 drivers/staging/greybus/raw.c unregister_chrdev_region(MKDEV(raw_major, 0), NUM_MINORS);