Home
last modified time | relevance | path

Searched refs:descriptor (Results 1 – 200 of 390) sorted by relevance

12

/linux-4.1.27/drivers/usb/core/
Dotg_whitelist.h54 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 …]
Dhub.h60 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()
Dsysfs.c188 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()
599 le16_to_cpu(udev->descriptor.field)); \
615 return sprintf(buf, format_string, udev->descriptor.field); \
774 for (cfgno = -1; cfgno < udev->descriptor.bNumConfigurations && in read_descriptors()
777 src = &udev->descriptor; in read_descriptors()
901 le16_to_cpu(udev->descriptor.idVendor), in modalias_show()
902 le16_to_cpu(udev->descriptor.idProduct), in modalias_show()
903 le16_to_cpu(udev->descriptor.bcdDevice), in modalias_show()
[all …]
Dhub.c191 (hub->descriptor->u.ss.bHubHdrDecLat * 100); in usb_set_lpm_mel()
1380 hub->descriptor = kmalloc(sizeof(*hub->descriptor), GFP_KERNEL); in hub_configure()
1381 if (!hub->descriptor) { in hub_configure()
1390 ret = get_hub_descriptor(hdev, hub->descriptor); in hub_configure()
1394 } else if (hub->descriptor->bNbrPorts > USB_MAXCHILDREN) { in hub_configure()
1398 } else if (hub->descriptor->bNbrPorts == 0) { in hub_configure()
1404 maxchild = hub->descriptor->bNbrPorts; in hub_configure()
1414 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 …]
Ddriver.c608 id->idVendor != le16_to_cpu(dev->descriptor.idVendor)) in usb_match_device()
612 id->idProduct != le16_to_cpu(dev->descriptor.idProduct)) in usb_match_device()
618 (id->bcdDevice_lo > le16_to_cpu(dev->descriptor.bcdDevice))) in usb_match_device()
622 (id->bcdDevice_hi < le16_to_cpu(dev->descriptor.bcdDevice))) in usb_match_device()
626 (id->bDeviceClass != dev->descriptor.bDeviceClass)) in usb_match_device()
630 (id->bDeviceSubClass != dev->descriptor.bDeviceSubClass)) in usb_match_device()
634 (id->bDeviceProtocol != dev->descriptor.bDeviceProtocol)) in usb_match_device()
648 if (dev->descriptor.bDeviceClass == USB_CLASS_VENDOR_SPEC && in usb_match_one_id_intf()
853 le16_to_cpu(usb_dev->descriptor.idVendor), in usb_uevent()
854 le16_to_cpu(usb_dev->descriptor.idProduct), in usb_uevent()
[all …]
Dgeneric.c55 num_configs = udev->descriptor.bNumConfigurations; in usb_choose_configuration()
126 else if (udev->descriptor.bDeviceClass != in usb_choose_configuration()
Dconfig.c638 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()
Dquirks.c239 for (i = 0; i < udev->descriptor.bNumConfigurations; ++i) { in usb_match_any_interface()
315 if (udev->descriptor.bDeviceClass == USB_CLASS_HUB) in usb_detect_quirks()
Dmessage.c915 memcpy(&dev->descriptor, desc, size); in usb_get_device_descriptor()
1577 le16_to_cpu(usb_dev->descriptor.idVendor), in usb_if_uevent()
1578 le16_to_cpu(usb_dev->descriptor.idProduct), in usb_if_uevent()
1579 le16_to_cpu(usb_dev->descriptor.bcdDevice), in usb_if_uevent()
1580 usb_dev->descriptor.bDeviceClass, in usb_if_uevent()
1581 usb_dev->descriptor.bDeviceSubClass, in usb_if_uevent()
1582 usb_dev->descriptor.bDeviceProtocol, in usb_if_uevent()
1704 for (i = 0; i < dev->descriptor.bNumConfigurations; i++) { in usb_set_configuration()
Ddevices.c433 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.1.27/include/linux/
Ddynamic_debug.h45 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 …]
Dprintk.h405 DEFINE_DYNAMIC_DEBUG_METADATA(descriptor, fmt); \
406 if (unlikely(descriptor.flags & _DPRINTK_FLAGS_PRINT) && \
408 __dynamic_pr_debug(&descriptor, fmt, ##__VA_ARGS__); \
Dacpi.h656 void __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, const char *fmt, ...);
658 #define __acpi_handle_debug(descriptor, handle, fmt, ...) \ argument
690 DEFINE_DYNAMIC_DEBUG_METADATA(descriptor, fmt); \
691 if (unlikely(descriptor.flags & _DPRINTK_FLAGS_PRINT)) \
692 __acpi_handle_debug(&descriptor, handle, pr_fmt(fmt), \
Ddevice.h1193 DEFINE_DYNAMIC_DEBUG_METADATA(descriptor, fmt); \
1194 if (unlikely(descriptor.flags & _DPRINTK_FLAGS_PRINT) && \
1196 __dynamic_dev_dbg(&descriptor, dev, fmt, \
/linux-4.1.27/fs/jbd2/
Drevoke.c532 struct buffer_head *descriptor; in jbd2_journal_write_revoke_records() local
538 descriptor = NULL; in jbd2_journal_write_revoke_records()
553 &descriptor, &offset, in jbd2_journal_write_revoke_records()
560 if (descriptor) in jbd2_journal_write_revoke_records()
561 flush_descriptor(journal, descriptor, offset, write_op); in jbd2_journal_write_revoke_records()
579 struct buffer_head *descriptor; in write_one_revoke_record() local
590 descriptor = *descriptorp; in write_one_revoke_record()
603 if (descriptor) { in write_one_revoke_record()
605 flush_descriptor(journal, descriptor, offset, write_op); in write_one_revoke_record()
606 descriptor = NULL; in write_one_revoke_record()
[all …]
Dcommit.c375 struct buffer_head *descriptor; in jbd2_journal_commit_transaction() local
586 descriptor = NULL; in jbd2_journal_commit_transaction()
616 if (!descriptor) { in jbd2_journal_commit_transaction()
621 descriptor = jbd2_journal_get_descriptor_buffer(journal); in jbd2_journal_commit_transaction()
622 if (!descriptor) { in jbd2_journal_commit_transaction()
628 (unsigned long long)descriptor->b_blocknr, in jbd2_journal_commit_transaction()
629 descriptor->b_data); in jbd2_journal_commit_transaction()
630 header = (journal_header_t *)descriptor->b_data; in jbd2_journal_commit_transaction()
635 tagp = &descriptor->b_data[sizeof(journal_header_t)]; in jbd2_journal_commit_transaction()
636 space_left = descriptor->b_size - in jbd2_journal_commit_transaction()
[all …]
/linux-4.1.27/fs/jbd/
Drevoke.c533 struct journal_head *descriptor; in journal_write_revoke_records() local
539 descriptor = NULL; in journal_write_revoke_records()
554 &descriptor, &offset, in journal_write_revoke_records()
561 if (descriptor) in journal_write_revoke_records()
562 flush_descriptor(journal, descriptor, offset, write_op); in journal_write_revoke_records()
578 struct journal_head *descriptor; in write_one_revoke_record() local
589 descriptor = *descriptorp; in write_one_revoke_record()
593 if (descriptor) { in write_one_revoke_record()
595 flush_descriptor(journal, descriptor, offset, write_op); in write_one_revoke_record()
596 descriptor = NULL; in write_one_revoke_record()
[all …]
Dcommit.c125 struct journal_head *descriptor; in journal_write_commit_record() local
133 descriptor = journal_get_descriptor_buffer(journal); in journal_write_commit_record()
134 if (!descriptor) in journal_write_commit_record()
137 bh = jh2bh(descriptor); in journal_write_commit_record()
144 JBUFFER_TRACE(descriptor, "write commit block"); in journal_write_commit_record()
153 journal_put_journal_head(descriptor); in journal_write_commit_record()
299 struct journal_head *jh, *new_jh, *descriptor; in journal_commit_transaction() local
533 descriptor = NULL; in journal_commit_transaction()
560 if (!descriptor) { in journal_commit_transaction()
567 descriptor = journal_get_descriptor_buffer(journal); in journal_commit_transaction()
[all …]
/linux-4.1.27/sound/soc/intel/atom/sst/
Dsst_drv_interface.c409 .descriptor[0].max_ch = 2,
410 .descriptor[0].sample_rates[0] = 48000,
411 .descriptor[0].sample_rates[1] = 44100,
412 .descriptor[0].sample_rates[2] = 32000,
413 .descriptor[0].sample_rates[3] = 16000,
414 .descriptor[0].sample_rates[4] = 8000,
415 .descriptor[0].num_sample_rates = 5,
416 .descriptor[0].bit_rate[0] = 320,
417 .descriptor[0].bit_rate[1] = 192,
418 .descriptor[0].num_bitrates = 2,
[all …]
/linux-4.1.27/drivers/acpi/acpica/
Duttrack.c577 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.1.27/drivers/usb/misc/
Dlvstest.c34 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()
Dusblcd.c176 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()
Dldusb.c682 if ((le16_to_cpu(udev->descriptor.idVendor) == USB_VENDOR_ID_LD) && in ld_usb_probe()
683 ((le16_to_cpu(udev->descriptor.idProduct) == USB_DEVICE_ID_LD_CASSY) || in ld_usb_probe()
684 (le16_to_cpu(udev->descriptor.idProduct) == USB_DEVICE_ID_LD_COM3LAB)) && in ld_usb_probe()
685 (le16_to_cpu(udev->descriptor.bcdDevice) <= 0x103)) { in ld_usb_probe()
732 udev->descriptor.bMaxPacketSize0; in ld_usb_probe()
Dusbtest.c815 if (!realworld || udev->descriptor.bNumConfigurations != 1) { in ch9_postconfig()
835 dev->buf, sizeof(udev->descriptor)); in ch9_postconfig()
836 if (retval != sizeof(udev->descriptor)) { in ch9_postconfig()
845 if (le16_to_cpu(udev->descriptor.bcdUSB) >= 0x0210) { in ch9_postconfig()
926 for (i = 0; i < udev->descriptor.bNumConfigurations; i++) { in ch9_postconfig()
942 if (le16_to_cpu(udev->descriptor.bcdUSB) == 0x0200) { in ch9_postconfig()
1281 len = 1024 - udev->descriptor.bMaxPacketSize0; in test_ctrl_queue()
1287 len = udev->descriptor.bMaxPacketSize0; in test_ctrl_queue()
1306 if (le16_to_cpu(udev->descriptor.bcdUSB) < 0x0201) in test_ctrl_queue()
2552 if (!vendor || le16_to_cpu(udev->descriptor.idVendor) != (u16)vendor) in usbtest_probe()
[all …]
Diowarrior.c555 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()
Dehset.c37 u16 test_pid = le16_to_cpu(dev->descriptor.idProduct); in ehset_probe()
Dadutux.c762 if (!usb_string(udev, udev->descriptor.iSerialNumber, dev->serial_number, in adu_probe()
785 le16_to_cpu(udev->descriptor.idProduct), dev->serial_number, in adu_probe()
/linux-4.1.27/include/linux/usb/
Dinput.h20 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.1.27/Documentation/devicetree/bindings/crypto/
Dfsl-sec2.txt12 descriptor pointers each channel fetch fifo can hold.
31 - fsl,descriptor-types-mask : The bitmask representing what descriptors
37 bit 1 = set if SEC supports the ipsec_esp descriptor type
41 bit 5 = set if SEC supports the srtp descriptor type
43 bit 7 = set if SEC supports the pkeu_assemble descriptor type
45 bit 9 = set if SEC supports the pkeu_ptmul descriptor type
47 bit 11 = set if SEC supports the pkeu_ptadd_dbl descriptor type
67 fsl,descriptor-types-mask = <0x12b0ebf>;
/linux-4.1.27/arch/x86/math-emu/
Dget_address.c138 struct desc_struct descriptor; in pm_address() local
160 descriptor = FPU_get_ldt_descriptor(addr->selector); in pm_address()
161 base_address = SEG_BASE_ADDR(descriptor); in pm_address()
164 + (SEG_LIMIT(descriptor) + 1) * SEG_GRANULARITY(descriptor) - 1; in pm_address()
168 if (SEG_EXPAND_DOWN(descriptor)) { in pm_address()
169 if (SEG_G_BIT(descriptor)) in pm_address()
184 if (SEG_EXECUTE_ONLY(descriptor) || in pm_address()
185 (!SEG_WRITE_PERM(descriptor) && (FPU_modrm & FPU_WRITE_BIT))) { in pm_address()
/linux-4.1.27/Documentation/security/
DIMA-templates.txt22 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.1.27/Documentation/devicetree/bindings/soc/ti/
Dkeystone-navigator-qmss.txt6 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.1.27/sound/usb/usx2y/
Dus122l.c202 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 …]
Dusbusx2y.c362 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()
DusX2Yhwdep.c118 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.1.27/drivers/usb/storage/
Dusual-tables.c113 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()
Duas-detect.h96 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()
Dusb.c285 u16 bcdDevice = le16_to_cpu(us->pusb_dev->descriptor.bcdDevice); in fill_inquiry_response()
440 le16_to_cpu(us->pusb_dev->descriptor.idVendor), in associate_dev()
441 le16_to_cpu(us->pusb_dev->descriptor.idProduct), in associate_dev()
442 le16_to_cpu(us->pusb_dev->descriptor.bcdDevice)); in associate_dev()
471 u16 vid = le16_to_cpu(udev->descriptor.idVendor); in usb_stor_adjust_quirks()
472 u16 pid = le16_to_cpu(udev->descriptor.idProduct); in usb_stor_adjust_quirks()
607 le16_to_cpu(dev->descriptor.idVendor), in get_device_info()
608 le16_to_cpu(dev->descriptor.idProduct), in get_device_info()
621 struct usb_device_descriptor *ddesc = &dev->descriptor; in get_device_info()
Dcypress_atacb.c261 if (device->descriptor.iManufacturer != 0x38 || in cypress_probe()
262 device->descriptor.iProduct != 0x4e || in cypress_probe()
263 device->descriptor.iSerialNumber != 0x64) { in cypress_probe()
Donetouch.c228 le16_to_cpu(udev->descriptor.idVendor), in onetouch_connect_input()
229 le16_to_cpu(udev->descriptor.idProduct)); in onetouch_connect_input()
/linux-4.1.27/Documentation/filesystems/
Dautofs4-mount-control.txt11 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 …]
Dfiles.txt5 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
Dspufs.txt93 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 …]
D9p.txt95 rfdno=n the file descriptor for reading with trans=fd
97 wfdno=n the file descriptor for writing with trans=fd
Ddnotify.txt31 file descriptor associated with the directory in which the event occurred.
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_image.c193 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()
Dqxl_dev.h811 (image)->descriptor.id = (((uint64_t)_unique) << 32) | _group; \
848 struct qxl_image_descriptor descriptor; member
/linux-4.1.27/drivers/media/usb/go7007/
Dgo7007-loader.c56 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.1.27/sound/usb/
Dquirks.c581 &dev->descriptor, sizeof(dev->descriptor)); in snd_usb_extigy_boot_quirk()
829 &dev->descriptor, sizeof(dev->descriptor)); in snd_usb_mbox2_boot_quirk()
982 u32 id = USB_ID(le16_to_cpu(dev->descriptor.idVendor), in snd_usb_apply_boot_quirk()
983 le16_to_cpu(dev->descriptor.idProduct)); in snd_usb_apply_boot_quirk()
1196 if ((le16_to_cpu(ep->chip->dev->descriptor.idVendor) == 0x23ba) && in snd_usb_endpoint_start_quirk()
1219 switch (le16_to_cpu(dev->descriptor.idVendor)) { in snd_usb_set_interface_quirk()
1235 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x23ba) && in snd_usb_ctl_msg_quirk()
1243 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x0644) && in snd_usb_ctl_msg_quirk()
1250 if (is_marantz_denon_dac(USB_ID(le16_to_cpu(dev->descriptor.idVendor), in snd_usb_ctl_msg_quirk()
1251 le16_to_cpu(dev->descriptor.idProduct))) in snd_usb_ctl_msg_quirk()
[all …]
Dcard.c378 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.1.27/drivers/vme/bridges/
Dvme_ca91cx42.c1052 if ((unsigned long)&entry->descriptor & CA91CX42_DCPP_M) { in ca91cx42_dma_list_add()
1054 "required: %p\n", &entry->descriptor); in ca91cx42_dma_list_add()
1059 memset(&entry->descriptor, 0, sizeof(struct ca91cx42_dma_descriptor)); in ca91cx42_dma_list_add()
1062 entry->descriptor.dctl |= CA91CX42_DCTL_L2V; in ca91cx42_dma_list_add()
1099 entry->descriptor.dctl |= CA91CX42_DCTL_VCT_BLT; in ca91cx42_dma_list_add()
1104 entry->descriptor.dctl |= CA91CX42_DCTL_VDW_D8; in ca91cx42_dma_list_add()
1107 entry->descriptor.dctl |= CA91CX42_DCTL_VDW_D16; in ca91cx42_dma_list_add()
1110 entry->descriptor.dctl |= CA91CX42_DCTL_VDW_D32; in ca91cx42_dma_list_add()
1113 entry->descriptor.dctl |= CA91CX42_DCTL_VDW_D64; in ca91cx42_dma_list_add()
1123 entry->descriptor.dctl |= CA91CX42_DCTL_VAS_A16; in ca91cx42_dma_list_add()
[all …]
Dvme_tsi148.c1731 if ((unsigned long)&entry->descriptor & 0x7) { in tsi148_dma_list_add()
1734 &entry->descriptor); in tsi148_dma_list_add()
1742 memset(&entry->descriptor, 0, sizeof(struct tsi148_dma_descriptor)); in tsi148_dma_list_add()
1749 entry->descriptor.dsal = cpu_to_be32(pattern_attr->pattern); in tsi148_dma_list_add()
1760 entry->descriptor.dsat = cpu_to_be32(val); in tsi148_dma_list_add()
1767 entry->descriptor.dsau = cpu_to_be32(address_high); in tsi148_dma_list_add()
1768 entry->descriptor.dsal = cpu_to_be32(address_low); in tsi148_dma_list_add()
1769 entry->descriptor.dsat = cpu_to_be32(TSI148_LCSR_DSAT_TYP_PCI); in tsi148_dma_list_add()
1776 entry->descriptor.dsau = cpu_to_be32(address_high); in tsi148_dma_list_add()
1777 entry->descriptor.dsal = cpu_to_be32(address_low); in tsi148_dma_list_add()
[all …]
Dvme_ca91cx42.h69 struct ca91cx42_dma_descriptor descriptor; member
/linux-4.1.27/net/caif/
Dcaif_usb.c141 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.1.27/Documentation/devicetree/bindings/net/
Dmarvell-orion-net.txt43 - 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.
Daltera_tse.txt13 "tx_desc": MSGDMA Tx dispatcher descriptor space region
15 "rx_desc": MSGDMA Rx dispatcher descriptor space region
17 "s1": SGDMA descriptor memory
Dopencores-ethoc.txt6 first region is for the device registers and descriptor rings,
Dkeystone-netcp.txt121 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
Dcpsw.txt13 - bd_ram_size : Specifies internal descriptor RAM size
/linux-4.1.27/drivers/media/usb/dvb-usb/
Ddibusb-common.c261 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()
Ddvb-usb-init.c187 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()
Dgp8psk.c167 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()
Ddigitv.c93 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0; in digitv_identify_state()
Da800.c36 *cold = udev->descriptor.iManufacturer != 1; in a800_identify_state()
Dopera1.c557 if (le16_to_cpu(udev->descriptor.idProduct) == USB_PID_OPERA1_WARM && in opera1_probe()
558 le16_to_cpu(udev->descriptor.idVendor) == USB_VID_OPERA1 && in opera1_probe()
Dcxusb.c162 if (le16_to_cpu(d->udev->descriptor.idVendor) == USB_VID_MEDION) in cxusb_i2c_xfer()
1389 *cold = udev->descriptor.bDeviceClass == 0xff && in bluebird_fx2_identify_state()
1390 udev->descriptor.bDeviceSubClass == 0xff && in bluebird_fx2_identify_state()
1391 udev->descriptor.bDeviceProtocol == 0xff; in bluebird_fx2_identify_state()
1430 le16_to_cpu(udev->descriptor.idProduct) + 1; in bluebird_patch_dvico_firmware_download()
1432 le16_to_cpu(udev->descriptor.idProduct) >> 8; in bluebird_patch_dvico_firmware_download()
Dttusb2.c458 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0; in ttusb2_identify_state()
Dgp8psk-fe.c122 int gp_product_id = le16_to_cpu(state->d->udev->descriptor.idProduct); in gp8psk_fe_set_frontend()
/linux-4.1.27/Documentation/usb/
Dproc_usb_info.txt56 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.1.27/drivers/media/rc/
Dstreamzap.c301 le16_to_cpu(sz->usbdev->descriptor.idVendor), in streamzap_init_rc_dev()
302 le16_to_cpu(sz->usbdev->descriptor.idProduct)); in streamzap_init_rc_dev()
401 if (usbdev->descriptor.iManufacturer in streamzap_probe()
402 && usb_string(usbdev, usbdev->descriptor.iManufacturer, in streamzap_probe()
406 if (usbdev->descriptor.iProduct in streamzap_probe()
407 && usb_string(usbdev, usbdev->descriptor.iProduct, in streamzap_probe()
Dmceusb.c1222 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()
Dati_remote.c880 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.1.27/drivers/thunderbolt/
Dnhi.c136 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.1.27/drivers/input/tablet/
Dacecad.c214 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.1.27/lib/
Ddynamic_debug.c540 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.1.27/drivers/media/common/siano/
Dsmsir.c84 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.1.27/Documentation/ABI/stable/
Dsysfs-bus-usb123 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.
Dsysfs-bus-firewire89 Contents of a respective textual descriptor leaf.
95 Contents of a respective textual descriptor leaf.
106 Contents of a respective textual descriptor leaf.
Dsysfs-driver-ib_srp43 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.1.27/drivers/firewire/
Dohci.c77 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 …]
Dcore-cdev.c132 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.1.27/drivers/hid/
Dhid-elo.c186 u16 fw_lvl = le16_to_cpu(dev->descriptor.bcdDevice); in elo_broken_firmware()
197 child_vid = le16_to_cpu(child->descriptor.idVendor); in elo_broken_firmware()
198 child_pid = le16_to_cpu(child->descriptor.idProduct); in elo_broken_firmware()
/linux-4.1.27/Documentation/gpio/
Dconsumer.txt5 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,
51 Both functions return either a valid GPIO descriptor, or an error code checkable
118 A GPIO descriptor can be disposed of using the gpiod_put() function:
126 It is strictly forbidden to use a descriptor after calling these functions.
268 The descriptor array can be obtained using the gpiod_get_array() function
328 descriptor-based API, the following two functions allow you to convert a GPIO
329 descriptor into the GPIO integer namespace and vice-versa:
335 GPIO descriptor has not been freed. All the same, a GPIO number passed to
[all …]
Dgpio.txt11 - 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.1.27/Documentation/crypto/
Dasync-tx-api.txt76 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.1.27/include/acpi/
Dprocessor.h49 u8 descriptor; member
86 u8 descriptor; member
127 u8 descriptor; member
/linux-4.1.27/Documentation/dmaengine/
Dclient.txt16 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
Dprovider.txt133 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
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dusb.c358 id_vendor = le16_to_cpu(udev->descriptor.idVendor); in mwifiex_usb_probe()
359 id_product = le16_to_cpu(udev->descriptor.idProduct); in mwifiex_usb_probe()
360 bcd_device = le16_to_cpu(udev->descriptor.bcdDevice); in mwifiex_usb_probe()
361 bcd_usb = le16_to_cpu(udev->descriptor.bcdUSB); in mwifiex_usb_probe()
389 udev->descriptor.bcdUSB, udev->descriptor.bDeviceClass, in mwifiex_usb_probe()
390 udev->descriptor.bDeviceSubClass, in mwifiex_usb_probe()
391 udev->descriptor.bDeviceProtocol); in mwifiex_usb_probe()
797 switch (le16_to_cpu(card->udev->descriptor.idProduct)) { in mwifiex_register_dev()
/linux-4.1.27/arch/alpha/lib/
Dcallback_srm.S26 ldq $27,0($2) # DISPATCH procedure descriptor (VMS call std)
44 ldq $27,16($2) # VA of FIXUP procedure descriptor
/linux-4.1.27/drivers/isdn/hisax/
Dst5481_init.c66 le16_to_cpu(dev->descriptor.idVendor), in probe_st5481()
67 le16_to_cpu(dev->descriptor.idProduct), in probe_st5481()
/linux-4.1.27/Documentation/infiniband/
Duser_mad.txt14 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.
Duser_verbs.txt33 commands passed through a file descriptor, the kernel can keep track
/linux-4.1.27/Documentation/networking/
Dspider_net.txt26 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
Dstmmac.txt81 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,
162 o enh_desc: if sets the MAC will use the enhanced descriptor structure.
272 understand if EEE, HW csum, PTP, enhanced descriptor etc are actually
291 o descs.h: descriptor structure definitions;
325 To show the DMA TX/RX descriptor rings
De100.txt56 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
Dcdc_mbim.txt90 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
Dtuntap.txt22 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
De1000.txt178 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
Daltera_tse.txt67 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.1.27/arch/x86/kernel/cpu/
Dcpu.h31 unsigned char descriptor; member
Dintel_cacheinfo.c28 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()
Dintel.c585 for (k = 0; intel_tlb_table[k].descriptor != desc && \ in intel_tlb_lookup()
586 intel_tlb_table[k].descriptor != 0; k++) in intel_tlb_lookup()
/linux-4.1.27/sound/usb/caiaq/
Ddevice.c430 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.1.27/drivers/net/wireless/libertas_tf/
Dif_usb.c167 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.1.27/drivers/usb/class/
Dusblp.c585 le16_to_cpu(usblp->dev->descriptor.idVendor) != 0x03F0 || in usblp_ioctl()
635 twoints[0] = le16_to_cpu(usblp->dev->descriptor.idVendor); in usblp_ioctl()
636 twoints[1] = le16_to_cpu(usblp->dev->descriptor.idProduct); in usblp_ioctl()
1134 le16_to_cpu(dev->descriptor.idVendor), in usblp_probe()
1135 le16_to_cpu(dev->descriptor.idProduct)); in usblp_probe()
1142 le16_to_cpu(dev->descriptor.idVendor), in usblp_probe()
1143 le16_to_cpu(dev->descriptor.idProduct)); in usblp_probe()
1182 le16_to_cpu(usblp->dev->descriptor.idVendor), in usblp_probe()
1183 le16_to_cpu(usblp->dev->descriptor.idProduct)); in usblp_probe()
Dusbtmc.c1121 le16_to_cpu(data->usb_dev->descriptor.idVendor), in usbtmc_probe()
1122 le16_to_cpu(data->usb_dev->descriptor.idProduct)); in usbtmc_probe()
1124 if ((usbtmc_id_quirk[n].idVendor == le16_to_cpu(data->usb_dev->descriptor.idVendor)) && in usbtmc_probe()
1125 (usbtmc_id_quirk[n].idProduct == le16_to_cpu(data->usb_dev->descriptor.idProduct))) { in usbtmc_probe()
/linux-4.1.27/drivers/usb/serial/
Dusb-serial.c468 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()
Dvisor.c450 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()
Dkeyspan_pda.c668 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()
Dti_usb_3410_5052.c299 __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()
Dpl2303.c236 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()
Dmct_u232.c128 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()
Dsafe_serial.c267 if (serial->dev->descriptor.bDeviceClass != CDC_DEVICE_CLASS) in safe_startup()
Dbelkin_sa.c131 (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()
Dkeyspan.c1130 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()
Dark3116.c57 if (le16_to_cpu(dev->descriptor.idVendor) == 0x18ec && in is_irda()
58 le16_to_cpu(dev->descriptor.idProduct) == 0x3118) in is_irda()
Dcypress_m8.c235 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.1.27/Documentation/s390/
Dkvm.txt39 2. ioctl calls to the kvm-vm file descriptor
59 file descriptor are supported:
73 3. ioctl calls to the kvm-vcpu file descriptor
85 kvm-vcpu file descriptor are supported:
/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_base.c1882 Mpi2RequestDescriptorUnion_t descriptor; in mpt2sas_base_put_smid_scsi_io() local
1883 u64 *request = (u64 *)&descriptor; in mpt2sas_base_put_smid_scsi_io()
1886 descriptor.SCSIIO.RequestFlags = MPI2_REQ_DESCRIPT_FLAGS_SCSI_IO; in mpt2sas_base_put_smid_scsi_io()
1887 descriptor.SCSIIO.MSIxIndex = _base_get_msix_index(ioc); in mpt2sas_base_put_smid_scsi_io()
1888 descriptor.SCSIIO.SMID = cpu_to_le16(smid); in mpt2sas_base_put_smid_scsi_io()
1889 descriptor.SCSIIO.DevHandle = cpu_to_le16(handle); in mpt2sas_base_put_smid_scsi_io()
1890 descriptor.SCSIIO.LMID = 0; in mpt2sas_base_put_smid_scsi_io()
1906 Mpi2RequestDescriptorUnion_t descriptor; in mpt2sas_base_put_smid_hi_priority() local
1907 u64 *request = (u64 *)&descriptor; in mpt2sas_base_put_smid_hi_priority()
1909 descriptor.HighPriority.RequestFlags = in mpt2sas_base_put_smid_hi_priority()
[all …]
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.c2160 Mpi2RequestDescriptorUnion_t descriptor; in mpt3sas_base_put_smid_scsi_io() local
2161 u64 *request = (u64 *)&descriptor; in mpt3sas_base_put_smid_scsi_io()
2164 descriptor.SCSIIO.RequestFlags = MPI2_REQ_DESCRIPT_FLAGS_SCSI_IO; in mpt3sas_base_put_smid_scsi_io()
2165 descriptor.SCSIIO.MSIxIndex = _base_get_msix_index(ioc); in mpt3sas_base_put_smid_scsi_io()
2166 descriptor.SCSIIO.SMID = cpu_to_le16(smid); in mpt3sas_base_put_smid_scsi_io()
2167 descriptor.SCSIIO.DevHandle = cpu_to_le16(handle); in mpt3sas_base_put_smid_scsi_io()
2168 descriptor.SCSIIO.LMID = 0; in mpt3sas_base_put_smid_scsi_io()
2185 Mpi2RequestDescriptorUnion_t descriptor; in mpt3sas_base_put_smid_fast_path() local
2186 u64 *request = (u64 *)&descriptor; in mpt3sas_base_put_smid_fast_path()
2188 descriptor.SCSIIO.RequestFlags = in mpt3sas_base_put_smid_fast_path()
[all …]
/linux-4.1.27/drivers/net/wireless/libertas/
Dif_usb.c221 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.1.27/fs/notify/inotify/
DKconfig10 descriptor, which is also select()- and poll()-able.
/linux-4.1.27/Documentation/virtual/kvm/devices/
Dvfio.txt21 For each, kvm_device_attr.addr points to an int32_t file descriptor
/linux-4.1.27/drivers/hid/usbhid/
Dusbmouse.c169 le16_to_cpu(dev->descriptor.idVendor), in usb_mouse_probe()
170 le16_to_cpu(dev->descriptor.idProduct)); in usb_mouse_probe()
Dusbkbd.c321 le16_to_cpu(dev->descriptor.idVendor), in usb_kbd_probe()
322 le16_to_cpu(dev->descriptor.idProduct)); in usb_kbd_probe()
Dhid-core.c974 quirks = usbhid_lookup_quirk(le16_to_cpu(dev->descriptor.idVendor), in usbhid_parse()
975 le16_to_cpu(dev->descriptor.idProduct)); in usbhid_parse()
1303 hid->vendor = le16_to_cpu(dev->descriptor.idVendor); in usbhid_probe()
1304 hid->product = le16_to_cpu(dev->descriptor.idProduct); in usbhid_probe()
1324 le16_to_cpu(dev->descriptor.idVendor), in usbhid_probe()
1325 le16_to_cpu(dev->descriptor.idProduct)); in usbhid_probe()
1334 if (usb_string(dev, dev->descriptor.iSerialNumber, hid->uniq, 64) <= 0) in usbhid_probe()
Dhiddev.c651 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.1.27/drivers/net/usb/
Dkaweth.c1015 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()
Dcatc.c824 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()
Dcx82310_eth.c143 if (usb_string(udev, udev->descriptor.iProduct, buf, sizeof(buf)) > 0 in cx82310_bind()
/linux-4.1.27/fs/notify/fanotify/
DKconfig9 an open file descriptor to the userspace listener along with
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Ddiu.txt16 Data from the detailed timing descriptor will be used to
/linux-4.1.27/drivers/soc/ti/
DKconfig16 Packets are queued/de-queued by writing/reading descriptor address
/linux-4.1.27/drivers/media/usb/au0828/
Dau0828-core.c198 le16_to_cpu(usbdev->descriptor.idVendor), in au0828_usb_probe()
199 le16_to_cpu(usbdev->descriptor.idProduct), in au0828_usb_probe()
Dau0828-input.c342 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.1.27/include/uapi/sound/
Dcompress_offload.h121 struct snd_codec_desc descriptor[MAX_NUM_CODEC_DESCRIPTORS]; member
/linux-4.1.27/Documentation/devicetree/bindings/hid/
Dhid-over-i2c.txt16 - hid-descr-addr: HID descriptor address
/linux-4.1.27/drivers/media/usb/pwc/
Dpwc-if.c734 vendor_id = le16_to_cpu(udev->descriptor.idVendor); in usb_pwc_probe()
735 product_id = le16_to_cpu(udev->descriptor.idProduct); in usb_pwc_probe()
982 usb_string(udev, udev->descriptor.iSerialNumber, serial_number, 29); in usb_pwc_probe()
985 if (udev->descriptor.bNumConfigurations > 1) in usb_pwc_probe()
1027 pdev->release = le16_to_cpu(udev->descriptor.bcdDevice); in usb_pwc_probe()
/linux-4.1.27/Documentation/devicetree/bindings/fb/
Dsm501fb.txt19 Data from the detailed timing descriptor will be used to
/linux-4.1.27/drivers/crypto/caam/
DKconfig61 Select number of descriptor completions to queue before
73 more descriptor completions are queued without reaching the count
/linux-4.1.27/arch/x86/realmode/rm/
Dtrampoline_64.S128 # Duplicate the global descriptor table
/linux-4.1.27/drivers/media/usb/em28xx/
Dem28xx-input.c587 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.1.27/Documentation/hid/
Dhid-sensor.txt6 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
Dhidraw.txt17 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.1.27/drivers/scsi/
Dses.c126 int i, j, count = 0, descriptor = ecomp->number; in ses_set_page2_descriptor() local
140 if (count++ == descriptor) { in ses_set_page2_descriptor()
156 int i, j, count = 0, descriptor = ecomp->number; in ses_get_page2_descriptor() local
170 if (count++ == descriptor) in ses_get_page2_descriptor()
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/
Daf9015.c590 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()
Dlmedm04.c673 switch (le16_to_cpu(udev->descriptor.idProduct)) { in lme_firmware_switch()
974 switch (le16_to_cpu(d->udev->descriptor.idProduct)) { in dm04_lme2510_frontend_attach()
1186 if (!(le16_to_cpu(d->udev->descriptor.idProduct) in lme2510_get_stream_config()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-driver-hid8 report descriptor.
Dconfigfs-usb-gadget-uvc46 iTerminal - index of string descriptor
70 iTerminal - index of string descriptor
87 iProcessing - index of string descriptor
/linux-4.1.27/drivers/media/usb/stk1160/
Dstk1160-core.c246 le16_to_cpu(udev->descriptor.idVendor), in stk1160_scan_usb()
247 le16_to_cpu(udev->descriptor.idProduct), in stk1160_scan_usb()
/linux-4.1.27/drivers/cpufreq/
Dpcc-cpufreq.c52 u8 descriptor; member
62 u8 descriptor; member
436 mem_resource->descriptor, mem_resource->length, in pcc_cpufreq_probe()
/linux-4.1.27/drivers/staging/gdm72xx/
Dgdm_usb.c539 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.1.27/drivers/isdn/gigaset/
Dusb-gigaset.c668 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.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dusb.c1318 if (usb->descriptor.bNumConfigurations != 1) { in brcmf_usb_probe()
1320 usb->descriptor.bNumConfigurations); in brcmf_usb_probe()
1325 if ((usb->descriptor.bDeviceClass != USB_CLASS_VENDOR_SPEC) && in brcmf_usb_probe()
1326 (usb->descriptor.bDeviceClass != USB_CLASS_MISC) && in brcmf_usb_probe()
1327 (usb->descriptor.bDeviceClass != USB_CLASS_WIRELESS_CONTROLLER)) { in brcmf_usb_probe()
1329 usb->descriptor.bDeviceClass); in brcmf_usb_probe()
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dsamsung,s3c24xx-irq.txt17 interrupt source. The value shall be 4 and interrupt descriptor shall
/linux-4.1.27/drivers/media/usb/tm6000/
Dtm6000-alsa.c446 le16_to_cpu(dev->udev->descriptor.idVendor), in tm6000_audio_init()
447 le16_to_cpu(dev->udev->descriptor.idProduct)); in tm6000_audio_init()
Dtm6000-input.c474 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.1.27/drivers/usb/atm/
Dspeedtch.c365 const u16 bcdDevice = le16_to_cpu(interface_to_usbdev(intf)->descriptor.bcdDevice); in speedtch_find_firmware()
668 if (usb_string(usb_dev, usb_dev->descriptor.iSerialNumber, mac_str, sizeof(mac_str)) == 12) { in speedtch_atm_start()
785 if (usb_dev->descriptor.bDeviceClass != USB_CLASS_VENDOR_SPEC) { in speedtch_bind()
786 usb_err(usbatm, "%s: wrong device class %d\n", __func__, usb_dev->descriptor.bDeviceClass); in speedtch_bind()
Dcxacru.c987 __le16 signature[] = { usb_dev->descriptor.idVendor, in cxacru_upload_firmware()
988 usb_dev->descriptor.idProduct }; in cxacru_upload_firmware()
1356 if (usb_dev->descriptor.bDeviceClass == USB_CLASS_VENDOR_SPEC in cxacru_usb_probe()
1357 && usb_string(usb_dev, usb_dev->descriptor.iProduct, in cxacru_usb_probe()
/linux-4.1.27/Documentation/filesystems/nfs/
Dnfsd-admin-interfaces.txt16 - an ascii-encoded file descriptor, which should refer to a
/linux-4.1.27/Documentation/x86/x86_64/
Dkernel-stacks40 interrupt-gate descriptor. When an interrupt occurs and the hardware
41 loads such a descriptor, the hardware automatically sets the new stack
/linux-4.1.27/drivers/input/misc/
Dpowermate.c347 switch (le16_to_cpu(udev->descriptor.idProduct)) { in powermate_probe()
357 le16_to_cpu(udev->descriptor.idProduct)); in powermate_probe()
Dkeyspan_remote.c504 le16_to_cpu(udev->descriptor.idVendor), in keyspan_probe()
505 le16_to_cpu(udev->descriptor.idProduct)); in keyspan_probe()
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dalphascale,acc.txt14 dt-binding should be included to the device tree descriptor. For example
/linux-4.1.27/Documentation/devicetree/bindings/mailbox/
Domap-mailbox.txt62 - 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.1.27/Documentation/
Dvfio.txt99 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
358 /* Get a file descriptor for the device */
Dbinfmt_misc.txt58 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
Drpmsg.txt72 a tx buffer and puts it back on virtio's used descriptor ring),
89 a tx buffer and puts it back on virtio's used descriptor ring),
107 a tx buffer and puts it back on virtio's used descriptor ring),
/linux-4.1.27/drivers/staging/gdm724x/
Dgdm_usb.c823 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()
Dgdm_mux.c521 idVendor = __le16_to_cpu(usbdev->descriptor.idVendor); in gdm_mux_probe()
522 idProduct = __le16_to_cpu(usbdev->descriptor.idProduct); in gdm_mux_probe()
/linux-4.1.27/arch/powerpc/boot/dts/fsl/
Dpq3-sec3.0-0.dtsi44 fsl,descriptor-types-mask = <0x3ab0ebf>;
Dpq3-sec3.1-0.dtsi44 fsl,descriptor-types-mask = <0x3ab0ebf>;
Dpq3-sec3.3-0.dtsi44 fsl,descriptor-types-mask = <0x3a30abf>;
Dpq3-sec2.1-0.dtsi42 fsl,descriptor-types-mask = <0x12b0ebf>;
/linux-4.1.27/Documentation/arm/
Dfirmware.txt53 /* init_early callback of machine descriptor */
Duefi.txt59 linux,uefi-mmap-desc-ver | 32-bit | Version of the mmap descriptor format.
/linux-4.1.27/drivers/isdn/hardware/eicon/
Ddivasfunc.c83 req.didd_add_adapter.info.descriptor = (void *) &d; in diva_xdi_didd_register_adapter()
Ddivasync.h145 void *descriptor; member
Ddadapter.c236 if (diva_didd_add_descriptor((DESCRIPTOR *)pinfo->descriptor) < 0) { in diva_dadapter_request()
Dmntfunc.c101 req.didd_add_adapter.info.descriptor = in connect_didd()
/linux-4.1.27/drivers/net/irda/
Dkingsun-sir.c520 dev->devnum, le16_to_cpu(dev->descriptor.idVendor), in kingsun_probe()
521 le16_to_cpu(dev->descriptor.idProduct)); in kingsun_probe()
Dirda-usb.c1078 self->usbdev->descriptor.bcdDevice); in stir421x_patch_device()
1113 if (self->usbdev->descriptor.bcdDevice == cpu_to_le16(fw_version)) { in stir421x_patch_device()
1612 dev->devnum, le16_to_cpu(dev->descriptor.idVendor), in irda_usb_probe()
1613 le16_to_cpu(dev->descriptor.idProduct)); in irda_usb_probe()
Dks959-sir.c774 dev->devnum, le16_to_cpu(dev->descriptor.idVendor), in ks959_probe()
775 le16_to_cpu(dev->descriptor.idProduct)); in ks959_probe()
Dksdazzle-sir.c685 dev->devnum, le16_to_cpu(dev->descriptor.idVendor), in ksdazzle_probe()
686 le16_to_cpu(dev->descriptor.idProduct)); in ksdazzle_probe()
/linux-4.1.27/drivers/net/can/usb/peak_usb/
Dpcan_usb_core.c831 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.1.27/drivers/i2c/busses/
Di2c-robotfuzz-osif.c172 version = le16_to_cpu(priv->usb_dev->descriptor.bcdDevice); in osif_probe()
Di2c-tiny-usb.c227 version = le16_to_cpu(dev->usb_dev->descriptor.bcdDevice); in i2c_tiny_usb_probe()
/linux-4.1.27/drivers/xen/
Dxen-acpi-processor.c201 dst_pct->descriptor = pct->descriptor; in xen_copy_pct_data()
/linux-4.1.27/drivers/acpi/
Dutils.c530 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, in __acpi_handle_debug() argument
542 __dynamic_pr_debug(descriptor, "ACPI: %s: %pV", path ? path : "<n/a>", &vaf); in __acpi_handle_debug()
/linux-4.1.27/drivers/input/mouse/
Dsynaptics_usb.c362 le16_to_cpu(udev->descriptor.idVendor), in synusb_probe()
363 le16_to_cpu(udev->descriptor.idProduct)); in synusb_probe()
/linux-4.1.27/drivers/staging/ft1000/ft1000-usb/
Dft1000_usb.c78 dev->descriptor.bNumConfigurations); in ft1000_probe()
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/
Dkernel-entry-init.h26 # a3 = address of boot descriptor block
/linux-4.1.27/drivers/usb/image/
Dmicrotek.c686 le16_to_cpu(dev->descriptor.idProduct), in mts_usb_probe()
687 le16_to_cpu(dev->descriptor.idVendor) ); in mts_usb_probe()
/linux-4.1.27/drivers/media/usb/uvc/
Duvc_driver.c886 switch (le16_to_cpu(dev->udev->descriptor.idVendor)) { in uvc_parse_vendor_control()
1885 le16_to_cpu(udev->descriptor.idVendor), in uvc_probe()
1886 le16_to_cpu(udev->descriptor.idProduct)); in uvc_probe()
1898 le16_to_cpu(udev->descriptor.idVendor), in uvc_probe()
1899 le16_to_cpu(udev->descriptor.idProduct)); in uvc_probe()
1916 dev->mdev.hw_revision = le16_to_cpu(udev->descriptor.bcdDevice); in uvc_probe()
/linux-4.1.27/arch/x86/kernel/
Dhead_32.S746 # early boot GDT descriptor (must use 1:1 address mapping)
757 # boot GDT descriptor (later on used by CPU#0):
/linux-4.1.27/drivers/staging/media/lirc/
Dlirc_imon.c727 vendor = le16_to_cpu(usbdev->descriptor.idVendor); in imon_probe()
728 product = le16_to_cpu(usbdev->descriptor.idProduct); in imon_probe()
/linux-4.1.27/drivers/scsi/ufs/
Dufshcd.h187 u8 *descriptor; member
/linux-4.1.27/Documentation/ptp/
Dptp.txt43 registered clock. User space can use an open file descriptor from
/linux-4.1.27/include/xen/interface/
Dplatform.h376 uint8_t descriptor; member

12