Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/core/
Ddevices.c320 u16 bcdUSB = le16_to_cpu(desc->bcdUSB); in usb_dump_device_descriptor() local
326 bcdUSB >> 8, bcdUSB & 0xff, in usb_dump_device_descriptor()
Dhub.h143 le16_to_cpu(hdev->descriptor.bcdUSB) >= 0x0310 && in hub_is_superspeedplus()
Dsysfs.c236 u16 bcdUSB; in version_show() local
239 bcdUSB = le16_to_cpu(udev->descriptor.bcdUSB); in version_show()
240 return sprintf(buf, "%2x.%02x\n", bcdUSB >> 8, bcdUSB & 0xff); in version_show()
Dhub.c4960 (le16_to_cpu(udev->descriptor.bcdUSB) < 0x0300)) { in hub_port_init()
5001 if (udev->wusb == 0 && le16_to_cpu(udev->descriptor.bcdUSB) >= 0x0201) { in hub_port_init()
5321 if (le16_to_cpu(udev->descriptor.bcdUSB) >= 0x0200 in hub_port_connect()
Dhcd.c998 if (le16_to_cpu(usb_dev->descriptor.bcdUSB) >= 0x0201) { in register_root_hub()
Ddevio.c313 le16_to_cpus(&temp_desc.bcdUSB); in usbdev_read()
/Linux-v5.15/drivers/usb/host/
Dxhci-hub.c42 u16 bcdUSB; in xhci_create_usb3x_bos_desc() local
65 if (i == 0 || bcdUSB < rev) { in xhci_create_usb3x_bos_desc()
66 bcdUSB = rev; in xhci_create_usb3x_bos_desc()
71 if (bcdUSB >= 0x0310) { in xhci_create_usb3x_bos_desc()
83 if (bcdUSB >= 0x0320) in xhci_create_usb3x_bos_desc()
124 if (bcdUSB < 0x0310) in xhci_create_usb3x_bos_desc()
190 if (bcdUSB == 0x0320 && plt == PLT_SYM) { in xhci_create_usb3x_bos_desc()
/Linux-v5.15/drivers/usb/gadget/
Dconfigfs.c172 GI_DEVICE_DESC_SIMPLE_R_u16(bcdUSB);
214 u16 bcdUSB; in gadget_dev_desc_bcdUSB_store() local
217 ret = kstrtou16(page, 0, &bcdUSB); in gadget_dev_desc_bcdUSB_store()
220 ret = is_valid_bcd(bcdUSB); in gadget_dev_desc_bcdUSB_store()
224 to_gadget_info(item)->cdev.desc.bcdUSB = cpu_to_le16(bcdUSB); in gadget_dev_desc_bcdUSB_store()
348 CONFIGFS_ATTR(gadget_dev_desc_, bcdUSB);
Dcomposite.c821 qual->bcdUSB = cdev->desc.bcdUSB; in device_qual()
1714 cdev->desc.bcdUSB = cpu_to_le16(0x0320); in composite_setup()
1717 cdev->desc.bcdUSB = cpu_to_le16(0x0210); in composite_setup()
1721 cdev->desc.bcdUSB = cpu_to_le16(0x0201); in composite_setup()
1723 cdev->desc.bcdUSB = cpu_to_le16(0x0200); in composite_setup()
/Linux-v5.15/drivers/usb/serial/
Dpl2303.c403 u16 bcdDevice, bcdUSB; in pl2303_detect_type() local
419 bcdUSB = le16_to_cpu(desc->bcdUSB); in pl2303_detect_type()
421 switch (bcdUSB) { in pl2303_detect_type()
/Linux-v5.15/include/uapi/linux/usb/
Dch9.h293 __le16 bcdUSB; member
731 __le16 bcdUSB; member
/Linux-v5.15/Documentation/ABI/testing/
Dconfigfs-usb-gadget29 bcdUSB bcd USB specification version number
/Linux-v5.15/tools/usb/
Dtestusb.c69 __u16 bcdUSB; member
/Linux-v5.15/drivers/usb/gadget/legacy/
Ddbgp.c39 .bcdUSB = cpu_to_le16(0x0200),
Dinode.c1285 qual.bcdUSB = cpu_to_le16 (0x0200); in make_qualifier()
1855 dev->dev->bcdUSB = cpu_to_le16 (0x0200); in dev_config()
/Linux-v5.15/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c57 .bcdUSB = cpu_to_le16(0x0200),
896 vhub->vhub_dev_desc.bcdUSB = cpu_to_le16(0x0100); in ast_vhub_fixup_usb1_dev_desc()
/Linux-v5.15/drivers/net/usb/
Dqmi_wwan.c823 le16_to_cpu(dev->udev->descriptor.bcdUSB) >= 0x0201) { in qmi_wwan_bind()
857 if (le16_to_cpu(dev->udev->descriptor.bcdUSB) >= 0x0201) { in qmi_wwan_unbind()
/Linux-v5.15/drivers/usb/misc/
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-v5.15/drivers/net/wireless/marvell/libertas_tf/
Dif_usb.c169 le16_to_cpu(udev->descriptor.bcdUSB), in if_usb_probe()
/Linux-v5.15/Documentation/usb/
Dgadget_configfs.rst193 ./bcdUSB
/Linux-v5.15/drivers/net/wireless/marvell/libertas/
Dif_usb.c219 le16_to_cpu(udev->descriptor.bcdUSB), in if_usb_probe()
/Linux-v5.15/drivers/net/wireless/marvell/mwifiex/
Dusb.c442 le16_to_cpu(udev->descriptor.bcdUSB), in mwifiex_usb_probe()