Searched refs:bcdUSB (Results 1 – 18 of 18) sorted by relevance
/linux/drivers/usb/core/ |
H A 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()
|
H A D | hub.c | 5163 (le16_to_cpu(udev->descriptor.bcdUSB) < 0x0300)) { in hub_port_init() 5172 if (le16_to_cpu(udev->descriptor.bcdUSB) >= 0x0201) { in hub_port_init() 5506 if (le16_to_cpu(udev->descriptor.bcdUSB) >= 0x0200 in hub_port_connect()
|
H A D | hcd.c | 982 if (le16_to_cpu(usb_dev->descriptor.bcdUSB) >= 0x0201) { in register_root_hub()
|
/linux/drivers/usb/host/ |
H A D | xhci-hub.c | 43 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/gadget/ |
H A D | configfs.c | 186 GI_DEVICE_DESC_SIMPLE_R_u16(bcdUSB); 228 u16 bcdUSB; in gadget_dev_desc_bcdUSB_store() local 231 ret = kstrtou16(page, 0, &bcdUSB); in gadget_dev_desc_bcdUSB_store() 234 ret = is_valid_bcd(bcdUSB); in gadget_dev_desc_bcdUSB_store() 238 to_gadget_info(item)->cdev.desc.bcdUSB = cpu_to_le16(bcdUSB); in gadget_dev_desc_bcdUSB_store() 362 CONFIGFS_ATTR(gadget_dev_desc_, bcdUSB);
|
H A D | composite.c | 916 qual->bcdUSB = cdev->desc.bcdUSB; in device_qual() 1836 cdev->desc.bcdUSB = cpu_to_le16(0x0320); in composite_setup() 1839 cdev->desc.bcdUSB = cpu_to_le16(0x0210); in composite_setup() 1843 cdev->desc.bcdUSB = cpu_to_le16(0x0201); in composite_setup() 1845 cdev->desc.bcdUSB = cpu_to_le16(0x0200); in composite_setup()
|
/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 57 .bcdUSB = cpu_to_le16(0x0200), 74 .bcdUSB = cpu_to_le16(0x0200), 927 vhub->vhub_dev_desc.bcdUSB = cpu_to_le16(0x0100); in ast_vhub_fixup_usb1_dev_desc()
|
/linux/include/uapi/linux/usb/ |
H A D | ch9.h | 293 __le16 bcdUSB; member 735 __le16 bcdUSB; member
|
/linux/Documentation/ABI/testing/ |
H A D | configfs-usb-gadget | 29 bcdUSB bcd USB specification version number
|
H A D | sysfs-bus-usb | 453 request the BOS from a device if its bcdUSB is less than 0x0201.
|
/linux/tools/usb/ |
H A D | testusb.c | 69 __u16 bcdUSB; member
|
/linux/drivers/usb/gadget/legacy/ |
H A D | dbgp.c | 39 .bcdUSB = cpu_to_le16(0x0200),
|
H A D | inode.c | 1292 qual.bcdUSB = cpu_to_le16 (0x0200); in make_qualifier() 1884 dev->dev->bcdUSB = cpu_to_le16 (0x0200); in dev_config()
|
/linux/drivers/net/usb/ |
H A D | qmi_wwan.c | 816 le16_to_cpu(dev->udev->descriptor.bcdUSB) >= 0x0201) { in qmi_wwan_bind() 853 if (le16_to_cpu(dev->udev->descriptor.bcdUSB) >= 0x0201) { in qmi_wwan_unbind()
|
/linux/drivers/net/wireless/marvell/libertas_tf/ |
H A D | if_usb.c | 169 le16_to_cpu(udev->descriptor.bcdUSB), in if_usb_probe()
|
/linux/drivers/net/wireless/marvell/libertas/ |
H A D | if_usb.c | 219 le16_to_cpu(udev->descriptor.bcdUSB), in if_usb_probe()
|
/linux/Documentation/usb/ |
H A D | gadget_configfs.rst | 203 ./bcdUSB
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | usb.c | 431 le16_to_cpu(udev->descriptor.bcdUSB), in mwifiex_usb_probe()
|