Searched refs:descriptor (Results 201 - 225 of 231) sorted by relevance

12345678910

/linux-master/drivers/input/touchscreen/
H A Dusbtouchscreen.c1722 le16_to_cpu(udev->descriptor.idVendor),
1723 le16_to_cpu(udev->descriptor.idProduct));
/linux-master/drivers/media/rc/
H A Dredrat3.c931 u16 prod = le16_to_cpu(rr3->udev->descriptor.idProduct);
/linux-master/drivers/net/can/usb/
H A Dusb_8dev.c907 if (usb_string(usbdev, usbdev->descriptor.iProduct, buf,
/linux-master/drivers/usb/serial/
H A Dpl2303.c404 struct usb_device_descriptor *desc = &serial->dev->descriptor;
H A Dmxuport.c1050 u16 productid = le16_to_cpu(serial->dev->descriptor.idProduct);
H A Dquatech2.c244 if (d.product_id == le16_to_cpu(serial->dev->descriptor.idProduct))
H A Dftdi_sio.c1315 port->serial->dev->descriptor.idProduct);
1509 version = le16_to_cpu(udev->descriptor.bcdDevice);
1526 if (udev->descriptor.iSerialNumber == 0 &&
1599 * device descriptor as the chip will use the appropriate values for the host.
1616 * want to override the endpoint descriptor setting and use a
1628 /* Set max packet size based on last descriptor. */
/linux-master/drivers/media/mc/
H A Dmc-device.c877 mdev->hw_revision = le16_to_cpu(udev->descriptor.bcdDevice);
/linux-master/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.c1000 tmp16 = le16_to_cpu(usb_dev->descriptor.bcdDevice);
/linux-master/drivers/input/mouse/
H A Dbcm5974.c492 u16 id = le16_to_cpu(udev->descriptor.idProduct);
/linux-master/drivers/staging/vme_user/
H A Dvme_tsi148.h70 * The descriptor needs to be aligned on a 64-bit boundary, we increase
73 struct tsi148_dma_descriptor descriptor; member in struct:tsi148_dma_entry
/linux-master/sound/usb/line6/
H A Ddriver.c751 if (usbdev->descriptor.bNumConfigurations != 1)
/linux-master/include/ufs/
H A Dufshcd.h229 * @descriptor: buffer for sending/receiving descriptor
234 u8 *descriptor; member in struct:ufs_query
886 * @desc_size: descriptor sizes reported by device
/linux-master/include/linux/
H A Dusb.h40 * - a SuperSpeed endpoint has a companion descriptor
50 * struct usb_host_endpoint - host-side endpoint descriptor and queue
51 * @desc: descriptor for this endpoint, wMaxPacketSize in native byteorder
52 * @ss_ep_comp: SuperSpeed companion descriptor for this endpoint
53 * @ssp_isoc_ep_comp: SuperSpeedPlus isoc companion descriptor for this endpoint
64 * descriptor within an active interface in a given USB configuration.
185 * @intf_assoc: interface association descriptor
250 /* If there is an interface association descriptor then it will list
365 * @desc: the device's configuration descriptor.
378 * descriptor)
667 struct usb_device_descriptor descriptor; member in struct:usb_device
[all...]
H A Dhyperv.h357 struct vmpacket_descriptor descriptor; member in struct:vmpacket_header
1718 /* Get data payload associated with descriptor */
1724 /* Get data size associated with descriptor */
1730 /* Get packet length associated with descriptor */
H A Dacpi.h1188 void __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, const char *fmt, ...);
/linux-master/sound/usb/
H A Dmidi.c1928 "MIDIStreaming interface descriptor not found\n");
2159 * For each port there is one MIDI_IN/OUT_JACK descriptor, not
2195 * Some devices have a descriptor <06 24 F1 02 <inputs> <outputs>>,
2241 * the descriptor array, like the driver for that other OS does.
2463 usb_id = USB_ID(le16_to_cpu(umidi->dev->descriptor.idVendor),
2464 le16_to_cpu(umidi->dev->descriptor.idProduct));
/linux-master/drivers/usb/core/
H A Dhcd.c117 /* usb 3.1 root hub device descriptor */
138 /* usb 3.0 root hub device descriptor */
159 /* usb 2.0 root hub device descriptor */
180 /* no usb 2.0 root hub "device qualifier" descriptor: one speed only */
182 /* usb 1.1 root hub device descriptor */
340 /* one SuperSpeed endpoint companion descriptor */
369 * @buf: Buffer for USB string descriptor (header + UTF-16LE)
370 * @len: Length (in bytes; may be odd) of descriptor buffer.
385 t = 254; /* Longest possible UTF string descriptor */
412 * Return: The number of bytes filled in: the length of the descriptor o
[all...]
H A Ddevio.c332 memcpy(&temp_desc, &dev->descriptor, sizeof(dev->descriptor));
353 for (i = 0; nbytes && i < dev->descriptor.bNumConfigurations; i++) {
360 /* The descriptor may claim to be longer than it
/linux-master/drivers/net/usb/
H A Dpegasus.c1115 struct usb_device_descriptor *udd = &udev->descriptor;
/linux-master/drivers/hid/
H A Dhid-lg4ff.c1266 const struct usb_device_descriptor *udesc = &(hid_to_usb_dev(hid)->descriptor);
/linux-master/drivers/usb/atm/
H A Dusbatm.c1039 if ((i = usb_string(usb_dev, usb_dev->descriptor.iProduct, buf, length)) < 0)
/linux-master/include/rdma/
H A Dib_verbs.h116 /* descriptor check is first to prevent flooding with "callbacks suppressed" */
122 DEFINE_DYNAMIC_DEBUG_METADATA(descriptor, fmt); \
123 if (DYNAMIC_DEBUG_BRANCH(descriptor) && __ratelimit(&_rs)) \
124 __dynamic_ibdev_dbg(&descriptor, ibdev, fmt, \
/linux-master/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c475 * - 1 indicates tx close descriptor
483 * If it's tx close descriptor:
1440 u16 product_id = le16_to_cpu(udev->descriptor.idProduct);
/linux-master/drivers/md/dm-vdo/
H A Dblock-map.c55 struct page_descriptor descriptor; member in union:page_key
1897 key.descriptor = (struct page_descriptor) {

Completed in 382 milliseconds

12345678910