Home
last modified time | relevance | path

Searched refs:bcdUSB (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/usb/core/
H A Ddevices.c316 u16 bcdUSB = le16_to_cpu(desc->bcdUSB); in usb_dump_device_descriptor() local
322 bcdUSB >> 8, bcdUSB & 0xff, in usb_dump_device_descriptor()
H A Dsysfs.c234 u16 bcdUSB; in version_show() local
237 bcdUSB = le16_to_cpu(udev->descriptor.bcdUSB); in version_show()
238 return sysfs_emit(buf, "%2x.%02x\n", bcdUSB >> 8, bcdUSB & 0xff); in version_show()
H A Dhub.h161 le16_to_cpu(hdev->descriptor.bcdUSB) >= 0x0310 && in hub_is_superspeedplus()
H A Dusb.c1160 le16_to_cpu(udev->descriptor.bcdUSB) == 0x220 && in usb_endpoint_is_hs_isoc_double()
H A Dhub.c5197 (le16_to_cpu(udev->descriptor.bcdUSB) < 0x0300)) { in hub_port_init()
5206 if (le16_to_cpu(udev->descriptor.bcdUSB) >= 0x0201) { in hub_port_init()
5540 if (le16_to_cpu(udev->descriptor.bcdUSB) >= 0x0200 in hub_port_connect()
H A Dhcd.c982 if (le16_to_cpu(usb_dev->descriptor.bcdUSB) >= 0x0201) { in register_root_hub()
/linux/drivers/usb/host/
H A Dxhci-hub.c43 u16 bcdUSB; in xhci_create_usb3x_bos_desc() local
66 if (i == 0 || bcdUSB < rev) { in xhci_create_usb3x_bos_desc()
67 bcdUSB = rev; in xhci_create_usb3x_bos_desc()
72 if (bcdUSB >= 0x0310) { in xhci_create_usb3x_bos_desc()
84 if (bcdUSB >= 0x0320) in xhci_create_usb3x_bos_desc()
125 if (bcdUSB < 0x0310) in xhci_create_usb3x_bos_desc()
191 if (bcdUSB == 0x0320 && plt == PLT_SYM) { in xhci_create_usb3x_bos_desc()
/linux/drivers/usb/serial/
H A Dpl2303.c407 u16 bcdDevice, bcdUSB; in pl2303_detect_type() local
423 bcdUSB = le16_to_cpu(desc->bcdUSB); in pl2303_detect_type()
425 switch (bcdUSB) { in pl2303_detect_type()
/linux/drivers/usb/gadget/
H A Dcomposite.c916 qual->bcdUSB = cdev->desc.bcdUSB; in device_qual()
1812 cdev->desc.bcdUSB = cpu_to_le16(0x0320); in composite_setup()
1815 cdev->desc.bcdUSB = cpu_to_le16(0x0210); in composite_setup()
1819 cdev->desc.bcdUSB = cpu_to_le16(0x0201); in composite_setup()
1821 cdev->desc.bcdUSB = cpu_to_le16(0x0200); in composite_setup()
/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget29 bcdUSB bcd USB specification version number
H A Dsysfs-bus-usb453 request the BOS from a device if its bcdUSB is less than 0x0201.
/linux/tools/usb/
H A Dtestusb.c69 __u16 bcdUSB; member
/linux/drivers/usb/gadget/legacy/
H A Ddbgp.c39 .bcdUSB = cpu_to_le16(0x0200),
H A Dinode.c1290 qual.bcdUSB = cpu_to_le16 (0x0200); in make_qualifier()
1874 dev->dev->bcdUSB = cpu_to_le16 (0x0200); in dev_config()
/linux/drivers/net/usb/
H A Dqmi_wwan.c822 le16_to_cpu(dev->udev->descriptor.bcdUSB) >= 0x0201) { in qmi_wwan_bind()
859 if (le16_to_cpu(dev->udev->descriptor.bcdUSB) >= 0x0201) { in qmi_wwan_unbind()
/linux/drivers/usb/misc/
H A Dusbtest.c898 if (le16_to_cpu(udev->descriptor.bcdUSB) >= 0x0210) { in ch9_postconfig()
995 if (le16_to_cpu(udev->descriptor.bcdUSB) == 0x0200) { in ch9_postconfig()
1360 if (le16_to_cpu(udev->descriptor.bcdUSB) < 0x0201) in test_ctrl_queue()
/linux/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.c169 le16_to_cpu(udev->descriptor.bcdUSB), in if_usb_probe()
/linux/drivers/net/wireless/marvell/libertas/
H A Dif_usb.c219 le16_to_cpu(udev->descriptor.bcdUSB), in if_usb_probe()
/linux/Documentation/usb/
H A Dgadget_configfs.rst203 ./bcdUSB
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dusb.c431 le16_to_cpu(udev->descriptor.bcdUSB), in mwifiex_usb_probe()