/openbmc/linux/drivers/media/usb/uvc/ |
H A D | uvc_driver.c | 2500 .bInterfaceProtocol = 0, 2509 .bInterfaceProtocol = 0, 2518 .bInterfaceProtocol = UVC_PC_PROTOCOL_15, 2527 .bInterfaceProtocol = UVC_PC_PROTOCOL_15, 2538 .bInterfaceProtocol = UVC_PC_PROTOCOL_15, 2549 .bInterfaceProtocol = 0, 2558 .bInterfaceProtocol = 0, 2567 .bInterfaceProtocol = 0, 2576 .bInterfaceProtocol = 0, 2585 .bInterfaceProtocol = 0, [all …]
|
/openbmc/linux/drivers/hid/ |
H A D | hid-roccat-savu.c | 65 if (intf->cur_altsetting->desc.bInterfaceProtocol in savu_init_specials() 104 if (intf->cur_altsetting->desc.bInterfaceProtocol in savu_remove_specials() 178 if (intf->cur_altsetting->desc.bInterfaceProtocol in savu_raw_event()
|
H A D | hid-roccat-konepure.c | 85 if (intf->cur_altsetting->desc.bInterfaceProtocol in konepure_init_specials() 124 if (intf->cur_altsetting->desc.bInterfaceProtocol in konepure_remove_specials() 180 if (intf->cur_altsetting->desc.bInterfaceProtocol in konepure_raw_event()
|
H A D | hid-roccat-ryos.c | 93 if (intf->cur_altsetting->desc.bInterfaceProtocol in ryos_init_specials() 132 if (intf->cur_altsetting->desc.bInterfaceProtocol in ryos_remove_specials() 188 if (intf->cur_altsetting->desc.bInterfaceProtocol in ryos_raw_event()
|
H A D | hid-roccat-isku.c | 276 if (intf->cur_altsetting->desc.bInterfaceProtocol in isku_init_specials() 315 if (intf->cur_altsetting->desc.bInterfaceProtocol in isku_remove_specials() 407 if (intf->cur_altsetting->desc.bInterfaceProtocol in isku_raw_event()
|
H A D | hid-roccat-koneplus.c | 384 if (intf->cur_altsetting->desc.bInterfaceProtocol in koneplus_init_specials() 423 if (intf->cur_altsetting->desc.bInterfaceProtocol in koneplus_remove_specials() 519 if (intf->cur_altsetting->desc.bInterfaceProtocol in koneplus_raw_event()
|
H A D | hid-roccat-pyra.c | 403 if (intf->cur_altsetting->desc.bInterfaceProtocol in pyra_init_specials() 442 if (intf->cur_altsetting->desc.bInterfaceProtocol in pyra_remove_specials() 553 if (intf->cur_altsetting->desc.bInterfaceProtocol in pyra_raw_event()
|
/openbmc/linux/drivers/usb/core/ |
H A D | generic.c | 36 && desc->bInterfaceProtocol == 0xff; in is_rndis() 43 && desc->bInterfaceProtocol == 1; in is_activesync() 53 return desc->bInterfaceProtocol == UAC_VERSION_3; in is_uac3_config()
|
/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 */
|
/openbmc/linux/include/linux/usb/ |
H A D | cdc_ncm.h | 93 (x)->desc.bInterfaceProtocol == USB_CDC_PROTO_NONE) 94 #define cdc_ncm_data_intf_is_mbim(x) ((x)->desc.bInterfaceProtocol == USB_CDC_MBIM_PROTO_NTB)
|
/openbmc/linux/drivers/net/usb/ |
H A D | cdc_ether.c | 28 desc->bInterfaceProtocol == 0xff); in is_rndis() 35 desc->bInterfaceProtocol == 1); in is_activesync() 42 desc->bInterfaceProtocol == 3); in is_wireless_rndis() 49 desc->bInterfaceProtocol == 1); in is_novatel_rndis() 585 .bInterfaceProtocol = USB_CDC_PROTO_NONE 590 .bInterfaceProtocol = USB_CDC_PROTO_NONE
|
H A D | zaurus.c | 257 .bInterfaceProtocol = USB_CDC_PROTO_NONE 262 .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,
|
/openbmc/linux/sound/usb/ |
H A D | implicit.c | 123 alts->desc.bInterfaceProtocol != UAC_VERSION_2 || in add_generic_uac2_implicit_fb() 139 alts->desc.bInterfaceProtocol != 2) || in roland_sanity_check_iface() 327 alts->desc.bInterfaceProtocol == UAC_VERSION_2 && in audioformat_implicit_fb_quirk()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | qcserial.c | 380 switch (intf->desc.bInterfaceProtocol) { in qcprobe() 403 intf->desc.bInterfaceProtocol); in qcprobe()
|
/openbmc/linux/tools/usb/usbip/libsrc/ |
H A D | usbip_common.c | 106 uinf->bInterfaceProtocol); in dump_usb_interface() 263 READ_ATTR(uinf, uint8_t, sif, bInterfaceProtocol, "%02x\n"); in read_usb_interface()
|
H A D | usbip_common.h | 107 uint8_t bInterfaceProtocol; member
|
/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/linux/drivers/usb/storage/ |
H A D | usual-tables.c | 39 .bInterfaceProtocol = (pr), \
|
H A D | usb.c | 452 intf->cur_altsetting->desc.bInterfaceProtocol); in associate_dev() 602 idesc->bInterfaceProtocol : in get_device_info() 643 us->protocol == idesc->bInterfaceProtocol) in get_device_info() 657 idesc->bInterfaceProtocol, in get_device_info()
|
/openbmc/linux/drivers/usb/class/ |
H A D | usblp.c | 1284 if (ifd->desc.bInterfaceProtocol < USBLP_FIRST_PROTOCOL || in usblp_select_alts() 1285 ifd->desc.bInterfaceProtocol > USBLP_LAST_PROTOCOL) in usblp_select_alts() 1289 if (ifd->desc.bInterfaceProtocol > 1) { in usblp_select_alts() 1309 usblp->protocol[ifd->desc.bInterfaceProtocol].alt_setting = in usblp_select_alts() 1311 usblp->protocol[ifd->desc.bInterfaceProtocol].epwrite = epwrite; in usblp_select_alts() 1312 usblp->protocol[ifd->desc.bInterfaceProtocol].epread = epread; in usblp_select_alts()
|
/openbmc/linux/tools/usb/ |
H A D | testusb.c | 92 __u8 bInterfaceProtocol; member 152 && u.intf.bInterfaceProtocol == 0) in testdev_ffs_ifnum()
|