Searched refs:bcdUSB (Results 1 – 16 of 16) sorted by relevance
/drivers/usb/core/ |
D | devices.c | 352 u16 bcdUSB = le16_to_cpu(desc->bcdUSB); in usb_dump_device_descriptor() local 358 bcdUSB >> 8, bcdUSB & 0xff, in usb_dump_device_descriptor()
|
D | sysfs.c | 233 u16 bcdUSB; in version_show() local 236 bcdUSB = le16_to_cpu(udev->descriptor.bcdUSB); in version_show() 237 return sprintf(buf, "%2x.%02x\n", bcdUSB >> 8, bcdUSB & 0xff); in version_show()
|
D | hub.h | 142 le16_to_cpu(hdev->descriptor.bcdUSB) >= 0x0310 && in hub_is_superspeedplus()
|
D | hub.c | 4797 (le16_to_cpu(udev->descriptor.bcdUSB) < 0x0300)) { in hub_port_init() 4838 if (udev->wusb == 0 && le16_to_cpu(udev->descriptor.bcdUSB) >= 0x0201) { in hub_port_init() 5073 if (le16_to_cpu(udev->descriptor.bcdUSB) >= 0x0200 in hub_port_connect()
|
D | hcd.c | 996 if (le16_to_cpu(usb_dev->descriptor.bcdUSB) >= 0x0201) { in register_root_hub()
|
D | devio.c | 304 le16_to_cpus(&temp_desc.bcdUSB); in usbdev_read()
|
/drivers/usb/gadget/ |
D | configfs.c | 210 GI_DEVICE_DESC_SIMPLE_R_u16(bcdUSB); 252 u16 bcdUSB; in gadget_dev_desc_bcdUSB_store() local 255 ret = kstrtou16(page, 0, &bcdUSB); in gadget_dev_desc_bcdUSB_store() 258 ret = is_valid_bcd(bcdUSB); in gadget_dev_desc_bcdUSB_store() 262 to_gadget_info(item)->cdev.desc.bcdUSB = cpu_to_le16(bcdUSB); in gadget_dev_desc_bcdUSB_store() 365 CONFIGFS_ATTR(gadget_dev_desc_, bcdUSB);
|
D | composite.c | 738 qual->bcdUSB = cdev->desc.bcdUSB; in device_qual() 1618 cdev->desc.bcdUSB = cpu_to_le16(0x0320); in composite_setup() 1621 cdev->desc.bcdUSB = cpu_to_le16(0x0210); in composite_setup() 1625 cdev->desc.bcdUSB = cpu_to_le16(0x0201); in composite_setup() 1627 cdev->desc.bcdUSB = cpu_to_le16(0x0200); in composite_setup()
|
/drivers/usb/gadget/udc/aspeed-vhub/ |
D | hub.c | 61 .bcdUSB = cpu_to_le16(0x0200), 78 desc->bcdUSB = cpu_to_le16(0x0100); in ast_vhub_patch_dev_desc_usb1()
|
/drivers/usb/gadget/legacy/ |
D | dbgp.c | 39 .bcdUSB = cpu_to_le16(0x0200),
|
D | inode.c | 1284 qual.bcdUSB = cpu_to_le16 (0x0200); in make_qualifier() 1856 dev->dev->bcdUSB = cpu_to_le16 (0x0200); in dev_config()
|
/drivers/net/usb/ |
D | qmi_wwan.c | 796 le16_to_cpu(dev->udev->descriptor.bcdUSB) >= 0x0201) { in qmi_wwan_bind() 830 if (le16_to_cpu(dev->udev->descriptor.bcdUSB) >= 0x0201) { in qmi_wwan_unbind()
|
/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()
|
/drivers/net/wireless/marvell/libertas_tf/ |
D | if_usb.c | 169 le16_to_cpu(udev->descriptor.bcdUSB), in if_usb_probe()
|
/drivers/net/wireless/marvell/libertas/ |
D | if_usb.c | 219 le16_to_cpu(udev->descriptor.bcdUSB), in if_usb_probe()
|
/drivers/net/wireless/marvell/mwifiex/ |
D | usb.c | 442 le16_to_cpu(udev->descriptor.bcdUSB), in mwifiex_usb_probe()
|