Home
last modified time | relevance | path

Searched refs:bDeviceProtocol (Results 1 – 25 of 59) sorted by relevance

123

/openbmc/linux/drivers/usb/core/
H A Dotg_productlist.h86 (id->bDeviceProtocol != dev->descriptor.bDeviceProtocol)) in is_targeted()
H A Dhub.h151 return hdev->descriptor.bDeviceProtocol == USB_HUB_PR_SS; in hub_is_superspeed()
156 return (hdev->descriptor.bDeviceProtocol == USB_HUB_PR_SS && in hub_is_superspeedplus()
/openbmc/qemu/hw/usb/
H A Ddesc.h16 uint8_t bDeviceProtocol; member
34 uint8_t bDeviceProtocol; member
113 uint8_t bDeviceProtocol; member
H A Ddesc.c36 d->u.device.bDeviceProtocol = dev->bDeviceProtocol; in usb_desc_device()
71 d->u.device_qualifier.bDeviceProtocol = dev->bDeviceProtocol; in usb_desc_device_qualifier()
/openbmc/u-boot/include/
H A Dusbdescriptors.h219 u8 bDeviceProtocol; member
238 u8 bDeviceProtocol; member
517 serial_printf("\tbDeviceProtocol %2.2x\n", d->bDeviceProtocol); in print_device_descriptor()
/openbmc/linux/drivers/usb/gadget/legacy/
H A Dg_ffs.c82 module_param_named(bDeviceProtocol, gfs_dev_desc.bDeviceProtocol, byte, 0644);
83 MODULE_PARM_DESC(bDeviceProtocol, "USB Device protocol");
H A Daudio.c179 .bDeviceProtocol = 0,
183 .bDeviceProtocol = 0x01,
H A Dncm.c52 .bDeviceProtocol = 0,
H A Dprinter.c73 .bDeviceProtocol = 0,
H A Dcdc2.c46 .bDeviceProtocol = 0,
H A Dacm_ms.c43 .bDeviceProtocol = 1,
H A Dserial.c69 .bDeviceProtocol = 0,
H A Dhid.c53 .bDeviceProtocol = 0,
H A Dether.c154 .bDeviceProtocol = 0,
/openbmc/u-boot/common/
H A Dusb_hub.c64 return hdev->descriptor.bDeviceProtocol == 3; in usb_hub_is_superspeed()
706 switch (dev->descriptor.bDeviceProtocol) { in usb_hub_configure()
726 dev->descriptor.bDeviceProtocol); in usb_hub_configure()
733 if (dev->descriptor.bDeviceProtocol != 0) { in usb_hub_configure()
/openbmc/linux/tools/usb/usbip/libsrc/
H A Dusbip_common.c120 udev->bDeviceProtocol); in dump_usb_device()
213 READ_ATTR(udev, uint8_t, sdev, bDeviceProtocol, "%02x\n"); in read_usb_device()
H A Dusbip_common.h125 uint8_t bDeviceProtocol; member
H A Dusbip_device_driver.c90 copy_descr_attr(dev, &descr, bDeviceProtocol); in read_usb_vudc_device()
/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_keyb.c56 .bDeviceProtocol = 0,
H A Dsandbox_hub.c43 .bDeviceProtocol = 0,
/openbmc/u-boot/include/linux/usb/
H A Dch9.h262 __u8 bDeviceProtocol; member
700 __u8 bDeviceProtocol; member
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c59 .bDeviceProtocol = 1,
76 .bDeviceProtocol = 0,
927 vhub->vhub_dev_desc.bDeviceProtocol = 0; in ast_vhub_fixup_usb1_dev_desc()
/openbmc/linux/include/uapi/linux/usb/
H A Dch9.h293 __u8 bDeviceProtocol; member
734 __u8 bDeviceProtocol; member
/openbmc/u-boot/drivers/usb/host/
H A Dusb-uclass.c436 (id->bDeviceProtocol != desc->bDeviceProtocol)) in usb_match_device()
/openbmc/linux/tools/usb/usbip/src/
H A Dusbip_list.c100 udev.bDeviceProtocol); in get_exported_devices()

123