/Linux-v6.6/drivers/usb/core/ |
D | devices.c | 316 u16 bcdUSB = le16_to_cpu(desc->bcdUSB); in usb_dump_device_descriptor() local 322 bcdUSB >> 8, bcdUSB & 0xff, in usb_dump_device_descriptor()
|
D | hub.h | 155 le16_to_cpu(hdev->descriptor.bcdUSB) >= 0x0310 && in hub_is_superspeedplus()
|
D | sysfs.c | 234 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()
|
D | hub.c | 5089 (le16_to_cpu(udev->descriptor.bcdUSB) < 0x0300)) { in hub_port_init() 5098 if (le16_to_cpu(udev->descriptor.bcdUSB) >= 0x0201) { in hub_port_init() 5432 if (le16_to_cpu(udev->descriptor.bcdUSB) >= 0x0200 in hub_port_connect()
|
D | hcd.c | 984 if (le16_to_cpu(usb_dev->descriptor.bcdUSB) >= 0x0201) { in register_root_hub()
|
D | devio.c | 333 le16_to_cpus(&temp_desc.bcdUSB); in usbdev_read()
|
/Linux-v6.6/drivers/usb/host/ |
D | xhci-hub.c | 42 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-v6.6/drivers/usb/serial/ |
D | pl2303.c | 405 u16 bcdDevice, bcdUSB; in pl2303_detect_type() local 421 bcdUSB = le16_to_cpu(desc->bcdUSB); in pl2303_detect_type() 423 switch (bcdUSB) { in pl2303_detect_type()
|
/Linux-v6.6/drivers/usb/gadget/ |
D | configfs.c | 183 GI_DEVICE_DESC_SIMPLE_R_u16(bcdUSB); 225 u16 bcdUSB; in gadget_dev_desc_bcdUSB_store() local 228 ret = kstrtou16(page, 0, &bcdUSB); in gadget_dev_desc_bcdUSB_store() 231 ret = is_valid_bcd(bcdUSB); in gadget_dev_desc_bcdUSB_store() 235 to_gadget_info(item)->cdev.desc.bcdUSB = cpu_to_le16(bcdUSB); in gadget_dev_desc_bcdUSB_store() 359 CONFIGFS_ATTR(gadget_dev_desc_, bcdUSB);
|
D | composite.c | 916 qual->bcdUSB = cdev->desc.bcdUSB; in device_qual() 1835 cdev->desc.bcdUSB = cpu_to_le16(0x0320); in composite_setup() 1838 cdev->desc.bcdUSB = cpu_to_le16(0x0210); in composite_setup() 1842 cdev->desc.bcdUSB = cpu_to_le16(0x0201); in composite_setup() 1844 cdev->desc.bcdUSB = cpu_to_le16(0x0200); in composite_setup()
|
/Linux-v6.6/drivers/usb/gadget/udc/aspeed-vhub/ |
D | hub.c | 56 .bcdUSB = cpu_to_le16(0x0200), 73 .bcdUSB = cpu_to_le16(0x0200), 926 vhub->vhub_dev_desc.bcdUSB = cpu_to_le16(0x0100); in ast_vhub_fixup_usb1_dev_desc()
|
/Linux-v6.6/include/uapi/linux/usb/ |
D | ch9.h | 290 __le16 bcdUSB; member 731 __le16 bcdUSB; member
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | configfs-usb-gadget | 29 bcdUSB bcd USB specification version number
|
/Linux-v6.6/tools/usb/ |
D | testusb.c | 69 __u16 bcdUSB; member
|
/Linux-v6.6/drivers/usb/gadget/legacy/ |
D | dbgp.c | 39 .bcdUSB = cpu_to_le16(0x0200),
|
D | inode.c | 1286 qual.bcdUSB = cpu_to_le16 (0x0200); in make_qualifier() 1869 dev->dev->bcdUSB = cpu_to_le16 (0x0200); in dev_config()
|
/Linux-v6.6/drivers/net/usb/ |
D | qmi_wwan.c | 823 le16_to_cpu(dev->udev->descriptor.bcdUSB) >= 0x0201) { in qmi_wwan_bind() 860 if (le16_to_cpu(dev->udev->descriptor.bcdUSB) >= 0x0201) { in qmi_wwan_unbind()
|
/Linux-v6.6/drivers/usb/misc/ |
D | usbtest.c | 898 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-v6.6/drivers/net/wireless/marvell/libertas_tf/ |
D | if_usb.c | 169 le16_to_cpu(udev->descriptor.bcdUSB), in if_usb_probe()
|
/Linux-v6.6/Documentation/usb/ |
D | gadget_configfs.rst | 203 ./bcdUSB
|
/Linux-v6.6/drivers/net/wireless/marvell/libertas/ |
D | if_usb.c | 219 le16_to_cpu(udev->descriptor.bcdUSB), in if_usb_probe()
|
/Linux-v6.6/drivers/net/wireless/marvell/mwifiex/ |
D | usb.c | 431 le16_to_cpu(udev->descriptor.bcdUSB), in mwifiex_usb_probe()
|