Searched refs:bDeviceProtocol (Results 1 - 12 of 12) sorted by last modified time

/u-boot/drivers/usb/host/
H A Dusb-uclass.c468 (id->bDeviceProtocol != desc->bDeviceProtocol))
/u-boot/drivers/usb/gadget/
H A Dether.c333 .bDeviceProtocol = 0,
H A Dcomposite.c345 qual->bDeviceProtocol = cdev->desc.bDeviceProtocol;
/u-boot/drivers/usb/emul/
H A Dsandbox_flash.c69 .bDeviceProtocol = 0,
H A Dsandbox_hub.c43 .bDeviceProtocol = 0,
H A Dsandbox_keyb.c56 .bDeviceProtocol = 0,
/u-boot/drivers/serial/
H A Dusbtty.c112 .bDeviceProtocol = 0x00,
/u-boot/common/
H A Dusb_hub.c70 return hdev->descriptor.bDeviceProtocol == 3;
712 switch (dev->descriptor.bDeviceProtocol) {
732 dev->descriptor.bDeviceProtocol);
739 if (dev->descriptor.bDeviceProtocol != 0) {
/u-boot/cmd/
H A Dusb.c169 dev->descriptor.bDeviceProtocol);
/u-boot/include/
H A Dusb.h447 * @bDeviceProtocol: Protocol of device; associated with bDeviceClass.
487 u8 bDeviceProtocol; member in struct:usb_device_id
H A Dusbdescriptors.h219 u8 bDeviceProtocol; member in struct:usb_device_descriptor
502 serial_printf("\tbDeviceProtocol %2.2x\n", d->bDeviceProtocol);
/u-boot/include/linux/usb/
H A Dch9.h262 __u8 bDeviceProtocol; member in struct:usb_device_descriptor
700 __u8 bDeviceProtocol; member in struct:usb_qualifier_descriptor

Completed in 118 milliseconds