| /openbmc/qemu/hw/usb/ |
| H A D | dev-hid.c | 84 .bInterfaceProtocol = 0x02, 115 .bInterfaceProtocol = 0x02, 145 .bInterfaceProtocol = 0x00, 175 .bInterfaceProtocol = 0x00, 206 .bInterfaceProtocol = 0x01, /* keyboard */ 237 .bInterfaceProtocol = 0x01, /* keyboard */
|
| H A D | desc.h | 54 uint8_t bInterfaceProtocol; member 155 uint8_t bInterfaceProtocol; member
|
| H A D | dev-storage.c | 63 .bInterfaceProtocol = 0x50, /* Bulk */ 98 .bInterfaceProtocol = 0x50, /* Bulk */ 133 .bInterfaceProtocol = 0x50, /* Bulk */
|
| H A D | u2f.c | 61 .bInterfaceProtocol = 0x0,
|
| H A D | dev-wacom.c | 136 .bInterfaceProtocol = 0x02,
|
| H A D | desc.c | 181 d->u.interface.bInterfaceProtocol = iface->bInterfaceProtocol; in usb_desc_iface()
|
| H A D | dev-uas.c | 186 .bInterfaceProtocol = 0x62, /* UAS */ 237 .bInterfaceProtocol = 0x62, /* UAS */
|
| H A D | dev-network.c | 121 .bInterfaceProtocol = USB_CDC_ACM_PROTO_VENDOR, 196 .bInterfaceProtocol = USB_CDC_PROTO_NONE,
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0014-add-u3-ss-descriptor-support-for-adb.patch | 123 + .bInterfaceProtocol = ADB_PROTOCOL, 150 + .bInterfaceProtocol = ADB_PROTOCOL, 177 + .bInterfaceProtocol = ADB_PROTOCOL, 200 - .bInterfaceProtocol = ADB_PROTOCOL, 232 - .bInterfaceProtocol = ADB_PROTOCOL,
|
| /openbmc/u-boot/drivers/usb/emul/ |
| H A D | sandbox_keyb.c | 87 .bInterfaceProtocol = USB_PROT_HID_KEYBOARD, 121 .bInterfaceProtocol = USB_PROT_HID_MOUSE,
|
| H A D | sandbox_hub.c | 74 .bInterfaceProtocol = US_PR_CB,
|
| H A D | sandbox_flash.c | 137 .bInterfaceProtocol = US_PR_BULK,
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/openct/ |
| H A D | etc-openct.udev.in-disablePROGRAM.patch | 28 …ATTR{bInterfaceClass}=="0b", ATTR{bInterfaceSubClass}=="00", ATTR{bInterfaceProtocol}=="00", ATTRS…
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | usbtty.c | 181 .bInterfaceProtocol = COMMUNICATIONS_V25TER_PROTOCOL, 236 .bInterfaceProtocol = DATA_INTERFACE_PROTOCOL_NONE, 314 .bInterfaceProtocol =
|
| /openbmc/u-boot/common/ |
| H A D | usb_kbd.c | 422 if (iface->desc.bInterfaceProtocol != USB_PROT_HID_KEYBOARD) 669 .bInterfaceProtocol = USB_PROT_HID_KEYBOARD,
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | ether.c | 415 .bInterfaceProtocol = USB_CDC_PROTO_NONE, 430 .bInterfaceProtocol = USB_CDC_ACM_PROTO_VENDOR, 575 .bInterfaceProtocol = 0, 590 .bInterfaceProtocol = 0, 610 .bInterfaceProtocol = 0, 636 .bInterfaceProtocol = 0,
|
| H A D | storage_common.c | 406 .bInterfaceProtocol = USB_PR_BULK, /* Adjusted during fsg_bind() */
|
| H A D | f_dfu.c | 76 .bInterfaceProtocol = 1, 663 d->bInterfaceProtocol = 2; in dfu_prepare_function()
|
| H A D | f_fastboot.c | 93 .bInterfaceProtocol = FASTBOOT_INTERFACE_PROTOCOL,
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | ehci.h | 90 unsigned char bInterfaceProtocol; member
|
| H A D | usb-uclass.c | 467 (id->bInterfaceProtocol != int_desc->bInterfaceProtocol)) in usb_match_one_id_intf()
|
| /openbmc/u-boot/drivers/usb/eth/ |
| H A D | usb_ether.c | 34 ueth->protocol = iface_desc->bInterfaceProtocol; in usb_ether_register()
|
| /openbmc/u-boot/include/ |
| H A D | usbdescriptors.h | 198 u8 bInterfaceProtocol; member
|
| /openbmc/u-boot/include/linux/usb/ |
| H A D | ch9.h | 357 __u8 bInterfaceProtocol; member
|
| /openbmc/u-boot/cmd/ |
| H A D | usb.c | 210 ifdesc->bInterfaceSubClass, ifdesc->bInterfaceProtocol); in usb_display_if_desc()
|