/linux-4.4.14/drivers/usb/core/ |
D | otg_whitelist.h | 54 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x1a0a && in is_targeted() 55 le16_to_cpu(dev->descriptor.idProduct) == 0xbadd)) in is_targeted() 59 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x1a0a && in is_targeted() 60 le16_to_cpu(dev->descriptor.idProduct) == 0x0200)) in is_targeted() 68 id->idVendor != le16_to_cpu(dev->descriptor.idVendor)) in is_targeted() 72 id->idProduct != le16_to_cpu(dev->descriptor.idProduct)) in is_targeted() 78 (id->bcdDevice_lo > le16_to_cpu(dev->descriptor.bcdDevice))) in is_targeted() 82 (id->bcdDevice_hi < le16_to_cpu(dev->descriptor.bcdDevice))) in is_targeted() 86 (id->bDeviceClass != dev->descriptor.bDeviceClass)) in is_targeted() 90 (id->bDeviceSubClass != dev->descriptor.bDeviceSubClass)) in is_targeted() [all …]
|
D | hub.h | 60 struct usb_hub_descriptor *descriptor; /* class descriptor */ member 130 hcs = hub->descriptor->wHubCharacteristics; in hub_is_port_power_switchable() 136 return hdev->descriptor.bDeviceProtocol == USB_HUB_PR_SS; in hub_is_superspeed() 141 unsigned delay = hub->descriptor->bPwrOn2PwrGood * 2; in hub_power_on_good_delay()
|
D | sysfs.c | 188 bcdUSB = le16_to_cpu(udev->descriptor.bcdUSB); in version_show() 300 if (udev->descriptor.bDeviceClass == USB_CLASS_HUB) in persist_store() 323 if (udev->descriptor.bDeviceClass != USB_CLASS_HUB) in add_persist_attributes() 651 le16_to_cpu(udev->descriptor.field)); \ 667 return sprintf(buf, format_string, udev->descriptor.field); \ 826 for (cfgno = -1; cfgno < udev->descriptor.bNumConfigurations && in read_descriptors() 829 src = &udev->descriptor; in read_descriptors() 953 le16_to_cpu(udev->descriptor.idVendor), in modalias_show() 954 le16_to_cpu(udev->descriptor.idProduct), in modalias_show() 955 le16_to_cpu(udev->descriptor.bcdDevice), in modalias_show() [all …]
|
D | hub.c | 191 (hub->descriptor->u.ss.bHubHdrDecLat * 100); in usb_set_lpm_mel() 1381 hub->descriptor = kmalloc(sizeof(*hub->descriptor), GFP_KERNEL); in hub_configure() 1382 if (!hub->descriptor) { in hub_configure() 1391 ret = get_hub_descriptor(hdev, hub->descriptor); in hub_configure() 1395 } else if (hub->descriptor->bNbrPorts > USB_MAXCHILDREN) { in hub_configure() 1399 } else if (hub->descriptor->bNbrPorts == 0) { in hub_configure() 1405 maxchild = hub->descriptor->bNbrPorts; in hub_configure() 1415 wHubCharacteristics = le16_to_cpu(hub->descriptor->wHubCharacteristics); in hub_configure() 1430 portstr[i] = hub->descriptor->u.hs.DeviceRemovable in hub_configure() 1467 switch (hdev->descriptor.bDeviceProtocol) { in hub_configure() [all …]
|
D | driver.c | 615 id->idVendor != le16_to_cpu(dev->descriptor.idVendor)) in usb_match_device() 619 id->idProduct != le16_to_cpu(dev->descriptor.idProduct)) in usb_match_device() 625 (id->bcdDevice_lo > le16_to_cpu(dev->descriptor.bcdDevice))) in usb_match_device() 629 (id->bcdDevice_hi < le16_to_cpu(dev->descriptor.bcdDevice))) in usb_match_device() 633 (id->bDeviceClass != dev->descriptor.bDeviceClass)) in usb_match_device() 637 (id->bDeviceSubClass != dev->descriptor.bDeviceSubClass)) in usb_match_device() 641 (id->bDeviceProtocol != dev->descriptor.bDeviceProtocol)) in usb_match_device() 655 if (dev->descriptor.bDeviceClass == USB_CLASS_VENDOR_SPEC && in usb_match_one_id_intf() 860 le16_to_cpu(usb_dev->descriptor.idVendor), in usb_uevent() 861 le16_to_cpu(usb_dev->descriptor.idProduct), in usb_uevent() [all …]
|
D | generic.c | 55 num_configs = udev->descriptor.bNumConfigurations; in usb_choose_configuration() 126 else if (udev->descriptor.bDeviceClass != in usb_choose_configuration()
|
D | quirks.c | 242 for (i = 0; i < udev->descriptor.bNumConfigurations; ++i) { in usb_match_any_interface() 318 if (udev->descriptor.bDeviceClass == USB_CLASS_HUB) in usb_detect_quirks()
|
D | config.c | 638 for (i = 0; i < dev->descriptor.bNumConfigurations; i++) in usb_destroy_configuration() 645 for (c = 0; c < dev->descriptor.bNumConfigurations; c++) { in usb_destroy_configuration() 669 int ncfg = dev->descriptor.bNumConfigurations; in usb_get_configuration() 680 dev->descriptor.bNumConfigurations = ncfg = USB_MAXCONFIG; in usb_get_configuration() 714 dev->descriptor.bNumConfigurations = cfgno; in usb_get_configuration() 763 dev->descriptor.bNumConfigurations = cfgno; in usb_get_configuration()
|
D | message.c | 915 memcpy(&dev->descriptor, desc, size); in usb_get_device_descriptor() 1613 le16_to_cpu(usb_dev->descriptor.idVendor), in usb_if_uevent() 1614 le16_to_cpu(usb_dev->descriptor.idProduct), in usb_if_uevent() 1615 le16_to_cpu(usb_dev->descriptor.bcdDevice), in usb_if_uevent() 1616 usb_dev->descriptor.bDeviceClass, in usb_if_uevent() 1617 usb_dev->descriptor.bDeviceSubClass, in usb_if_uevent() 1618 usb_dev->descriptor.bDeviceProtocol, in usb_if_uevent() 1740 for (i = 0; i < dev->descriptor.bNumConfigurations; i++) { in usb_set_configuration()
|
D | devices.c | 433 start = usb_dump_device_descriptor(start, end, &dev->descriptor); in usb_dump_desc() 440 for (i = 0; i < dev->descriptor.bNumConfigurations; i++) { in usb_dump_desc()
|
/linux-4.4.14/include/linux/ |
D | dynamic_debug.h | 45 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...); 53 void __dynamic_dev_dbg(struct _ddebug *descriptor, const struct device *dev, 59 void __dynamic_netdev_dbg(struct _ddebug *descriptor, 76 DEFINE_DYNAMIC_DEBUG_METADATA(descriptor, fmt); \ 77 if (unlikely(descriptor.flags & _DPRINTK_FLAGS_PRINT)) \ 78 __dynamic_pr_debug(&descriptor, pr_fmt(fmt), \ 84 DEFINE_DYNAMIC_DEBUG_METADATA(descriptor, fmt); \ 85 if (unlikely(descriptor.flags & _DPRINTK_FLAGS_PRINT)) \ 86 __dynamic_dev_dbg(&descriptor, dev, fmt, \ 92 DEFINE_DYNAMIC_DEBUG_METADATA(descriptor, fmt); \ [all …]
|
D | net.h | 251 DEFINE_DYNAMIC_DEBUG_METADATA(descriptor, fmt); \ 252 if (unlikely(descriptor.flags & _DPRINTK_FLAGS_PRINT) && \ 254 __dynamic_pr_debug(&descriptor, fmt, ##__VA_ARGS__); \
|
D | printk.h | 407 DEFINE_DYNAMIC_DEBUG_METADATA(descriptor, pr_fmt(fmt)); \ 408 if (unlikely(descriptor.flags & _DPRINTK_FLAGS_PRINT) && \ 410 __dynamic_pr_debug(&descriptor, pr_fmt(fmt), ##__VA_ARGS__); \
|
D | acpi.h | 696 void __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, const char *fmt, ...); 698 #define __acpi_handle_debug(descriptor, handle, fmt, ...) \ argument 730 DEFINE_DYNAMIC_DEBUG_METADATA(descriptor, fmt); \ 731 if (unlikely(descriptor.flags & _DPRINTK_FLAGS_PRINT)) \ 732 __acpi_handle_debug(&descriptor, handle, pr_fmt(fmt), \
|
/linux-4.4.14/fs/jbd2/ |
D | revoke.c | 527 struct buffer_head *descriptor; in jbd2_journal_write_revoke_records() local 533 descriptor = NULL; in jbd2_journal_write_revoke_records() 548 &descriptor, &offset, in jbd2_journal_write_revoke_records() 555 if (descriptor) in jbd2_journal_write_revoke_records() 556 flush_descriptor(journal, descriptor, offset, write_op); in jbd2_journal_write_revoke_records() 574 struct buffer_head *descriptor; in write_one_revoke_record() local 585 descriptor = *descriptorp; in write_one_revoke_record() 598 if (descriptor) { in write_one_revoke_record() 600 flush_descriptor(journal, descriptor, offset, write_op); in write_one_revoke_record() 601 descriptor = NULL; in write_one_revoke_record() [all …]
|
D | commit.c | 373 struct buffer_head *descriptor; in jbd2_journal_commit_transaction() local 584 descriptor = NULL; in jbd2_journal_commit_transaction() 614 if (!descriptor) { in jbd2_journal_commit_transaction() 619 descriptor = jbd2_journal_get_descriptor_buffer(journal); in jbd2_journal_commit_transaction() 620 if (!descriptor) { in jbd2_journal_commit_transaction() 626 (unsigned long long)descriptor->b_blocknr, in jbd2_journal_commit_transaction() 627 descriptor->b_data); in jbd2_journal_commit_transaction() 628 header = (journal_header_t *)descriptor->b_data; in jbd2_journal_commit_transaction() 633 tagp = &descriptor->b_data[sizeof(journal_header_t)]; in jbd2_journal_commit_transaction() 634 space_left = descriptor->b_size - in jbd2_journal_commit_transaction() [all …]
|
/linux-4.4.14/sound/soc/intel/atom/sst/ |
D | sst_drv_interface.c | 412 .descriptor[0].max_ch = 2, 413 .descriptor[0].sample_rates[0] = 48000, 414 .descriptor[0].sample_rates[1] = 44100, 415 .descriptor[0].sample_rates[2] = 32000, 416 .descriptor[0].sample_rates[3] = 16000, 417 .descriptor[0].sample_rates[4] = 8000, 418 .descriptor[0].num_sample_rates = 5, 419 .descriptor[0].bit_rate[0] = 320, 420 .descriptor[0].bit_rate[1] = 192, 421 .descriptor[0].num_bitrates = 2, [all …]
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | uttrack.c | 577 union acpi_descriptor *descriptor; in acpi_ut_dump_allocations() local 599 descriptor = in acpi_ut_dump_allocations() 607 descriptor, element->size, in acpi_ut_dump_allocations() 612 if (ACPI_GET_DESCRIPTOR_TYPE(descriptor) != in acpi_ut_dump_allocations() 616 descriptor, element->size, in acpi_ut_dump_allocations() 619 (descriptor)); in acpi_ut_dump_allocations() 626 (descriptor)) { in acpi_ut_dump_allocations() 672 (descriptor->object.common. in acpi_ut_dump_allocations() 674 descriptor->object.common. in acpi_ut_dump_allocations() 682 descriptor->op.asl. in acpi_ut_dump_allocations() [all …]
|
/linux-4.4.14/drivers/usb/misc/ |
D | lvstest.c | 34 struct usb_hub_descriptor descriptor; member 246 struct usb_device_descriptor *descriptor; in get_dev_desc_store() local 249 descriptor = kmalloc(sizeof(*descriptor), GFP_KERNEL); in get_dev_desc_store() 250 if (!descriptor) { in get_dev_desc_store() 264 0, descriptor, sizeof(*descriptor), in get_dev_desc_store() 272 kfree(descriptor); in get_dev_desc_store() 301 struct usb_hub_descriptor *descriptor = &lvs->descriptor; in lvs_rh_work() local 307 for (i = 1; i <= descriptor->bNbrPorts; i++) { in lvs_rh_work() 376 if (hdev->descriptor.bDeviceProtocol != USB_HUB_PR_SS || hdev->parent) { in lvs_rh_probe() 391 USB_DT_SS_HUB << 8, 0, &lvs->descriptor, in lvs_rh_probe()
|
D | ldusb.c | 672 if ((le16_to_cpu(udev->descriptor.idVendor) == USB_VENDOR_ID_LD) && in ld_usb_probe() 673 ((le16_to_cpu(udev->descriptor.idProduct) == USB_DEVICE_ID_LD_CASSY) || in ld_usb_probe() 674 (le16_to_cpu(udev->descriptor.idProduct) == USB_DEVICE_ID_LD_COM3LAB)) && in ld_usb_probe() 675 (le16_to_cpu(udev->descriptor.bcdDevice) <= 0x103)) { in ld_usb_probe() 722 udev->descriptor.bMaxPacketSize0; in ld_usb_probe()
|
D | usblcd.c | 176 bcdDevice = le16_to_cpu((dev->udev)->descriptor.bcdDevice); in lcd_ioctl() 335 if (le16_to_cpu(dev->udev->descriptor.idProduct) != 0x0001) { in lcd_probe() 386 i = le16_to_cpu(dev->udev->descriptor.bcdDevice); in lcd_probe()
|
D | usbtest.c | 828 if (!realworld || udev->descriptor.bNumConfigurations != 1) { in ch9_postconfig() 848 dev->buf, sizeof(udev->descriptor)); in ch9_postconfig() 849 if (retval != sizeof(udev->descriptor)) { in ch9_postconfig() 858 if (le16_to_cpu(udev->descriptor.bcdUSB) >= 0x0210) { in ch9_postconfig() 939 for (i = 0; i < udev->descriptor.bNumConfigurations; i++) { in ch9_postconfig() 955 if (le16_to_cpu(udev->descriptor.bcdUSB) == 0x0200) { in ch9_postconfig() 1294 len = 1024 - udev->descriptor.bMaxPacketSize0; in test_ctrl_queue() 1300 len = udev->descriptor.bMaxPacketSize0; in test_ctrl_queue() 1319 if (le16_to_cpu(udev->descriptor.bcdUSB) < 0x0201) in test_ctrl_queue() 2596 if (!vendor || le16_to_cpu(udev->descriptor.idVendor) != (u16)vendor) in usbtest_probe() [all …]
|
D | iowarrior.c | 555 info.vendor = le16_to_cpu(dev->udev->descriptor.idVendor); in iowarrior_ioctl() 557 info.revision = le16_to_cpu(dev->udev->descriptor.bcdDevice); in iowarrior_ioctl() 788 dev->product_id = le16_to_cpu(udev->descriptor.idProduct); in iowarrior_probe() 840 usb_string(udev, udev->descriptor.iSerialNumber, dev->chip_serial, in iowarrior_probe()
|
D | ehset.c | 37 u16 test_pid = le16_to_cpu(dev->descriptor.idProduct); in ehset_probe()
|
/linux-4.4.14/include/linux/usb/ |
D | input.h | 20 id->vendor = le16_to_cpu(dev->descriptor.idVendor); in usb_to_input_id() 21 id->product = le16_to_cpu(dev->descriptor.idProduct); in usb_to_input_id() 22 id->version = le16_to_cpu(dev->descriptor.bcdDevice); in usb_to_input_id()
|
/linux-4.4.14/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec2.txt | 14 descriptor pointers each channel fetch fifo can hold. 33 - fsl,descriptor-types-mask : The bitmask representing what descriptors 39 bit 1 = set if SEC supports the ipsec_esp descriptor type 43 bit 5 = set if SEC supports the srtp descriptor type 45 bit 7 = set if SEC supports the pkeu_assemble descriptor type 47 bit 9 = set if SEC supports the pkeu_ptmul descriptor type 49 bit 11 = set if SEC supports the pkeu_ptadd_dbl descriptor type 69 fsl,descriptor-types-mask = <0x12b0ebf>;
|
/linux-4.4.14/arch/x86/math-emu/ |
D | get_address.c | 139 struct desc_struct descriptor; in pm_address() local 161 descriptor = FPU_get_ldt_descriptor(addr->selector); in pm_address() 162 base_address = SEG_BASE_ADDR(descriptor); in pm_address() 165 + (SEG_LIMIT(descriptor) + 1) * SEG_GRANULARITY(descriptor) - 1; in pm_address() 169 if (SEG_EXPAND_DOWN(descriptor)) { in pm_address() 170 if (SEG_G_BIT(descriptor)) in pm_address() 185 if (SEG_EXECUTE_ONLY(descriptor) || in pm_address() 186 (!SEG_WRITE_PERM(descriptor) && (FPU_modrm & FPU_WRITE_BIT))) { in pm_address()
|
/linux-4.4.14/Documentation/security/ |
D | IMA-templates.txt | 22 definition of two new data structures: a template descriptor, to determine 29 measurement entries. Defining a new template descriptor requires 32 parameter. At boot time, IMA initializes the chosen template descriptor 39 descriptor chosen through the kernel configuration or through the newly 44 fields associated to the chosen template descriptor and store the result 49 the template descriptor used to produce that entry and call the show() 80 To specify the template descriptor to be used to generate measurement entries, 83 - select a template descriptor among those supported in the kernel 85 - specify a template descriptor name from the kernel command line through 87 - register a new template descriptor with custom format through the kernel
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/ti/ |
D | keystone-navigator-qmss.txt | 6 processors(PDSP), linking RAM, descriptor pools and infrastructure 10 reading descriptor address to a particular memory mapped location. The PDSPs 13 descriptor RAM. Descriptor RAM is configurable as internal or external memory. 15 queue pool management (allocation, push, pop and notify) and descriptor 46 as free descriptor queues or the 65 the buffer for descriptor information. This firmware 74 entries : Size of the accumulator descriptor list 84 - descriptor-regions : child node describing the memory regions for keystone 90 <"# of descriptors" "descriptor size">. 92 descriptor in the region. [all …]
|
/linux-4.4.14/sound/usb/usx2y/ |
D | us122l.c | 202 if (us122l->dev->descriptor.idProduct == USB_ID_US144 || in usb_stream_hwdep_open() 203 us122l->dev->descriptor.idProduct == USB_ID_US144MKII) { in usb_stream_hwdep_open() 218 if (us122l->dev->descriptor.idProduct == USB_ID_US144 || in usb_stream_hwdep_release() 219 us122l->dev->descriptor.idProduct == USB_ID_US144MKII) { in usb_stream_hwdep_release() 487 if (us122l->dev->descriptor.idProduct == USB_ID_US144 || in us122l_create_card() 488 us122l->dev->descriptor.idProduct == USB_ID_US144MKII) { in us122l_create_card() 507 if (us122l->dev->descriptor.idProduct == USB_ID_US144 || in us122l_create_card() 508 us122l->dev->descriptor.idProduct == USB_ID_US144MKII) in us122l_create_card() 565 le16_to_cpu(device->descriptor.idVendor), in usx2y_create_card() 566 le16_to_cpu(device->descriptor.idProduct), in usx2y_create_card() [all …]
|
D | usbusx2y.c | 362 le16_to_cpu(device->descriptor.idVendor), in usX2Y_create_card() 363 le16_to_cpu(device->descriptor.idProduct), in usX2Y_create_card() 381 if (le16_to_cpu(device->descriptor.idVendor) != 0x1604 || in usX2Y_usb_probe() 382 (le16_to_cpu(device->descriptor.idProduct) != USB_ID_US122 && in usX2Y_usb_probe() 383 le16_to_cpu(device->descriptor.idProduct) != USB_ID_US224 && in usX2Y_usb_probe() 384 le16_to_cpu(device->descriptor.idProduct) != USB_ID_US428)) in usX2Y_usb_probe()
|
D | usX2Yhwdep.c | 118 switch (le16_to_cpu(us428->dev->descriptor.idProduct)) { in snd_usX2Y_hwdep_dsp_status() 171 le16_to_cpu(dev->descriptor.idProduct) == USB_ID_US428 ? in usX2Y_create_usbmidi()
|
/linux-4.4.14/drivers/usb/storage/ |
D | usual-tables.c | 113 vid = le16_to_cpu(udev->descriptor.idVendor); in usb_usual_ignore_device() 114 pid = le16_to_cpu(udev->descriptor.idProduct); in usb_usual_ignore_device() 115 bcd = le16_to_cpu(udev->descriptor.bcdDevice); in usb_usual_ignore_device()
|
D | uas-detect.h | 96 if (le16_to_cpu(udev->descriptor.idVendor) == 0x174c && in uas_use_uas_driver() 97 (le16_to_cpu(udev->descriptor.idProduct) == 0x5106 || in uas_use_uas_driver() 98 le16_to_cpu(udev->descriptor.idProduct) == 0x55aa)) { in uas_use_uas_driver()
|
D | usb.c | 287 u16 bcdDevice = le16_to_cpu(us->pusb_dev->descriptor.bcdDevice); in fill_inquiry_response() 442 le16_to_cpu(us->pusb_dev->descriptor.idVendor), in associate_dev() 443 le16_to_cpu(us->pusb_dev->descriptor.idProduct), in associate_dev() 444 le16_to_cpu(us->pusb_dev->descriptor.bcdDevice)); in associate_dev() 473 u16 vid = le16_to_cpu(udev->descriptor.idVendor); in usb_stor_adjust_quirks() 474 u16 pid = le16_to_cpu(udev->descriptor.idProduct); in usb_stor_adjust_quirks() 609 le16_to_cpu(dev->descriptor.idVendor), in get_device_info() 610 le16_to_cpu(dev->descriptor.idProduct), in get_device_info() 623 struct usb_device_descriptor *ddesc = &dev->descriptor; in get_device_info()
|
D | cypress_atacb.c | 265 if (device->descriptor.iManufacturer != 0x38 || in cypress_probe() 266 device->descriptor.iProduct != 0x4e || in cypress_probe() 267 device->descriptor.iSerialNumber != 0x64) { in cypress_probe()
|
D | onetouch.c | 231 le16_to_cpu(udev->descriptor.idVendor), in onetouch_connect_input() 232 le16_to_cpu(udev->descriptor.idProduct)); in onetouch_connect_input()
|
/linux-4.4.14/Documentation/filesystems/ |
D | autofs4-mount-control.txt | 11 During normal operation autofs uses a file descriptor opened on the 13 operations. Using a file descriptor gives ioctl operations access to 19 file descriptor for these operations if we don't already have one open. 105 The current autofs implementation uses an ioctl file descriptor opened 107 descriptor are accounted for in checks made to determine if a mount is 188 The ioctlfd field is a mount point file descriptor of an autofs mount 192 mount point file descriptor, and when requesting the uid and gid of the 216 not a valid descriptor or doesn't correspond to an autofs mount point 217 an error of -EBADF, -ENOTTY or -EINVAL (not an autofs descriptor) is 247 with the ioctlfd field set to a valid autofs mount point descriptor [all …]
|
D | files.txt | 5 and file descriptor table (struct files) works. 7 Up until 2.6.12, the file descriptor table has been protected 10 of the table. ->count was used for sharing the file descriptor 14 a put_files_struct() frees the file descriptor (fd) table. 18 In the new lock-free model of file descriptor management, 20 based on RCU. The file descriptor table contains multiple 24 a lock-free reader, all the elements of the file descriptor
|
D | spufs.txt | 93 box and the file descriptor has been opened with O_NONBLOCK, the 97 descriptor has been opened without O_NONBLOCK, the call will 113 is no space available in the mail box and the file descriptor has been 117 If there is no space available in the mail box and the file descriptor 179 subsequent reads from the same file descriptor will result in 183 descriptor needs to be opened to read the value again. 189 buffer. Subsequent writes to the same file descriptor overwrite 249 quent reads from the same file descriptor will result in com- 252 descriptor needs to be opened to read the value again. 258 buffer. Subsequent writes to the same file descriptor overwrite [all …]
|
D | 9p.txt | 95 rfdno=n the file descriptor for reading with trans=fd 97 wfdno=n the file descriptor for writing with trans=fd
|
D | dnotify.txt | 31 file descriptor associated with the directory in which the event occurred.
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_image.c | 193 image->descriptor.id = 0; in qxl_image_init_helper() 194 image->descriptor.type = SPICE_IMAGE_TYPE_BITMAP; in qxl_image_init_helper() 196 image->descriptor.flags = 0; in qxl_image_init_helper() 197 image->descriptor.width = width; in qxl_image_init_helper() 198 image->descriptor.height = height; in qxl_image_init_helper()
|
D | qxl_dev.h | 811 (image)->descriptor.id = (((uint64_t)_unique) << 32) | _group; \ 848 struct qxl_image_descriptor descriptor; member
|
/linux-4.4.14/drivers/media/usb/go7007/ |
D | go7007-loader.c | 56 if (usbdev->descriptor.bNumConfigurations != 1) { in go7007_loader_probe() 61 vendor = le16_to_cpu(usbdev->descriptor.idVendor); in go7007_loader_probe() 62 product = le16_to_cpu(usbdev->descriptor.idProduct); in go7007_loader_probe()
|
/linux-4.4.14/sound/usb/ |
D | quirks.c | 588 &dev->descriptor, sizeof(dev->descriptor)); in snd_usb_extigy_boot_quirk() 836 &dev->descriptor, sizeof(dev->descriptor)); in snd_usb_mbox2_boot_quirk() 989 u32 id = USB_ID(le16_to_cpu(dev->descriptor.idVendor), in snd_usb_apply_boot_quirk() 990 le16_to_cpu(dev->descriptor.idProduct)); in snd_usb_apply_boot_quirk() 1203 if ((le16_to_cpu(ep->chip->dev->descriptor.idVendor) == 0x23ba) && in snd_usb_endpoint_start_quirk() 1226 switch (le16_to_cpu(dev->descriptor.idVendor)) { in snd_usb_set_interface_quirk() 1242 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x23ba) && in snd_usb_ctl_msg_quirk() 1250 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x0644) && in snd_usb_ctl_msg_quirk() 1257 if (is_marantz_denon_dac(USB_ID(le16_to_cpu(dev->descriptor.idVendor), in snd_usb_ctl_msg_quirk() 1258 le16_to_cpu(dev->descriptor.idProduct))) in snd_usb_ctl_msg_quirk() [all …]
|
D | card.c | 378 chip->usb_id = USB_ID(le16_to_cpu(dev->descriptor.idVendor), in snd_usb_audio_create() 379 le16_to_cpu(dev->descriptor.idProduct)); in snd_usb_audio_create() 400 if (!dev->descriptor.iProduct || in snd_usb_audio_create() 401 usb_string(dev, dev->descriptor.iProduct, in snd_usb_audio_create() 415 if (dev->descriptor.iManufacturer) in snd_usb_audio_create() 416 len = usb_string(dev, dev->descriptor.iManufacturer, in snd_usb_audio_create() 482 id = USB_ID(le16_to_cpu(dev->descriptor.idVendor), in usb_audio_probe() 483 le16_to_cpu(dev->descriptor.idProduct)); in usb_audio_probe()
|
/linux-4.4.14/Documentation/arm/keystone/ |
D | knav-qmss.txt | 10 processors(PDSP), linking RAM, descriptor pools and infrastructure 14 reading descriptor address to a particular memory mapped location. The PDSPs 17 descriptor RAM. Descriptor RAM is configurable as internal or external memory. 19 queue pool management (allocation, push, pop and notify) and descriptor 23 allocate descriptor pools, map the descriptors, push/pop to queues etc. For
|
/linux-4.4.14/drivers/vme/bridges/ |
D | vme_ca91cx42.c | 1051 if ((unsigned long)&entry->descriptor & CA91CX42_DCPP_M) { in ca91cx42_dma_list_add() 1053 "required: %p\n", &entry->descriptor); in ca91cx42_dma_list_add() 1058 memset(&entry->descriptor, 0, sizeof(struct ca91cx42_dma_descriptor)); in ca91cx42_dma_list_add() 1061 entry->descriptor.dctl |= CA91CX42_DCTL_L2V; in ca91cx42_dma_list_add() 1098 entry->descriptor.dctl |= CA91CX42_DCTL_VCT_BLT; in ca91cx42_dma_list_add() 1103 entry->descriptor.dctl |= CA91CX42_DCTL_VDW_D8; in ca91cx42_dma_list_add() 1106 entry->descriptor.dctl |= CA91CX42_DCTL_VDW_D16; in ca91cx42_dma_list_add() 1109 entry->descriptor.dctl |= CA91CX42_DCTL_VDW_D32; in ca91cx42_dma_list_add() 1112 entry->descriptor.dctl |= CA91CX42_DCTL_VDW_D64; in ca91cx42_dma_list_add() 1122 entry->descriptor.dctl |= CA91CX42_DCTL_VAS_A16; in ca91cx42_dma_list_add() [all …]
|
D | vme_tsi148.c | 1655 if ((unsigned long)&entry->descriptor & 0x7) { in tsi148_dma_list_add() 1658 &entry->descriptor); in tsi148_dma_list_add() 1666 memset(&entry->descriptor, 0, sizeof(struct tsi148_dma_descriptor)); in tsi148_dma_list_add() 1673 entry->descriptor.dsal = cpu_to_be32(pattern_attr->pattern); in tsi148_dma_list_add() 1684 entry->descriptor.dsat = cpu_to_be32(val); in tsi148_dma_list_add() 1691 entry->descriptor.dsau = cpu_to_be32(address_high); in tsi148_dma_list_add() 1692 entry->descriptor.dsal = cpu_to_be32(address_low); in tsi148_dma_list_add() 1693 entry->descriptor.dsat = cpu_to_be32(TSI148_LCSR_DSAT_TYP_PCI); in tsi148_dma_list_add() 1700 entry->descriptor.dsau = cpu_to_be32(address_high); in tsi148_dma_list_add() 1701 entry->descriptor.dsal = cpu_to_be32(address_low); in tsi148_dma_list_add() [all …]
|
D | vme_ca91cx42.h | 69 struct ca91cx42_dma_descriptor descriptor; member
|
/linux-4.4.14/net/caif/ |
D | caif_usb.c | 141 le16_to_cpu(usbdev->descriptor.idVendor), in cfusbl_device_notify() 142 le16_to_cpu(usbdev->descriptor.idProduct)); in cfusbl_device_notify() 145 if (!(le16_to_cpu(usbdev->descriptor.idVendor) == STE_USB_VID && in cfusbl_device_notify() 146 le16_to_cpu(usbdev->descriptor.idProduct) == STE_USB_PID_CAIF)) in cfusbl_device_notify()
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | marvell-orion-net.txt | 43 - marvell,tx-sram-addr: address of transmit descriptor buffer located in SRAM. 44 - marvell,tx-sram-size: size of transmit descriptor buffer located in SRAM. 46 - marvell,rx-sram-addr: address of receive descriptor buffer located in SRAM. 47 - marvell,rx-sram-size: size of receive descriptor buffer located in SRAM.
|
D | altera_tse.txt | 13 "tx_desc": MSGDMA Tx dispatcher descriptor space region 15 "rx_desc": MSGDMA Rx dispatcher descriptor space region 17 "s1": SGDMA descriptor memory
|
D | opencores-ethoc.txt | 6 first region is for the device registers and descriptor rings,
|
D | keystone-netcp.txt | 121 for creating the rx descriptor pool. 123 for creating the tx descriptor pool. 124 - rx-queue-depth: number of descriptors in each of the free descriptor
|
D | cpsw.txt | 17 - bd_ram_size : Specifies internal descriptor RAM size
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | dibusb-common.c | 261 if (le16_to_cpu(adap->dev->udev->descriptor.idVendor) == USB_VID_LITEON && in dibusb_dib3000mc_frontend_attach() 262 le16_to_cpu(adap->dev->udev->descriptor.idProduct) == in dibusb_dib3000mc_frontend_attach() 300 if (le16_to_cpu(adap->dev->udev->descriptor.idVendor) == USB_VID_LITEON && in dibusb_dib3000mc_tuner_attach() 301 le16_to_cpu(adap->dev->udev->descriptor.idProduct) == USB_PID_LITEON_DVB_T_WARM) { in dibusb_dib3000mc_tuner_attach() 313 } else if (le16_to_cpu(adap->dev->udev->descriptor.idVendor) == USB_VID_DIBCOM && in dibusb_dib3000mc_tuner_attach() 314 le16_to_cpu(adap->dev->udev->descriptor.idProduct) == USB_PID_DIBCOM_MOD3001_WARM) { in dibusb_dib3000mc_tuner_attach()
|
D | dvb-usb-init.c | 187 if (props->devices[i].cold_ids[j]->idVendor == le16_to_cpu(udev->descriptor.idVendor) && in dvb_usb_find_device() 188 props->devices[i].cold_ids[j]->idProduct == le16_to_cpu(udev->descriptor.idProduct)) { in dvb_usb_find_device() 200 if (props->devices[i].warm_ids[j]->idVendor == le16_to_cpu(udev->descriptor.idVendor) && in dvb_usb_find_device() 201 props->devices[i].warm_ids[j]->idProduct == le16_to_cpu(udev->descriptor.idProduct)) { in dvb_usb_find_device()
|
D | gp8psk.c | 167 int gp_product_id = le16_to_cpu(d->udev->descriptor.idProduct); in gp8psk_power_ctrl() 212 int gp_product_id = le16_to_cpu(d->udev->descriptor.idProduct); in gp8psk_bcm4500_reload() 248 le16_to_cpu(udev->descriptor.idProduct)); in gp8psk_usb_probe()
|
D | digitv.c | 93 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0; in digitv_identify_state()
|
D | a800.c | 36 *cold = udev->descriptor.iManufacturer != 1; in a800_identify_state()
|
D | opera1.c | 558 if (le16_to_cpu(udev->descriptor.idProduct) == USB_PID_OPERA1_WARM && in opera1_probe() 559 le16_to_cpu(udev->descriptor.idVendor) == USB_VID_OPERA1 && in opera1_probe()
|
D | cxusb.c | 162 if (le16_to_cpu(d->udev->descriptor.idVendor) == USB_VID_MEDION) in cxusb_i2c_xfer() 1390 *cold = udev->descriptor.bDeviceClass == 0xff && in bluebird_fx2_identify_state() 1391 udev->descriptor.bDeviceSubClass == 0xff && in bluebird_fx2_identify_state() 1392 udev->descriptor.bDeviceProtocol == 0xff; in bluebird_fx2_identify_state() 1431 le16_to_cpu(udev->descriptor.idProduct) + 1; in bluebird_patch_dvico_firmware_download() 1433 le16_to_cpu(udev->descriptor.idProduct) >> 8; in bluebird_patch_dvico_firmware_download()
|
D | ttusb2.c | 458 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0; in ttusb2_identify_state()
|
/linux-4.4.14/Documentation/usb/ |
D | proc_usb_info.txt | 56 of first the device descriptor, then the descriptors for each 57 configuration of the device. Multi-byte fields in the device descriptor 59 descriptors are in bus endian format! The configuration descriptor 61 descriptor data than indicated by wTotalLength there will be a hole in 97 D = Device descriptor info. 98 P = Product ID info. (from Device descriptor, but they won't fit 101 C = Configuration descriptor info. (* = active configuration) 102 I = Interface descriptor info. 103 E = Endpoint descriptor info. 158 Device descriptor info & Product ID info: [all …]
|
/linux-4.4.14/drivers/media/rc/ |
D | streamzap.c | 303 le16_to_cpu(sz->usbdev->descriptor.idVendor), in streamzap_init_rc_dev() 304 le16_to_cpu(sz->usbdev->descriptor.idProduct)); in streamzap_init_rc_dev() 403 if (usbdev->descriptor.iManufacturer in streamzap_probe() 404 && usb_string(usbdev, usbdev->descriptor.iManufacturer, in streamzap_probe() 408 if (usbdev->descriptor.iProduct in streamzap_probe() 409 && usb_string(usbdev, usbdev->descriptor.iProduct, in streamzap_probe()
|
D | mceusb.c | 1222 le16_to_cpu(ir->usbdev->descriptor.idVendor), in mceusb_init_rc_dev() 1223 le16_to_cpu(ir->usbdev->descriptor.idProduct)); in mceusb_init_rc_dev() 1242 switch (le16_to_cpu(udev->descriptor.idVendor)) { in mceusb_init_rc_dev() 1358 if (dev->descriptor.iManufacturer in mceusb_dev_probe() 1359 && usb_string(dev, dev->descriptor.iManufacturer, in mceusb_dev_probe() 1362 if (dev->descriptor.iProduct in mceusb_dev_probe() 1363 && usb_string(dev, dev->descriptor.iProduct, in mceusb_dev_probe()
|
D | ati_remote.c | 880 le16_to_cpu(ati_remote->udev->descriptor.idVendor), in ati_remote_probe() 881 le16_to_cpu(ati_remote->udev->descriptor.idProduct)); in ati_remote_probe()
|
/linux-4.4.14/drivers/thunderbolt/ |
D | nhi.c | 136 struct ring_desc *descriptor; in ring_write_descriptors() local 141 descriptor = &ring->descriptors[ring->head]; in ring_write_descriptors() 142 descriptor->phys = frame->buffer_phy; in ring_write_descriptors() 143 descriptor->time = 0; in ring_write_descriptors() 144 descriptor->flags = RING_DESC_POSTED | RING_DESC_INTERRUPT; in ring_write_descriptors() 146 descriptor->length = frame->size; in ring_write_descriptors() 147 descriptor->eof = frame->eof; in ring_write_descriptors() 148 descriptor->sof = frame->sof; in ring_write_descriptors()
|
/linux-4.4.14/drivers/input/tablet/ |
D | acecad.c | 214 le16_to_cpu(dev->descriptor.idVendor), in usb_acecad_probe() 215 le16_to_cpu(dev->descriptor.idProduct)); in usb_acecad_probe() 225 le16_to_cpu(dev->descriptor.idVendor), in usb_acecad_probe() 226 le16_to_cpu(dev->descriptor.idProduct)); in usb_acecad_probe()
|
/linux-4.4.14/lib/ |
D | dynamic_debug.c | 540 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...) in __dynamic_pr_debug() argument 546 BUG_ON(!descriptor); in __dynamic_pr_debug() 554 printk(KERN_DEBUG "%s%pV", dynamic_emit_prefix(descriptor, buf), &vaf); in __dynamic_pr_debug() 560 void __dynamic_dev_dbg(struct _ddebug *descriptor, in __dynamic_dev_dbg() argument 566 BUG_ON(!descriptor); in __dynamic_dev_dbg() 580 dynamic_emit_prefix(descriptor, buf), in __dynamic_dev_dbg() 591 void __dynamic_netdev_dbg(struct _ddebug *descriptor, in __dynamic_netdev_dbg() argument 597 BUG_ON(!descriptor); in __dynamic_netdev_dbg() 610 dynamic_emit_prefix(descriptor, buf), in __dynamic_netdev_dbg()
|
/linux-4.4.14/drivers/media/common/siano/ |
D | smsir.c | 84 dev->input_id.vendor = le16_to_cpu(dev->udev->descriptor.idVendor); in sms_ir_init() 85 dev->input_id.product = le16_to_cpu(dev->udev->descriptor.idProduct); in sms_ir_init()
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-bus-usb | 123 binary data consists of the device descriptor followed by the 126 be trusted, as the device may have a smaller config descriptor 127 than it advertises. The bLength field of each (sub) descriptor 129 descriptor at a time until the next config descriptor is found.
|
D | sysfs-bus-firewire | 89 Contents of a respective textual descriptor leaf. 95 Contents of a respective textual descriptor leaf. 106 Contents of a respective textual descriptor leaf.
|
D | sysfs-driver-ib_srp | 43 memory descriptor list in an SRP_CMD instead of the entire 44 list. If a partial memory descriptor list has been included 50 implementations support partial memory descriptor lists the 55 only safe with partial memory descriptor list support enabled 88 descriptor list in an SRP_CMD when communicating with an SRP
|
/linux-4.4.14/drivers/firewire/ |
D | ohci.c | 77 struct descriptor { struct 104 struct descriptor *descriptors; argument 115 struct descriptor *d, 116 struct descriptor *last); 127 struct descriptor buffer[0]; 155 struct descriptor *last; 161 struct descriptor *prev; 672 struct descriptor *d; in ar_context_link_page() 991 struct descriptor *d; in ar_context_init() 1030 ar_next_buffer_index(i) * sizeof(struct descriptor)); in ar_context_init() [all …]
|
D | core-cdev.c | 132 struct fw_descriptor descriptor; member 868 fw_core_remove_descriptor(&r->descriptor); in release_descriptor() 894 r->descriptor.length = a->length; in ioctl_add_descriptor() 895 r->descriptor.immediate = a->immediate; in ioctl_add_descriptor() 896 r->descriptor.key = a->key; in ioctl_add_descriptor() 897 r->descriptor.data = r->data; in ioctl_add_descriptor() 899 ret = fw_core_add_descriptor(&r->descriptor); in ioctl_add_descriptor() 906 fw_core_remove_descriptor(&r->descriptor); in ioctl_add_descriptor()
|
/linux-4.4.14/drivers/hid/ |
D | hid-elo.c | 188 u16 fw_lvl = le16_to_cpu(dev->descriptor.bcdDevice); in elo_broken_firmware() 199 child_vid = le16_to_cpu(child->descriptor.idVendor); in elo_broken_firmware() 200 child_pid = le16_to_cpu(child->descriptor.idProduct); in elo_broken_firmware()
|
/linux-4.4.14/Documentation/crypto/ |
D | async-tx-api.txt | 76 The return value is non-NULL and points to a 'descriptor' when the operation 80 operations it must guarantee that the descriptor is not automatically recycled 83 recycle (or free) the descriptor. A descriptor can be acked by one of the 86 2/ submitting an unacknowledged descriptor as a dependency to another 88 3/ calling async_tx_ack() on the descriptor. 174 3/ Use async_tx_run_dependencies() in the descriptor clean up path to
|
/linux-4.4.14/Documentation/trace/ |
D | stm.txt | 55 trace data into its file descriptor. In order to identify themselves 57 descriptor providing their id string. Otherwise, they will be 59 file descriptor according to the "default" rule of the policy, if such 70 descriptor and obtain direct access to an mmio region for 64 channels.
|
/linux-4.4.14/Documentation/gpio/ |
D | consumer.txt | 5 it describes the new descriptor-based interface. For a description of the 18 All the functions that work with the descriptor-based GPIO interface are 26 With the descriptor-based interface, GPIOs are identified with an opaque, 54 Both functions return either a valid GPIO descriptor, or an error code checkable 121 A GPIO descriptor can be disposed of using the gpiod_put() function: 129 It is strictly forbidden to use a descriptor after calling these functions. 304 The descriptor array can be obtained using the gpiod_get_array() function 364 descriptor-based API, the following two functions allow you to convert a GPIO 365 descriptor into the GPIO integer namespace and vice-versa: 371 GPIO descriptor has not been freed. All the same, a GPIO number passed to [all …]
|
D | gpio.txt | 11 - The descriptor-based interface is the preferred way to manipulate GPIOs, 16 The remainder of this document applies to the new descriptor-based interface.
|
/linux-4.4.14/Documentation/dmaengine/ |
D | client.txt | 16 3. Get a descriptor for transaction 70 3. Get a descriptor for transaction 83 A non-NULL return of this transfer API represents a "descriptor" for 114 Once a descriptor has been obtained, the callback information can be 115 added and the descriptor must then be submitted. Some DMA engine 142 Once the descriptor has been prepared and the callback information
|
D | pxa_dma.txt | 10 and that the descriptor chaining is not only done in the irq/tasklet code 51 - desc-sg[i]: i-th descriptor, transferring the i-th sg 94 descriptor of a transfer, the "status updater", will write the latest 115 Residue granularity will be descriptor based. The issued but not completed 117 currently running descriptor.
|
D | provider.txt | 133 transaction descriptor is done. 261 descriptor or a list of hardware descriptors from it 283 transaction descriptor to a pending queue, waiting 287 - Takes the first transaction descriptor in the pending queue, 294 - Should only care about the transaction descriptor passed as 348 - If clear, the descriptor cannot be reused by provider until the 352 - If set, does not mean descriptor can be reused 355 - If set, the descriptor can be reused after being completed. It should 357 - The descriptor should be prepared for reuse by invoking 360 reusable descriptor as exhibited by capablities
|
/linux-4.4.14/include/acpi/ |
D | processor.h | 49 u8 descriptor; member 86 u8 descriptor; member 127 u8 descriptor; member
|
D | cppc_acpi.h | 37 u8 descriptor; member
|
/linux-4.4.14/arch/alpha/lib/ |
D | callback_srm.S | 26 ldq $27,0($2) # DISPATCH procedure descriptor (VMS call std) 44 ldq $27,16($2) # VA of FIXUP procedure descriptor
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | st5481_init.c | 66 le16_to_cpu(dev->descriptor.idVendor), in probe_st5481() 67 le16_to_cpu(dev->descriptor.idProduct), in probe_st5481()
|
/linux-4.4.14/Documentation/infiniband/ |
D | user_mad.txt | 14 descriptor for the appropriate device file. If the registration 26 ioctl. Also, all agents registered through a file descriptor will 27 be unregistered when the descriptor is closed. 115 are called before a file descriptor is used for anything else.
|
D | user_verbs.txt | 33 commands passed through a file descriptor, the kernel can keep track
|
/linux-4.4.14/Documentation/networking/ |
D | spider_net.txt | 26 There are three primary states that a descriptor can be in: "empty", 27 "full" and "not-in-use". An "empty" or "ready" descriptor is ready 28 to receive data from the hardware. A "full" descriptor has data in it, 30 descriptor is neither empty or full; it is simply not ready. It may 42 descriptor pointer (GDACTDPA). The GDACTDPA points at the descr 127 In particular, it will clear the descriptor on which the hardware had 129 descriptor is invalid, it will not restart at that descriptor; instead
|
D | stmmac.txt | 81 STMMAC supports DMA descriptor to operate both in dual buffer (RING) 82 and linked-list(CHAINED) mode. In RING each descriptor points to two 86 In CHAINED mode each descriptor will have pointer to next descriptor in 87 the list, hence creating the explicit chaining in the descriptor itself, 158 o enh_desc: if sets the MAC will use the enhanced descriptor structure. 264 understand if EEE, HW csum, PTP, enhanced descriptor etc are actually 281 o descs.h: descriptor structure definitions; 315 To show the DMA TX/RX descriptor rings
|
D | e100.txt | 56 Rx Descriptors: Number of receive descriptors. A receive descriptor is a data 58 controller. The data in the descriptor is used by the controller to write 65 Tx Descriptors: Number of transmit descriptors. A transmit descriptor is a data 67 controller. The data in the descriptor is used by the controller to read
|
D | cdc_mbim.txt | 90 The wMaxControlMessage field of the CDC MBIM functional descriptor 93 requirements in section 9.3.1 of [1], taking this descriptor field 97 descriptor of a MBIM function using either of the two USB 98 configuration descriptor kernel interfaces described in [6] or [7]. 125 functional descriptor for MBIM devices. This is intended as a
|
D | tuntap.txt | 22 the program closes the file descriptor, the network device and all 118 created to the caller. Each file descriptor were served as the interface of a 165 fd is the file descriptor (queue) that we want to enable or disable, when
|
D | e1000.txt | 178 Each descriptor is 16 bytes. A receive buffer is also allocated for each 179 descriptor and can be either 2048, 4096, 8192, or 16384 bytes, depending 239 descriptor is 16 bytes. 253 traffic bursts of short packets may result in an improper descriptor 258 The improper writeback does not occur on the first descriptor in a system
|
D | altera_tse.txt | 67 transmit descriptor by calling the underlying DMA transmit routine (SGDMA or 104 o altera_sgdmahw.h: SGDMA register and descriptor definitions 105 o altera_msgdmahw.h: MSGDMA register and descriptor definitions
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | usb.c | 389 id_vendor = le16_to_cpu(udev->descriptor.idVendor); in mwifiex_usb_probe() 390 id_product = le16_to_cpu(udev->descriptor.idProduct); in mwifiex_usb_probe() 391 bcd_device = le16_to_cpu(udev->descriptor.bcdDevice); in mwifiex_usb_probe() 392 bcd_usb = le16_to_cpu(udev->descriptor.bcdUSB); in mwifiex_usb_probe() 420 udev->descriptor.bcdUSB, udev->descriptor.bDeviceClass, in mwifiex_usb_probe() 421 udev->descriptor.bDeviceSubClass, in mwifiex_usb_probe() 422 udev->descriptor.bDeviceProtocol); in mwifiex_usb_probe() 953 switch (le16_to_cpu(card->udev->descriptor.idProduct)) { in mwifiex_register_dev()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | cpu.h | 32 unsigned char descriptor; member
|
D | intel_cacheinfo.c | 28 unsigned char descriptor; member 737 while (cache_table[k].descriptor != 0) { in init_intel_cacheinfo() 738 if (cache_table[k].descriptor == des) { in init_intel_cacheinfo()
|
D | intel.c | 602 for (k = 0; intel_tlb_table[k].descriptor != desc && \ in intel_tlb_lookup() 603 intel_tlb_table[k].descriptor != 0; k++) in intel_tlb_lookup()
|
/linux-4.4.14/sound/usb/caiaq/ |
D | device.c | 430 cdev->chip.usb_id = USB_ID(le16_to_cpu(usb_dev->descriptor.idVendor), in create_card() 431 le16_to_cpu(usb_dev->descriptor.idProduct)); in create_card() 477 usb_string(usb_dev, usb_dev->descriptor.iManufacturer, in init_card() 480 usb_string(usb_dev, usb_dev->descriptor.iProduct, in init_card()
|
/linux-4.4.14/drivers/net/wireless/libertas_tf/ |
D | if_usb.c | 167 le16_to_cpu(udev->descriptor.bcdUSB), in if_usb_probe() 168 udev->descriptor.bDeviceClass, in if_usb_probe() 169 udev->descriptor.bDeviceSubClass, in if_usb_probe() 170 udev->descriptor.bDeviceProtocol); in if_usb_probe() 234 cardp->boot2_version = udev->descriptor.bcdDevice; in if_usb_probe() 507 if (le16_to_cpu(cardp->udev->descriptor.bcdDevice) < 0x3106) { in if_usb_receive_fwload()
|
/linux-4.4.14/drivers/usb/class/ |
D | usblp.c | 596 le16_to_cpu(usblp->dev->descriptor.idVendor) != 0x03F0 || in usblp_ioctl() 646 twoints[0] = le16_to_cpu(usblp->dev->descriptor.idVendor); in usblp_ioctl() 647 twoints[1] = le16_to_cpu(usblp->dev->descriptor.idProduct); in usblp_ioctl() 1150 le16_to_cpu(dev->descriptor.idVendor), in usblp_probe() 1151 le16_to_cpu(dev->descriptor.idProduct)); in usblp_probe() 1158 le16_to_cpu(dev->descriptor.idVendor), in usblp_probe() 1159 le16_to_cpu(dev->descriptor.idProduct)); in usblp_probe() 1198 le16_to_cpu(usblp->dev->descriptor.idVendor), in usblp_probe() 1199 le16_to_cpu(usblp->dev->descriptor.idProduct)); in usblp_probe()
|
D | usbtmc.c | 1122 le16_to_cpu(data->usb_dev->descriptor.idVendor), in usbtmc_probe() 1123 le16_to_cpu(data->usb_dev->descriptor.idProduct)); in usbtmc_probe() 1125 if ((usbtmc_id_quirk[n].idVendor == le16_to_cpu(data->usb_dev->descriptor.idVendor)) && in usbtmc_probe() 1126 (usbtmc_id_quirk[n].idProduct == le16_to_cpu(data->usb_dev->descriptor.idProduct))) { in usbtmc_probe()
|
/linux-4.4.14/drivers/usb/serial/ |
D | usb-serial.c | 468 le16_to_cpu(serial->dev->descriptor.idVendor), in serial_proc_show() 469 le16_to_cpu(serial->dev->descriptor.idProduct)); in serial_proc_show() 821 if (((le16_to_cpu(dev->descriptor.idVendor) == PL2303_VENDOR_ID) && in usb_serial_probe() 822 (le16_to_cpu(dev->descriptor.idProduct) == PL2303_PRODUCT_ID)) || in usb_serial_probe() 823 ((le16_to_cpu(dev->descriptor.idVendor) == ATEN_VENDOR_ID) && in usb_serial_probe() 824 (le16_to_cpu(dev->descriptor.idProduct) == ATEN_PRODUCT_ID)) || in usb_serial_probe() 825 ((le16_to_cpu(dev->descriptor.idVendor) == ALCOR_VENDOR_ID) && in usb_serial_probe() 826 (le16_to_cpu(dev->descriptor.idProduct) == ALCOR_PRODUCT_ID)) || in usb_serial_probe() 827 ((le16_to_cpu(dev->descriptor.idVendor) == SIEMENS_VENDOR_ID) && in usb_serial_probe() 828 (le16_to_cpu(dev->descriptor.idProduct) == SIEMENS_PRODUCT_ID_EF81))) { in usb_serial_probe()
|
D | visor.c | 450 serial->dev->descriptor.bDeviceClass == USB_CLASS_COMM && in visor_probe() 451 serial->dev->descriptor.bDeviceSubClass == in visor_probe() 540 if (!((le16_to_cpu(serial->dev->descriptor.idVendor) in treo_attach() 542 (le16_to_cpu(serial->dev->descriptor.idVendor) in treo_attach()
|
D | keyspan_pda.c | 668 else if (le16_to_cpu(serial->dev->descriptor.idVendor) == KEYSPAN_VENDOR_ID) in keyspan_pda_fake_startup() 672 else if ((le16_to_cpu(serial->dev->descriptor.idVendor) == XIRCOM_VENDOR_ID) || in keyspan_pda_fake_startup() 673 (le16_to_cpu(serial->dev->descriptor.idVendor) == ENTREGA_VENDOR_ID)) in keyspan_pda_fake_startup()
|
D | ti_usb_3410_5052.c | 299 __func__, le16_to_cpu(dev->descriptor.idProduct), in ti_startup() 300 dev->descriptor.bNumConfigurations, in ti_startup() 319 if (dev->descriptor.bNumConfigurations == 1) { in ti_startup() 1455 le16_to_cpu(dev->descriptor.idVendor), in ti_download_firmware() 1456 le16_to_cpu(dev->descriptor.idProduct)); in ti_download_firmware() 1461 if (le16_to_cpu(dev->descriptor.idVendor) == MTS_VENDOR_ID) { in ti_download_firmware() 1462 switch (le16_to_cpu(dev->descriptor.idProduct)) { in ti_download_firmware()
|
D | pl2303.c | 236 if (serial->dev->descriptor.bDeviceClass == 0x02) in pl2303_startup() 238 else if (serial->dev->descriptor.bMaxPacketSize0 == 0x40) in pl2303_startup() 240 else if (serial->dev->descriptor.bDeviceClass == 0x00) in pl2303_startup() 242 else if (serial->dev->descriptor.bDeviceClass == 0xFF) in pl2303_startup()
|
D | mct_u232.c | 128 if (le16_to_cpu(serial->dev->descriptor.idProduct) == MCT_U232_SITECOM_PID in mct_u232_calculate_baud_rate() 129 || le16_to_cpu(serial->dev->descriptor.idProduct) == MCT_U232_BELKIN_F5U109_PID) { in mct_u232_calculate_baud_rate() 428 if (le16_to_cpu(serial->dev->descriptor.idProduct) in mct_u232_open()
|
D | safe_serial.c | 267 if (serial->dev->descriptor.bDeviceClass != CDC_DEVICE_CLASS) in safe_startup()
|
D | belkin_sa.c | 131 (le16_to_cpu(dev->descriptor.bcdDevice) <= 0x0206) ? 1 : 0; in belkin_sa_port_probe() 133 le16_to_cpu(dev->descriptor.bcdDevice), in belkin_sa_port_probe()
|
D | keyspan.c | 1130 le16_to_cpu(serial->dev->descriptor.bcdDevice), in keyspan_fake_startup() 1131 le16_to_cpu(serial->dev->descriptor.idProduct)); in keyspan_fake_startup() 1133 if ((le16_to_cpu(serial->dev->descriptor.bcdDevice) & 0x8000) in keyspan_fake_startup() 1140 switch (le16_to_cpu(serial->dev->descriptor.idProduct)) { in keyspan_fake_startup() 1191 le16_to_cpu(serial->dev->descriptor.idProduct)); in keyspan_fake_startup() 2303 le16_to_cpu(serial->dev->descriptor.idProduct)) in keyspan_startup() 2307 __func__, le16_to_cpu(serial->dev->descriptor.idProduct)); in keyspan_startup()
|
D | ark3116.c | 57 if (le16_to_cpu(dev->descriptor.idVendor) == 0x18ec && in is_irda() 58 le16_to_cpu(dev->descriptor.idProduct) == 0x3118) in is_irda()
|
D | cypress_m8.c | 235 return ((le16_to_cpu(dev->descriptor.idVendor) == VENDOR_ID_FRWD) && in is_frwd() 236 (le16_to_cpu(dev->descriptor.idProduct) == PRODUCT_ID_CYPHIDCOM_FRWD)); in is_frwd() 524 if (serial->dev->descriptor.idProduct != in cypress_earthmate_port_probe()
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | if_usb.c | 221 le16_to_cpu(udev->descriptor.bcdUSB), in if_usb_probe() 222 udev->descriptor.bDeviceClass, in if_usb_probe() 223 udev->descriptor.bDeviceSubClass, in if_usb_probe() 224 udev->descriptor.bDeviceProtocol); in if_usb_probe() 275 cardp->boot2_version = udev->descriptor.bcdDevice; in if_usb_probe() 530 if (le16_to_cpu(cardp->udev->descriptor.bcdDevice) < 0x3106) { in if_usb_receive_fwload()
|
/linux-4.4.14/fs/notify/inotify/ |
D | Kconfig | 10 descriptor, which is also select()- and poll()-able.
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 2431 Mpi2RequestDescriptorUnion_t descriptor; in mpt3sas_base_put_smid_scsi_io() local 2432 u64 *request = (u64 *)&descriptor; in mpt3sas_base_put_smid_scsi_io() 2435 descriptor.SCSIIO.RequestFlags = MPI2_REQ_DESCRIPT_FLAGS_SCSI_IO; in mpt3sas_base_put_smid_scsi_io() 2436 descriptor.SCSIIO.MSIxIndex = _base_get_msix_index(ioc); in mpt3sas_base_put_smid_scsi_io() 2437 descriptor.SCSIIO.SMID = cpu_to_le16(smid); in mpt3sas_base_put_smid_scsi_io() 2438 descriptor.SCSIIO.DevHandle = cpu_to_le16(handle); in mpt3sas_base_put_smid_scsi_io() 2439 descriptor.SCSIIO.LMID = 0; in mpt3sas_base_put_smid_scsi_io() 2456 Mpi2RequestDescriptorUnion_t descriptor; in mpt3sas_base_put_smid_fast_path() local 2457 u64 *request = (u64 *)&descriptor; in mpt3sas_base_put_smid_fast_path() 2459 descriptor.SCSIIO.RequestFlags = in mpt3sas_base_put_smid_fast_path() [all …]
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | vfio.txt | 21 For each, kvm_device_attr.addr points to an int32_t file descriptor
|
/linux-4.4.14/drivers/hid/usbhid/ |
D | usbmouse.c | 169 le16_to_cpu(dev->descriptor.idVendor), in usb_mouse_probe() 170 le16_to_cpu(dev->descriptor.idProduct)); in usb_mouse_probe()
|
D | usbkbd.c | 321 le16_to_cpu(dev->descriptor.idVendor), in usb_kbd_probe() 322 le16_to_cpu(dev->descriptor.idProduct)); in usb_kbd_probe()
|
D | hid-core.c | 975 quirks = usbhid_lookup_quirk(le16_to_cpu(dev->descriptor.idVendor), in usbhid_parse() 976 le16_to_cpu(dev->descriptor.idProduct)); in usbhid_parse() 1304 hid->vendor = le16_to_cpu(dev->descriptor.idVendor); in usbhid_probe() 1305 hid->product = le16_to_cpu(dev->descriptor.idProduct); in usbhid_probe() 1325 le16_to_cpu(dev->descriptor.idVendor), in usbhid_probe() 1326 le16_to_cpu(dev->descriptor.idProduct)); in usbhid_probe() 1335 if (usb_string(dev, dev->descriptor.iSerialNumber, hid->uniq, 64) <= 0) in usbhid_probe()
|
D | hiddev.c | 651 dinfo.vendor = le16_to_cpu(dev->descriptor.idVendor); in hiddev_ioctl() 652 dinfo.product = le16_to_cpu(dev->descriptor.idProduct); in hiddev_ioctl() 653 dinfo.version = le16_to_cpu(dev->descriptor.bcdDevice); in hiddev_ioctl()
|
/linux-4.4.14/drivers/net/usb/ |
D | kaweth.c | 1015 udev->devnum, le16_to_cpu(udev->descriptor.idVendor), in kaweth_probe() 1016 le16_to_cpu(udev->descriptor.idProduct), in kaweth_probe() 1017 le16_to_cpu(udev->descriptor.bcdDevice)); in kaweth_probe() 1022 (int)udev->descriptor.bLength, in kaweth_probe() 1023 (int)udev->descriptor.bDescriptorType); in kaweth_probe() 1045 if (le16_to_cpu(udev->descriptor.bcdDevice) >> 8) { in kaweth_probe()
|
D | ch9200.c | 319 dev->udev->descriptor.idVendor, in get_mac_address() 320 dev->udev->descriptor.idProduct); in get_mac_address()
|
D | qmi_wwan.c | 817 le16_to_cpu(dev->descriptor.idVendor) == 0x05c6 && in quectel_ec20_detected() 818 le16_to_cpu(dev->descriptor.idProduct) == 0x9215 && in quectel_ec20_detected()
|
D | catc.c | 824 if (le16_to_cpu(usbdev->descriptor.idVendor) == 0x0423 && in catc_probe() 825 le16_to_cpu(usbdev->descriptor.idProduct) == 0xa && in catc_probe() 826 le16_to_cpu(catc->usbdev->descriptor.bcdDevice) == 0x0130) { in catc_probe()
|
D | cx82310_eth.c | 143 if (usb_string(udev, udev->descriptor.iProduct, buf, sizeof(buf)) > 0 in cx82310_bind()
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | diu.txt | 16 Data from the detailed timing descriptor will be used to
|
/linux-4.4.14/drivers/soc/ti/ |
D | Kconfig | 16 Packets are queued/de-queued by writing/reading descriptor address
|
/linux-4.4.14/fs/notify/fanotify/ |
D | Kconfig | 9 an open file descriptor to the userspace listener along with
|
/linux-4.4.14/drivers/media/usb/au0828/ |
D | au0828-core.c | 198 le16_to_cpu(usbdev->descriptor.idVendor), in au0828_usb_probe() 199 le16_to_cpu(usbdev->descriptor.idProduct), in au0828_usb_probe()
|
D | au0828-input.c | 342 rc->input_id.vendor = le16_to_cpu(dev->usbdev->descriptor.idVendor); in au0828_rc_register() 343 rc->input_id.product = le16_to_cpu(dev->usbdev->descriptor.idProduct); in au0828_rc_register()
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | pwc-if.c | 743 vendor_id = le16_to_cpu(udev->descriptor.idVendor); in usb_pwc_probe() 744 product_id = le16_to_cpu(udev->descriptor.idProduct); in usb_pwc_probe() 991 usb_string(udev, udev->descriptor.iSerialNumber, serial_number, 29); in usb_pwc_probe() 994 if (udev->descriptor.bNumConfigurations > 1) in usb_pwc_probe() 1036 pdev->release = le16_to_cpu(udev->descriptor.bcdDevice); in usb_pwc_probe()
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | hid-over-i2c.txt | 16 - hid-descr-addr: HID descriptor address
|
/linux-4.4.14/include/uapi/sound/ |
D | compress_offload.h | 121 struct snd_codec_desc descriptor[MAX_NUM_CODEC_DESCRIPTORS]; member
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ |
D | sm501fb.txt | 19 Data from the detailed timing descriptor will be used to
|
/linux-4.4.14/drivers/crypto/caam/ |
D | Kconfig | 60 Select number of descriptor completions to queue before 72 more descriptor completions are queued without reaching the count
|
/linux-4.4.14/arch/x86/realmode/rm/ |
D | trampoline_64.S | 128 # Duplicate the global descriptor table
|
/linux-4.4.14/drivers/scsi/ |
D | ses.c | 144 int i, j, count = 0, descriptor = ecomp->number; in ses_set_page2_descriptor() local 158 if (count++ == descriptor) { in ses_set_page2_descriptor() 174 int i, j, count = 0, descriptor = ecomp->number; in ses_get_page2_descriptor() local 188 if (count++ == descriptor) in ses_get_page2_descriptor()
|
/linux-4.4.14/Documentation/hid/ |
D | hid-sensor.txt | 6 a report descriptor conforming to HID 1.12 sensor usage tables. 17 data fields. The length and order is specified in the report descriptor. For 18 example a part of report descriptor can look like: 108 in a report descriptor. If it exists it will store necessary information
|
D | hidraw.txt | 17 through it, checking them against the device's report descriptor, such 69 This ioctl will get the size of the device's report descriptor. 72 This ioctl returns the device's report descriptor using a
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
D | em28xx-input.c | 587 input_dev->id.vendor = le16_to_cpu(dev->udev->descriptor.idVendor); in em28xx_register_snapshot_button() 588 input_dev->id.product = le16_to_cpu(dev->udev->descriptor.idProduct); in em28xx_register_snapshot_button() 804 rc->input_id.vendor = le16_to_cpu(dev->udev->descriptor.idVendor); in em28xx_ir_init() 805 rc->input_id.product = le16_to_cpu(dev->udev->descriptor.idProduct); in em28xx_ir_init()
|
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/ |
D | af9015.c | 590 if (le16_to_cpu(d->udev->descriptor.idVendor) == USB_VID_AVERMEDIA && in af9015_read_config() 591 ((le16_to_cpu(d->udev->descriptor.idProduct) == in af9015_read_config() 593 (le16_to_cpu(d->udev->descriptor.idProduct) == in af9015_read_config() 1280 u16 vid = le16_to_cpu(d->udev->descriptor.idVendor); in af9015_get_rc_config() 1303 usb_string(d->udev, d->udev->descriptor.iManufacturer, in af9015_get_rc_config() 1335 usb_string(udev, udev->descriptor.iManufacturer, in af9015_probe() 1354 if ((le16_to_cpu(udev->descriptor.idVendor) == USB_VID_TERRATEC) && in af9015_probe() 1355 (le16_to_cpu(udev->descriptor.idProduct) == 0x0099)) { in af9015_probe()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-hid | 8 report descriptor.
|
D | configfs-usb-gadget-uvc | 46 iTerminal - index of string descriptor 70 iTerminal - index of string descriptor 87 iProcessing - index of string descriptor
|
D | sysfs-bus-usb | 145 and U2 exit latencies have been set in the BOS descriptor; if 159 combination of hub descriptor bits and platform-specific data
|
/linux-4.4.14/drivers/media/usb/stk1160/ |
D | stk1160-core.c | 246 le16_to_cpu(udev->descriptor.idVendor), in stk1160_scan_usb() 247 le16_to_cpu(udev->descriptor.idProduct), in stk1160_scan_usb()
|
/linux-4.4.14/drivers/cpufreq/ |
D | pcc-cpufreq.c | 52 u8 descriptor; member 62 u8 descriptor; member 436 mem_resource->descriptor, mem_resource->length, in pcc_cpufreq_probe()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | usb-gigaset.c | 668 if ((le16_to_cpu(udev->descriptor.idVendor) != USB_M105_VENDOR_ID) || in gigaset_probe() 669 (le16_to_cpu(udev->descriptor.idProduct) != USB_M105_PRODUCT_ID)) { in gigaset_probe() 671 le16_to_cpu(udev->descriptor.idVendor), in gigaset_probe() 672 le16_to_cpu(udev->descriptor.idProduct)); in gigaset_probe()
|
/linux-4.4.14/drivers/staging/gdm72xx/ |
D | gdm_usb.c | 539 idVendor = le16_to_cpu(usbdev->descriptor.idVendor); in gdm_usb_probe() 540 idProduct = le16_to_cpu(usbdev->descriptor.idProduct); in gdm_usb_probe() 541 bcdDevice = le16_to_cpu(usbdev->descriptor.bcdDevice); in gdm_usb_probe() 624 idProduct = le16_to_cpu(usbdev->descriptor.idProduct); in gdm_usb_disconnect()
|
/linux-4.4.14/Documentation/ |
D | adding-syscalls.txt | 24 descriptor for the relevant object allows userspace to use 35 - If the operation is specific to a particular file or file descriptor, then 40 (for example, getting/setting a simple flag related to a file descriptor). 103 should use a file descriptor as the handle for that object -- don't invent a 107 If your new xyzzy(2) system call does return a new file descriptor, then the 111 unexpected fork() and execve() in another thread could leak a descriptor to 116 If your system call returns a new file descriptor, you should also consider 118 descriptor. Making a file descriptor ready for reading or writing is the 132 already-opened file descriptor using the AT_EMPTY_PATH flag, effectively giving
|
D | vfio.txt | 99 VFIO_GROUP_SET_CONTAINER ioctl, passing the file descriptor of the 109 device within a group using an ioctl on the VFIO group file descriptor. 112 regions and their read/write/mmap offsets on the device descriptor, as 210 /* Get a file descriptor for the device */ 280 callbacks are issued when a new file descriptor is created for a 360 /* Get a file descriptor for the device */
|
D | binfmt_misc.txt | 58 descriptor as an argument, instead of the full path, thus allowing 120 passes it the full filename (or the file descriptor) to use. Using $PATH can
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | samsung,s3c24xx-irq.txt | 17 interrupt source. The value shall be 4 and interrupt descriptor shall
|
/linux-4.4.14/drivers/media/usb/tm6000/ |
D | tm6000-alsa.c | 446 le16_to_cpu(dev->udev->descriptor.idVendor), in tm6000_audio_init() 447 le16_to_cpu(dev->udev->descriptor.idProduct)); in tm6000_audio_init()
|
D | tm6000-input.c | 474 rc->input_id.vendor = le16_to_cpu(dev->udev->descriptor.idVendor); in tm6000_ir_init() 475 rc->input_id.product = le16_to_cpu(dev->udev->descriptor.idProduct); in tm6000_ir_init()
|
/linux-4.4.14/drivers/usb/atm/ |
D | speedtch.c | 366 const u16 bcdDevice = le16_to_cpu(interface_to_usbdev(intf)->descriptor.bcdDevice); in speedtch_find_firmware() 671 if (usb_string(usb_dev, usb_dev->descriptor.iSerialNumber, mac_str, sizeof(mac_str)) == 12) { in speedtch_atm_start() 790 if (usb_dev->descriptor.bDeviceClass != USB_CLASS_VENDOR_SPEC) { in speedtch_bind() 791 usb_err(usbatm, "%s: wrong device class %d\n", __func__, usb_dev->descriptor.bDeviceClass); in speedtch_bind()
|
D | cxacru.c | 992 __le16 signature[] = { usb_dev->descriptor.idVendor, in cxacru_upload_firmware() 993 usb_dev->descriptor.idProduct }; in cxacru_upload_firmware() 1361 if (usb_dev->descriptor.bDeviceClass == USB_CLASS_VENDOR_SPEC in cxacru_usb_probe() 1362 && usb_string(usb_dev, usb_dev->descriptor.iProduct, in cxacru_usb_probe()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | usb.c | 1334 if (usb->descriptor.bNumConfigurations != 1) { in brcmf_usb_probe() 1336 usb->descriptor.bNumConfigurations); in brcmf_usb_probe() 1341 if ((usb->descriptor.bDeviceClass != USB_CLASS_VENDOR_SPEC) && in brcmf_usb_probe() 1342 (usb->descriptor.bDeviceClass != USB_CLASS_MISC) && in brcmf_usb_probe() 1343 (usb->descriptor.bDeviceClass != USB_CLASS_WIRELESS_CONTROLLER)) { in brcmf_usb_probe() 1345 usb->descriptor.bDeviceClass); in brcmf_usb_probe()
|
/linux-4.4.14/Documentation/powerpc/ |
D | cxlflash.txt | 133 a file descriptor handle must first be obtained in order to establish 135 descriptor is obtained by opening the device special file associated 139 driver. Upon successful open, the user receives a file descriptor 152 services additionally provide a second file descriptor (herein 155 completion events. This file descriptor is intentionally installed by 166 to use the context id or file descriptor created by its parent
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | nfsd-admin-interfaces.txt | 16 - an ascii-encoded file descriptor, which should refer to a
|
/linux-4.4.14/drivers/input/misc/ |
D | powermate.c | 347 switch (le16_to_cpu(udev->descriptor.idProduct)) { in powermate_probe() 357 le16_to_cpu(udev->descriptor.idProduct)); in powermate_probe()
|
D | keyspan_remote.c | 504 le16_to_cpu(udev->descriptor.idVendor), in keyspan_probe() 505 le16_to_cpu(udev->descriptor.idProduct)); in keyspan_probe()
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | alphascale,acc.txt | 14 dt-binding should be included to the device tree descriptor. For example
|
/linux-4.4.14/drivers/staging/gdm724x/ |
D | gdm_usb.c | 823 idVendor = __le16_to_cpu(usbdev->descriptor.idVendor); in gdm_usb_probe() 824 idProduct = __le16_to_cpu(usbdev->descriptor.idProduct); in gdm_usb_probe() 900 idVendor = __le16_to_cpu(usbdev->descriptor.idVendor); in gdm_usb_disconnect() 901 idProduct = __le16_to_cpu(usbdev->descriptor.idProduct); in gdm_usb_disconnect()
|
D | gdm_mux.c | 518 idVendor = __le16_to_cpu(usbdev->descriptor.idVendor); in gdm_mux_probe() 519 idProduct = __le16_to_cpu(usbdev->descriptor.idProduct); in gdm_mux_probe()
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | pq3-sec3.1-0.dtsi | 44 fsl,descriptor-types-mask = <0x3ab0ebf>;
|
D | pq3-sec3.3-0.dtsi | 44 fsl,descriptor-types-mask = <0x3a30abf>;
|
D | pq3-sec3.0-0.dtsi | 44 fsl,descriptor-types-mask = <0x3ab0ebf>;
|
D | pq3-sec2.1-0.dtsi | 42 fsl,descriptor-types-mask = <0x12b0ebf>;
|
/linux-4.4.14/Documentation/arm/ |
D | firmware.txt | 53 /* init_early callback of machine descriptor */
|
D | uefi.txt | 59 linux,uefi-mmap-desc-ver | 32-bit | Version of the mmap descriptor format.
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | divasfunc.c | 83 req.didd_add_adapter.info.descriptor = (void *) &d; in diva_xdi_didd_register_adapter()
|
D | divasync.h | 145 void *descriptor; member
|
D | dadapter.c | 236 if (diva_didd_add_descriptor((DESCRIPTOR *)pinfo->descriptor) < 0) { in diva_dadapter_request()
|
D | mntfunc.c | 101 req.didd_add_adapter.info.descriptor = in connect_didd()
|
/linux-4.4.14/drivers/net/irda/ |
D | kingsun-sir.c | 520 dev->devnum, le16_to_cpu(dev->descriptor.idVendor), in kingsun_probe() 521 le16_to_cpu(dev->descriptor.idProduct)); in kingsun_probe()
|
D | irda-usb.c | 1080 self->usbdev->descriptor.bcdDevice); in stir421x_patch_device() 1115 if (self->usbdev->descriptor.bcdDevice == cpu_to_le16(fw_version)) { in stir421x_patch_device() 1614 dev->devnum, le16_to_cpu(dev->descriptor.idVendor), in irda_usb_probe() 1615 le16_to_cpu(dev->descriptor.idProduct)); in irda_usb_probe()
|
D | ks959-sir.c | 774 dev->devnum, le16_to_cpu(dev->descriptor.idVendor), in ks959_probe() 775 le16_to_cpu(dev->descriptor.idProduct)); in ks959_probe()
|
D | ksdazzle-sir.c | 685 dev->devnum, le16_to_cpu(dev->descriptor.idVendor), in ksdazzle_probe() 686 le16_to_cpu(dev->descriptor.idProduct)); in ksdazzle_probe()
|
/linux-4.4.14/Documentation/devicetree/bindings/mailbox/ |
D | omap-mailbox.txt | 62 - ti,mbox-tx: sub-mailbox descriptor property defining a Tx fifo 63 - ti,mbox-rx: sub-mailbox descriptor property defining a Rx fifo
|
/linux-4.4.14/drivers/net/can/usb/peak_usb/ |
D | pcan_usb_core.c | 831 tmp16 = le16_to_cpu(usb_dev->descriptor.bcdDevice); in peak_usb_create_dev() 905 const u16 usb_id_product = le16_to_cpu(usb_dev->descriptor.idProduct); in peak_usb_probe() 921 PCAN_USB_DRIVER_NAME, usb_dev->descriptor.idProduct); in peak_usb_probe()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-robotfuzz-osif.c | 172 version = le16_to_cpu(priv->usb_dev->descriptor.bcdDevice); in osif_probe()
|
D | i2c-tiny-usb.c | 227 version = le16_to_cpu(dev->usb_dev->descriptor.bcdDevice); in i2c_tiny_usb_probe()
|
/linux-4.4.14/Documentation/DocBook/ |
D | gadget.xml.db | 45 API-usb-descriptor-fillbuf
|
/linux-4.4.14/drivers/xen/ |
D | xen-acpi-processor.c | 201 dst_pct->descriptor = pct->descriptor; in xen_copy_pct_data()
|
/linux-4.4.14/drivers/acpi/ |
D | utils.c | 526 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, in __acpi_handle_debug() argument 538 __dynamic_pr_debug(descriptor, "ACPI: %s: %pV", path ? path : "<n/a>", &vaf); in __acpi_handle_debug()
|
/linux-4.4.14/drivers/input/mouse/ |
D | synaptics_usb.c | 362 le16_to_cpu(udev->descriptor.idVendor), in synusb_probe() 363 le16_to_cpu(udev->descriptor.idProduct)); in synusb_probe()
|
/linux-4.4.14/arch/mips/include/asm/mach-cavium-octeon/ |
D | kernel-entry-init.h | 26 # a3 = address of boot descriptor block
|
/linux-4.4.14/drivers/usb/image/ |
D | microtek.c | 685 le16_to_cpu(dev->descriptor.idProduct), in mts_usb_probe() 686 le16_to_cpu(dev->descriptor.idVendor) ); in mts_usb_probe()
|
/linux-4.4.14/Documentation/x86/ |
D | kernel-stacks | 43 interrupt-gate descriptor. When an interrupt occurs and the hardware 44 loads such a descriptor, the hardware automatically sets the new stack
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | k2l-netcp.dtsi | 85 descriptor-regions {
|
D | k2e-netcp.dtsi | 86 descriptor-regions {
|
D | k2hk-netcp.dtsi | 103 descriptor-regions {
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_driver.c | 887 switch (le16_to_cpu(dev->udev->descriptor.idVendor)) { in uvc_parse_vendor_control() 1886 le16_to_cpu(udev->descriptor.idVendor), in uvc_probe() 1887 le16_to_cpu(udev->descriptor.idProduct)); in uvc_probe() 1899 le16_to_cpu(udev->descriptor.idVendor), in uvc_probe() 1900 le16_to_cpu(udev->descriptor.idProduct)); in uvc_probe() 1917 dev->mdev.hw_revision = le16_to_cpu(udev->descriptor.bcdDevice); in uvc_probe()
|
/linux-4.4.14/drivers/staging/media/lirc/ |
D | lirc_imon.c | 724 vendor = le16_to_cpu(usbdev->descriptor.idVendor); in imon_probe() 725 product = le16_to_cpu(usbdev->descriptor.idProduct); in imon_probe()
|