| /linux/drivers/rpmsg/ |
| H A D | rpmsg_ctrl.c | 229 unregister_chrdev_region(rpmsg_major, RPMSG_DEV_MAX); in rpmsg_ctrldev_init() 239 unregister_chrdev_region(rpmsg_major, RPMSG_DEV_MAX); in rpmsg_ctrldev_exit()
|
| H A D | rpmsg_char.c | 557 unregister_chrdev_region(rpmsg_major, RPMSG_DEV_MAX); in rpmsg_chrdev_init() 566 unregister_chrdev_region(rpmsg_major, RPMSG_DEV_MAX); in rpmsg_chrdev_exit()
|
| /linux/drivers/char/xillybus/ |
| H A D | xillybus_class.c | 163 unregister_chrdev_region(MKDEV(unit->major, unit->lowest_minor), in xillybus_init_chrdev() 202 unregister_chrdev_region(MKDEV(unit->major, unit->lowest_minor), in xillybus_cleanup_chrdev()
|
| /linux/drivers/char/ |
| H A D | bsr.c | 318 unregister_chrdev_region(bsr_dev, BSR_MAX_DEVS); in bsr_init() 339 unregister_chrdev_region(MKDEV(bsr_major, 0), BSR_MAX_DEVS); in bsr_exit()
|
| H A D | scx200_gpio.c | 127 unregister_chrdev_region(MKDEV(major, 0), MAX_PINS); in scx200_gpio_cleanup()
|
| /linux/drivers/soc/qcom/ |
| H A D | rmtfs_mem.c | 349 unregister_chrdev_region(qcom_rmtfs_mem_major, QCOM_RMTFS_MEM_DEV_MAX); in qcom_rmtfs_mem_init() 359 unregister_chrdev_region(qcom_rmtfs_mem_major, QCOM_RMTFS_MEM_DEV_MAX); in qcom_rmtfs_mem_exit()
|
| /linux/drivers/staging/greybus/ |
| H A D | raw.c | 363 unregister_chrdev_region(dev, NUM_MINORS); in raw_init() 374 unregister_chrdev_region(MKDEV(raw_major, 0), NUM_MINORS); in raw_exit()
|
| /linux/drivers/platform/chrome/wilco_ec/ |
| H A D | telemetry.c | 455 unregister_chrdev_region(MKDEV(telem_major, 0), TELEM_MAX_DEV); in telem_module_init() 465 unregister_chrdev_region(MKDEV(telem_major, 0), TELEM_MAX_DEV); in telem_module_exit()
|
| H A D | event.c | 555 unregister_chrdev_region(MKDEV(event_major, 0), EVENT_MAX_DEV); in event_module_init() 565 unregister_chrdev_region(MKDEV(event_major, 0), EVENT_MAX_DEV); in event_module_exit()
|
| /linux/drivers/gnss/ |
| H A D | core.c | 404 unregister_chrdev_region(gnss_first, GNSS_MINORS); in gnss_module_init() 413 unregister_chrdev_region(gnss_first, GNSS_MINORS); in gnss_module_exit()
|
| /linux/arch/sh/boards/mach-landisk/ |
| H A D | gio.c | 158 unregister_chrdev_region(dev, DEVCOUNT); in gio_exit()
|
| /linux/drivers/char/tpm/ |
| H A D | tpm-interface.c | 552 unregister_chrdev_region(tpm_devt, 2 * TPM_NUM_DEVICES); in tpm_init() 566 unregister_chrdev_region(tpm_devt, 2*TPM_NUM_DEVICES); in tpm_exit()
|
| /linux/drivers/hid/ |
| H A D | hid-roccat.c | 445 unregister_chrdev_region(dev_id, ROCCAT_MAX_DEVICES); in roccat_init() 455 unregister_chrdev_region(dev_id, ROCCAT_MAX_DEVICES); in roccat_exit()
|
| /linux/drivers/fwctl/ |
| H A D | main.c | 408 unregister_chrdev_region(fwctl_dev, FWCTL_MAX_DEVICES); in fwctl_init() 415 unregister_chrdev_region(fwctl_dev, FWCTL_MAX_DEVICES); in fwctl_exit()
|
| /linux/drivers/media/cec/core/ |
| H A D | cec-core.c | 425 unregister_chrdev_region(cec_dev_t, CEC_NUM_DEVICES); in cec_devnode_init() 437 unregister_chrdev_region(cec_dev_t, CEC_NUM_DEVICES); in cec_devnode_exit()
|
| /linux/drivers/dax/ |
| H A D | super.c | 593 unregister_chrdev_region(dax_devt, MINORMASK+1); in dax_core_init() 602 unregister_chrdev_region(dax_devt, MINORMASK+1); in dax_core_exit()
|
| /linux/arch/powerpc/platforms/book3s/ |
| H A D | vas-api.c | 659 unregister_chrdev_region(coproc_device.devt, 1); in vas_register_coproc_api() 672 unregister_chrdev_region(coproc_device.devt, 1); in vas_unregister_coproc_api()
|
| /linux/drivers/counter/ |
| H A D | counter-core.c | 274 unregister_chrdev_region(counter_devt, COUNTER_DEV_MAX); in counter_exit()
|
| /linux/drivers/infiniband/core/ |
| H A D | ucaps.c | 67 unregister_chrdev_region(ucaps_base_dev, RDMA_UCAP_MAX); in ib_cleanup_ucaps()
|
| H A D | uverbs_main.c | 1330 unregister_chrdev_region(dynamic_uverbs_dev, in ib_uverbs_init() 1334 unregister_chrdev_region(IB_UVERBS_BASE_DEV, in ib_uverbs_init() 1345 unregister_chrdev_region(IB_UVERBS_BASE_DEV, in ib_uverbs_cleanup() 1347 unregister_chrdev_region(dynamic_uverbs_dev, in ib_uverbs_cleanup()
|
| /linux/fs/ |
| H A D | char_dev.c | 308 void unregister_chrdev_region(dev_t from, unsigned count) in unregister_chrdev_region() function 679 EXPORT_SYMBOL(unregister_chrdev_region);
|
| /linux/fs/fuse/ |
| H A D | cuse.c | 424 unregister_chrdev_region(devt, 1); in cuse_process_init_reply() 563 unregister_chrdev_region(cc->cdev->dev, 1); in cuse_channel_release()
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | habanalabs_drv.c | 765 unregister_chrdev_region(MKDEV(hl_major, 0), HL_MAX_MINORS); in hl_init() 776 unregister_chrdev_region(MKDEV(hl_major, 0), HL_MAX_MINORS); in hl_exit()
|
| /linux/drivers/most/ |
| H A D | most_cdev.c | 515 unregister_chrdev_region(comp.devno, CHRDEV_REGION_SIZE); in most_cdev_init() 533 unregister_chrdev_region(comp.devno, CHRDEV_REGION_SIZE); in most_cdev_exit()
|
| /linux/drivers/misc/ |
| H A D | phantom.c | 537 unregister_chrdev_region(dev, PHANTOM_MAX_MINORS); in phantom_init() 550 unregister_chrdev_region(MKDEV(phantom_major, 0), PHANTOM_MAX_MINORS); in phantom_exit()
|