| /drivers/rpmsg/ |
| A D | rpmsg_ctrl.c | 134 ida_free(&rpmsg_minor_ida, MINOR(dev->devt)); in rpmsg_ctrldev_release_device() 184 ida_free(&rpmsg_minor_ida, MINOR(dev->devt)); in rpmsg_ctrldev_probe()
|
| A D | rpmsg_char.c | 403 ida_free(&rpmsg_minor_ida, MINOR(eptdev->dev.devt)); in rpmsg_eptdev_release_device() 467 ida_free(&rpmsg_minor_ida, MINOR(dev->devt)); in rpmsg_chrdev_eptdev_add()
|
| /drivers/md/ |
| A D | dm-audit.c | 74 int dev_minor = MINOR(bio->bi_bdev->bd_dev); in dm_audit_log_bio()
|
| A D | md-autodetect.c | 206 .minor = MINOR(devices[i]), in md_setup_drive()
|
| /drivers/mtd/ |
| A D | mtdsuper.c | 158 return mtd_get_sb_by_nr(fc, MINOR(dev), fill_super); in get_tree_mtd()
|
| /drivers/misc/ocxl/ |
| A D | file.c | 25 info = idr_find(&minors_idr, MINOR(devno)); in find_and_get_file_info() 45 idr_remove(&minors_idr, MINOR(info->dev.devt)); in free_minor()
|
| /drivers/char/ |
| A D | mem.c | 723 if (mode && devlist[MINOR(dev->devt)].mode) in mem_devnode() 724 *mode = devlist[MINOR(dev->devt)].mode; in mem_devnode()
|
| /drivers/comedi/ |
| A D | comedi_fops.c | 370 unsigned int minor = MINOR(csdev->devt); in max_read_buffer_kb_show() 393 unsigned int minor = MINOR(csdev->devt); in max_read_buffer_kb_store() 426 unsigned int minor = MINOR(csdev->devt); in read_buffer_kb_show() 449 unsigned int minor = MINOR(csdev->devt); in read_buffer_kb_store() 483 unsigned int minor = MINOR(csdev->devt); in max_write_buffer_kb_show() 506 unsigned int minor = MINOR(csdev->devt); in max_write_buffer_kb_store() 539 unsigned int minor = MINOR(csdev->devt); in write_buffer_kb_show() 562 unsigned int minor = MINOR(csdev->devt); in write_buffer_kb_store()
|
| /drivers/tty/ |
| A D | tty_audit.c | 79 MAJOR(dev), MINOR(dev)); in tty_audit_log()
|
| /drivers/char/xillybus/ |
| A D | xillybus_class.c | 90 unit->lowest_minor = MINOR(mdev); in xillybus_init_chrdev()
|
| /drivers/media/rc/ |
| A D | lirc_dev.c | 778 dev->driver_name, MINOR(dev->lirc_dev.devt)); in lirc_unregister() 786 ida_free(&lirc_ida, MINOR(dev->lirc_dev.devt)); in lirc_unregister()
|
| /drivers/s390/crypto/ |
| A D | zcrypt_api.c | 363 __func__, MAJOR(dev->devt), MINOR(dev->devt)); in zcdn_device_release() 389 devt = MKDEV(MAJOR(zcrypt_devt), MINOR(zcrypt_devt) + i); in zcdn_create() 414 rc = dev_set_name(&zcdndev->device, ZCRYPT_NAME "_%d", (int)MINOR(devt)); in zcdn_create() 426 __func__, MAJOR(devt), MINOR(devt)); in zcdn_create() 468 devt = MKDEV(MAJOR(zcrypt_devt), MINOR(zcrypt_devt) + i); in zcdn_destroy_all()
|
| /drivers/gpu/drm/display/ |
| A D | drm_dp_aux_dev.c | 110 drm_dp_aux_dev_get_by_minor(MINOR(dev->devt)); in name_show()
|
| /drivers/s390/block/ |
| A D | dasd_proc.c | 57 MINOR(disk_devt(block->gdp))); in dasd_devices_show()
|
| /drivers/staging/greybus/ |
| A D | raw.c | 238 ida_free(&minors, MINOR(raw->dev)); in gb_raw_disconnect()
|
| A D | authentication.c | 378 ida_free(&cap_minors_map, MINOR(cap->dev_num)); in gb_cap_connection_exit()
|
| /drivers/platform/chrome/wilco_ec/ |
| A D | telemetry.c | 408 ida_free(&telem_ida, MINOR(dev_data->dev.devt)); in telem_device_remove()
|
| A D | event.c | 506 ida_free(&event_ida, MINOR(dev_data->dev.devt)); in event_device_remove()
|
| /drivers/block/ |
| A D | brd.c | 335 brd_alloc(MINOR(dev) / max_part); in brd_probe()
|
| /drivers/media/dvb-frontends/drx39xyj/ |
| A D | drx_driver.h | 435 #define DRX_VERSIONSTRING(MAJOR, MINOR, PATCH) \ argument 437 DRX_VERSIONSTRING_HELP(MINOR)"." \
|
| /drivers/net/wwan/ |
| A D | wwan_core.c | 366 ida_free(&minors, MINOR(port->dev.devt)); in wwan_port_destroy() 381 MINOR(dev->devt) == *(unsigned int *)minor); in wwan_port_minor_match()
|
| /drivers/char/tpm/ |
| A D | tpm-chip.c | 434 MINOR(chip->dev.devt), rc); in tpm_add_char_device()
|
| A D | tpm_vtpm_proxy.c | 575 vtpm_new_dev->minor = MINOR(proxy_dev->chip->dev.devt); in vtpm_proxy_create_device()
|
| /drivers/mtd/ubi/ |
| A D | build.c | 463 ubi_assert(MINOR(dev) == 0); in uif_init() 1188 minor = MINOR(stat.rdev); in open_mtd_by_chdev()
|
| /drivers/firewire/ |
| A D | core-device.c | 822 device = xa_load(&fw_device_xa, MINOR(devt)); in fw_device_get_by_devt() 874 xa_erase(&fw_device_xa, MINOR(device->device.devt)); in fw_device_shutdown()
|