Home
last modified time | relevance | path

Searched refs:unique (Results 1 – 25 of 32) sorted by relevance

12

/drivers/gpu/drm/
A Ddrm_pci.c56 master->unique = kasprintf(GFP_KERNEL, "pci:%04x:%02x:%02x.%d", in drm_pci_set_busid()
61 if (!master->unique) in drm_pci_set_busid()
64 master->unique_len = strlen(master->unique); in drm_pci_set_busid()
A Ddrm_ioctl.c124 if (copy_to_user(u->unique, master->unique, master->unique_len)) { in drm_getunique()
139 kfree(master->unique); in drm_unset_busid()
140 master->unique = NULL; in drm_unset_busid()
149 if (master->unique != NULL) in drm_set_busid()
159 WARN_ON(!dev->unique); in drm_set_busid()
160 master->unique = kstrdup(dev->unique, GFP_KERNEL); in drm_set_busid()
161 if (master->unique) in drm_set_busid()
162 master->unique_len = strlen(dev->unique); in drm_set_busid()
A Ddrm_debugfs.c65 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()
371 client = kasprintf(GFP_KERNEL, "../%s", file->minor->dev->unique); in drm_debugfs_clients_add()
404 dev->debugfs_root = debugfs_create_dir(dev->unique, accel_debugfs_root); in drm_debugfs_dev_init()
406 dev->debugfs_root = debugfs_create_dir(dev->unique, drm_debugfs_root); in drm_debugfs_dev_init()
440 dev->unique); in drm_debugfs_register()
A Ddrm_ioc32.c129 u32 unique; /* Unique name for driver instantiation */ member
146 .unique = compat_ptr(uq32.unique), in compat_drm_getunique()
A Ddrm_drv.c781 dev->unique = drmm_kstrdup(dev, dev_name(parent), GFP_KERNEL); in drm_dev_init()
782 if (!dev->unique) { in drm_dev_init()
967 region = dmem_cgroup_register_region(size, "drm/%s/%s", dev->unique, region_name); in drmm_cgroup_register_region()
A Ddrm_auth.c415 kfree(master->unique); in drm_master_destroy()
/drivers/accel/
A Ddrm_accel.c59 if (master && master->unique) in accel_name_info()
60 seq_printf(m, " master=%s", master->unique); in accel_name_info()
61 if (dev->unique) in accel_name_info()
62 seq_printf(m, " unique=%s", dev->unique); in accel_name_info()
/drivers/scsi/aacraid/
A Dcommctrl.c188 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/
A Dbcm_sf2_cfp.c472 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()
A Dbcm_sf2.h56 DECLARE_BITMAP(unique, CFP_NUM_RULES);
/drivers/gpu/drm/qxl/
A Dqxl_dev.h407 uint64_t unique; member
788 uint32_t unique; member
820 uint64_t unique; member
A Dqxl_display.c595 cursor.header.unique = 0; in qxl_create_cursor()
/drivers/gpu/drm/xe/
A Dxe_shrinker.c290 shrinker->shrink = shrinker_alloc(0, "drm-xe_gem:%s", xe->drm.unique); in xe_shrinker_create()
/drivers/dma-buf/
A DKconfig86 statistics for the DMA-BUF with the unique inode number
/drivers/nvmem/
A DKconfig144 unique ID there.
450 series SoC's. This includes secure boot settings, the globally unique
451 NXP ID 'FUIDR' and the OEM unique ID 'OUIDR'.
/drivers/gpio/
A DTODO164 should otherwise be unique.
169 the irq_chip structure. The irq_chip structure can then be made unique
/drivers/gpu/drm/amd/amdgpu/
A Daldebaran.c186 r, adev_to_drm(tmp_adev)->unique); in aldebaran_mode2_perform_reset()
/drivers/w1/slaves/
A DKconfig75 unique number. Requires OverDrive Speed to talk to.
/drivers/message/fusion/lsi/
A Dmpi_history.txt257 * 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/
A DKconfig46 <mtd-id> := unique id used in mapping driver/device
/drivers/mtd/devices/
A DKconfig80 unique-to-each-chip bit pattern at the factory.
/drivers/staging/greybus/Documentation/
A Dsysfs-bus-greybus189 The interface-unique id of the bundle B.
/drivers/mtd/chips/
A DKconfig163 unique set of values. The rest is user-programmable.
/drivers/firmware/efi/
A DKconfig37 attribute may have unique performance characteristics compared
/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_trace.h940 __string( dev_name, dev->unique )

Completed in 67 milliseconds

12