/drivers/gpu/drm/virtio/ |
D | virtgpu_drm_bus.c | 65 char unique[20]; in drm_virtio_init() local 74 snprintf(unique, sizeof(unique), "pci:%s", pname); in drm_virtio_init() 75 ret = drm_dev_set_unique(dev, unique); in drm_virtio_init()
|
/drivers/gpu/drm/ |
D | drm_info.c | 60 if (master && master->unique) in drm_name_info() 61 seq_printf(m, " master=%s", master->unique); in drm_name_info() 62 if (dev->unique) in drm_name_info() 63 seq_printf(m, " unique=%s", dev->unique); in drm_name_info()
|
D | drm_ioctl.c | 119 if (copy_to_user(u->unique, master->unique, master->unique_len)) { in drm_getunique() 134 kfree(master->unique); in drm_unset_busid() 135 master->unique = NULL; in drm_unset_busid() 144 if (master->unique != NULL) in drm_set_busid() 154 WARN_ON(!dev->unique); in drm_set_busid() 155 master->unique = kstrdup(dev->unique, GFP_KERNEL); in drm_set_busid() 156 if (master->unique) in drm_set_busid() 157 master->unique_len = strlen(dev->unique); in drm_set_busid()
|
D | drm_pci.c | 141 master->unique = kasprintf(GFP_KERNEL, "pci:%04x:%02x:%02x.%d", in drm_pci_set_busid() 146 if (!master->unique) in drm_pci_set_busid() 149 master->unique_len = strlen(master->unique); in drm_pci_set_busid()
|
D | drm_drv.c | 617 kfree(dev->unique); in drm_dev_fini() 894 kfree(dev->unique); in drm_dev_set_unique() 895 dev->unique = kstrdup(name, GFP_KERNEL); in drm_dev_set_unique() 897 return dev->unique ? 0 : -ENOMEM; in drm_dev_set_unique()
|
D | drm_ioc32.c | 125 u32 unique; /* Unique name for driver instantiation */ member 139 .unique = compat_ptr(uq32.unique), in compat_drm_getunique()
|
D | drm_auth.c | 321 kfree(master->unique); in drm_master_destroy()
|
/drivers/scsi/aacraid/ |
D | commctrl.c | 202 fibctx->unique = (u32)((ulong)fibctx & 0xFFFFFFFF); in open_getadapter_fib() 224 if (context->unique == fibctx->unique) { in open_getadapter_fib() 226 fibctx->unique++; in open_getadapter_fib() 234 if (copy_to_user(arg, &fibctx->unique, in open_getadapter_fib() 235 sizeof(fibctx->unique))) { in open_getadapter_fib() 279 if (fibctx->unique == f.fibctx) { /* We found a winner */ in next_getadapter_fib() 420 if (fibctx->unique == (u32)(uintptr_t)arg) /* We found a winner */ in close_getadapter_fib()
|
D | aacraid.h | 1235 u32 unique; // unique value representing this context member
|
/drivers/staging/lustre/lnet/lnet/ |
D | lib-ptl.c | 46 int unique; in lnet_ptl_match_type() local 48 unique = !ignore_bits && in lnet_ptl_match_type() 67 if (unique) in lnet_ptl_match_type() 77 if ((lnet_ptl_is_unique(ptl) && !unique) || in lnet_ptl_match_type() 78 (lnet_ptl_is_wildcard(ptl) && unique)) in lnet_ptl_match_type()
|
/drivers/gpu/drm/qxl/ |
D | qxl_dev.h | 410 uint64_t unique; member 791 uint32_t unique; member 823 uint64_t unique; member
|
D | qxl_draw.c | 131 static uint64_t unique; /* we make no attempt to actually set this in qxl_palette_create_1bit() local 138 pal->unique = unique++; in qxl_palette_create_1bit()
|
D | qxl_display.c | 667 cursor->header.unique = 0; in qxl_cursor_atomic_update()
|
/drivers/staging/unisys/Documentation/ |
D | overview.txt | 46 video access. Thus, the only s-Par-unique support that is necessary to 160 denoting virtual bus #<n>. A unique s-Par channel exists for each such 169 denoting virtual device #<y> outboard of virtual bus #<x>. A unique s-Par
|
/drivers/w1/slaves/ |
D | Kconfig | 74 unique number. Requires OverDrive Speed to talk to.
|
/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/chips/ |
D | Kconfig | 160 unique set of values. The rest is user-programmable.
|
/drivers/mtd/devices/ |
D | Kconfig | 79 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/ |
D | Kconfig | 94 <mtd-id> := unique id used in mapping driver/device
|
/drivers/hid/ |
D | Kconfig | 740 Correctly maps vendor unique volume up/down HID usages to 742 of other vendor unique HID usages to random mouse events.
|
/drivers/staging/speakup/ |
D | spkguide.txt | 1448 different contents, make the title of each such section unique by 1450 author or publisher of that section if known, or else a unique number.
|