/drivers/gpu/drm/ |
D | drm_ioctl.c | 125 if (copy_to_user(u->unique, master->unique, master->unique_len)) { in drm_getunique() 140 kfree(master->unique); in drm_unset_busid() 141 master->unique = NULL; in drm_unset_busid() 150 if (master->unique != NULL) in drm_set_busid() 160 WARN_ON(!dev->unique); in drm_set_busid() 161 master->unique = kstrdup(dev->unique, GFP_KERNEL); in drm_set_busid() 162 if (master->unique) in drm_set_busid() 163 master->unique_len = strlen(dev->unique); in drm_set_busid()
|
D | drm_pci.c | 63 master->unique = kasprintf(GFP_KERNEL, "pci:%04x:%02x:%02x.%d", in drm_pci_set_busid() 68 if (!master->unique) in drm_pci_set_busid() 71 master->unique_len = strlen(master->unique); in drm_pci_set_busid()
|
D | drm_debugfs.c | 65 if (master && master->unique) in drm_name_info() 66 seq_printf(m, " master=%s", master->unique); in drm_name_info() 67 if (dev->unique) in drm_name_info() 68 seq_printf(m, " unique=%s", dev->unique); in drm_name_info()
|
D | drm_drv.c | 694 dev->unique = drmm_kstrdup(dev, dev_name(parent), GFP_KERNEL); in drm_dev_init() 695 if (!dev->unique) { in drm_dev_init()
|
D | drm_ioc32.c | 129 u32 unique; /* Unique name for driver instantiation */ member 146 .unique = compat_ptr(uq32.unique), in compat_drm_getunique()
|
D | drm_auth.c | 438 kfree(master->unique); in drm_master_destroy()
|
/drivers/accel/ |
D | drm_accel.c | 66 if (master && master->unique) in accel_name_info() 67 seq_printf(m, " master=%s", master->unique); in accel_name_info() 68 if (dev->unique) in accel_name_info() 69 seq_printf(m, " unique=%s", dev->unique); in accel_name_info()
|
/drivers/scsi/aacraid/ |
D | commctrl.c | 188 fibctx->unique = (u32)((ulong)fibctx & 0xFFFFFFFF); in open_getadapter_fib() 210 if (context->unique == fibctx->unique) { in open_getadapter_fib() 212 fibctx->unique++; in open_getadapter_fib() 220 if (copy_to_user(arg, &fibctx->unique, in open_getadapter_fib() 221 sizeof(fibctx->unique))) { in open_getadapter_fib() 281 if (fibctx->unique == f.fibctx) { /* We found a winner */ in next_getadapter_fib() 422 if (fibctx->unique == (u32)(uintptr_t)arg) /* We found a winner */ in close_getadapter_fib()
|
/drivers/net/dsa/ |
D | bcm_sf2_cfp.c | 472 set_bit(rule_index, priv->cfp.unique); in bcm_sf2_cfp_ipv4_rule_set() 834 set_bit(rule_index[1], priv->cfp.unique); in bcm_sf2_cfp_ipv6_rule_set() 1002 clear_bit(loc, priv->cfp.unique); in bcm_sf2_cfp_rule_del_one() 1036 if (!test_bit(loc, priv->cfp.unique) || loc == 0) in bcm_sf2_cfp_rule_del() 1090 for_each_set_bit_from(index, priv->cfp.unique, priv->num_cfp_rules) { in bcm_sf2_cfp_rule_get_all() 1114 nfc->rule_cnt = bitmap_weight(priv->cfp.unique, in bcm_sf2_get_rxnfc()
|
D | bcm_sf2.h | 56 DECLARE_BITMAP(unique, CFP_NUM_RULES);
|
/drivers/gpu/drm/qxl/ |
D | qxl_dev.h | 407 uint64_t unique; member 788 uint32_t unique; member 820 uint64_t unique; member
|
/drivers/staging/fieldbus/Documentation/ABI/ |
D | sysfs-class-fieldbus-dev | 20 The unique fieldbus id associated with this device.
|
/drivers/dma-buf/ |
D | Kconfig | 85 statistics for the DMA-BUF with the unique inode number
|
/drivers/nvmem/ |
D | Kconfig | 131 unique ID there. 414 series SoC's. This includes secure boot settings, the globally unique 415 NXP ID 'FUIDR' and the OEM unique ID 'OUIDR'.
|
/drivers/gpio/ |
D | TODO | 200 should otherwise be unique. 205 the irq_chip structure. The irq_chip structure can then be made unique
|
/drivers/gpu/drm/amd/amdgpu/ |
D | aldebaran.c | 185 r, adev_to_drm(tmp_adev)->unique); in aldebaran_mode2_perform_reset()
|
D | amdgpu_xgmi.c | 447 sysfs_remove_link(&adev->dev->kobj, adev_to_drm(adev)->unique); in amdgpu_xgmi_sysfs_add_dev_info()
|
/drivers/w1/slaves/ |
D | Kconfig | 75 unique number. Requires OverDrive Speed to talk to.
|
/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_trace.h | 896 __string( dev_name, dev->unique ) 901 __assign_str(dev_name, dev->unique);
|
/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 257 * 01-29-01 01.01.07 Changed some defines to make them 32 character unique. 307 * character unique. 567 * unique in the first 32 characters.
|
/drivers/mtd/parsers/ |
D | Kconfig | 51 <mtd-id> := unique id used in mapping driver/device
|
/drivers/mtd/devices/ |
D | Kconfig | 80 unique-to-each-chip bit pattern at the factory.
|
/drivers/staging/greybus/Documentation/ |
D | sysfs-bus-greybus | 189 The interface-unique id of the bundle B.
|
/drivers/mtd/chips/ |
D | Kconfig | 163 unique set of values. The rest is user-programmable.
|
/drivers/firmware/efi/ |
D | Kconfig | 37 attribute may have unique performance characteristics compared
|