/linux-4.1.27/drivers/usb/core/ |
H A D | sysfs.c | 185 u16 bcdUSB; version_show() local 188 bcdUSB = le16_to_cpu(udev->descriptor.bcdUSB); version_show() 189 return sprintf(buf, "%2x.%02x\n", bcdUSB >> 8, bcdUSB & 0xff); version_show()
|
H A D | devices.c | 378 u16 bcdUSB = le16_to_cpu(desc->bcdUSB); usb_dump_device_descriptor() local 384 bcdUSB >> 8, bcdUSB & 0xff, usb_dump_device_descriptor()
|
H A D | hcd.c | 135 0x00, 0x03, /* __le16 bcdUSB; v3.0 */ 156 0x50, 0x02, /* __le16 bcdUSB; v2.5 */ 177 0x00, 0x02, /* __le16 bcdUSB; v2.0 */ 200 0x10, 0x01, /* __le16 bcdUSB; v1.1 */ 1026 if (le16_to_cpu(usb_dev->descriptor.bcdUSB) >= 0x0201) { register_root_hub()
|
H A D | hub.c | 4483 (le16_to_cpu(udev->descriptor.bcdUSB) < 0x0300)) { hub_port_init() 4524 if (udev->wusb == 0 && le16_to_cpu(udev->descriptor.bcdUSB) >= 0x0201) { hub_port_init() 4758 if (le16_to_cpu(udev->descriptor.bcdUSB) >= 0x0200 hub_port_connect()
|
H A D | devio.c | 209 le16_to_cpus(&temp_desc.bcdUSB); usbdev_read()
|
/linux-4.1.27/drivers/usb/gadget/ |
H A D | configfs.c | 175 GI_DEVICE_DESC_SIMPLE_R_u16(bcdUSB); variable 217 u16 bcdUSB; gadget_dev_desc_bcdUSB_store() local 220 ret = kstrtou16(page, 0, &bcdUSB); gadget_dev_desc_bcdUSB_store() 223 ret = is_valid_bcd(bcdUSB); gadget_dev_desc_bcdUSB_store() 227 gi->cdev.desc.bcdUSB = cpu_to_le16(bcdUSB); gadget_dev_desc_bcdUSB_store() 294 GI_DEVICE_DESC_ITEM_ATTR(bcdUSB); variable
|
H A D | composite.c | 602 /* POLICY: same bcdUSB and device type info at both speeds */ device_qual() 603 qual->bcdUSB = cdev->desc.bcdUSB; device_qual() 1497 cdev->desc.bcdUSB = cpu_to_le16(0x0300); composite_setup() 1500 cdev->desc.bcdUSB = cpu_to_le16(0x0210); composite_setup()
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
H A D | acm_ms.c | 43 .bcdUSB = cpu_to_le16(0x0200),
|
H A D | cdc2.c | 46 .bcdUSB = cpu_to_le16(0x0200),
|
H A D | gmidi.c | 91 .bcdUSB = __constant_cpu_to_le16(0x0200),
|
H A D | hid.c | 51 .bcdUSB = cpu_to_le16(0x0200),
|
H A D | mass_storage.c | 58 .bcdUSB = cpu_to_le16(0x0200),
|
H A D | ncm.c | 52 .bcdUSB = cpu_to_le16 (0x0200),
|
H A D | printer.c | 76 .bcdUSB = cpu_to_le16(0x0200),
|
H A D | serial.c | 69 .bcdUSB = cpu_to_le16(0x0200),
|
H A D | audio.c | 127 .bcdUSB = __constant_cpu_to_le16(0x200),
|
H A D | dbgp.c | 38 .bcdUSB = __constant_cpu_to_le16(0x0200),
|
H A D | multi.c | 70 .bcdUSB = cpu_to_le16(0x0200),
|
H A D | nokia.c | 69 .bcdUSB = __constant_cpu_to_le16(0x0200),
|
H A D | webcam.c | 80 .bcdUSB = cpu_to_le16(0x0200),
|
H A D | g_ffs.c | 72 .bcdUSB = cpu_to_le16(0x0200),
|
H A D | zero.c | 116 .bcdUSB = cpu_to_le16(0x0200),
|
H A D | ether.c | 154 .bcdUSB = cpu_to_le16 (0x0200),
|
H A D | inode.c | 1258 qual.bcdUSB = cpu_to_le16 (0x0200); make_qualifier() 1824 dev->dev->bcdUSB = cpu_to_le16 (0x0200); dev_config()
|
H A D | tcm_usb_gadget.c | 2152 .bcdUSB = cpu_to_le16(0x0200),
|
/linux-4.1.27/drivers/net/wireless/libertas_tf/ |
H A D | if_usb.c | 165 lbtf_deb_usbd(&udev->dev, "bcdUSB = 0x%X bDeviceClass = 0x%X" if_usb_probe() 167 le16_to_cpu(udev->descriptor.bcdUSB), if_usb_probe()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
H A D | usb.c | 361 bcd_usb = le16_to_cpu(udev->descriptor.bcdUSB); mwifiex_usb_probe() 388 pr_debug("info: bcdUSB=%#x Device Class=%#x SubClass=%#x Protocol=%#x\n", mwifiex_usb_probe() 389 udev->descriptor.bcdUSB, udev->descriptor.bDeviceClass, mwifiex_usb_probe()
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | ftdi_sio.h | 444 * 2 bcdUSB 2 0x0110 USB Spec Release Number
|
/linux-4.1.27/tools/usb/ |
H A D | testusb.c | 82 __u16 bcdUSB; member in struct:usb_device_descriptor
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
H A D | if_usb.c | 219 lbs_deb_usbd(&udev->dev, "bcdUSB = 0x%X bDeviceClass = 0x%X" if_usb_probe() 221 le16_to_cpu(udev->descriptor.bcdUSB), if_usb_probe()
|
/linux-4.1.27/include/uapi/linux/usb/ |
H A D | ch9.h | 262 __le16 bcdUSB; member in struct:usb_device_descriptor 657 __le16 bcdUSB; member in struct:usb_qualifier_descriptor
|
/linux-4.1.27/drivers/usb/misc/ |
H A D | usbtest.c | 845 if (le16_to_cpu(udev->descriptor.bcdUSB) >= 0x0210) { ch9_postconfig() 942 if (le16_to_cpu(udev->descriptor.bcdUSB) == 0x0200) { ch9_postconfig() 1306 if (le16_to_cpu(udev->descriptor.bcdUSB) < 0x0201) test_ctrl_queue()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | f_printer.c | 167 .bcdUSB = cpu_to_le16(0x0200),
|
H A D | f_uac2.c | 605 .bcdUSB = cpu_to_le16(0x200),
|
/linux-4.1.27/drivers/staging/emxx_udc/ |
H A D | emxx_udc.c | 1407 .bcdUSB = cpu_to_le16(0x0200),
|