Searched refs:bInterfaceProtocol (Results 1 - 25 of 69) sorted by relevance

123

/linux-master/drivers/media/usb/uvc/
H A Duvc_driver.c2437 .bInterfaceProtocol = 0,
2446 .bInterfaceProtocol = 0,
2455 .bInterfaceProtocol = UVC_PC_PROTOCOL_15,
2464 .bInterfaceProtocol = 0,
2473 .bInterfaceProtocol = 0,
2482 .bInterfaceProtocol = 0,
2491 .bInterfaceProtocol = 0,
2500 .bInterfaceProtocol = 0,
2509 .bInterfaceProtocol = 0,
2518 .bInterfaceProtocol
[all...]
/linux-master/drivers/hid/
H A Dhid-roccat-konepure.c85 if (intf->cur_altsetting->desc.bInterfaceProtocol
124 if (intf->cur_altsetting->desc.bInterfaceProtocol
180 if (intf->cur_altsetting->desc.bInterfaceProtocol
H A Dhid-roccat-savu.c65 if (intf->cur_altsetting->desc.bInterfaceProtocol
104 if (intf->cur_altsetting->desc.bInterfaceProtocol
178 if (intf->cur_altsetting->desc.bInterfaceProtocol
H A Dhid-roccat-ryos.c93 if (intf->cur_altsetting->desc.bInterfaceProtocol
132 if (intf->cur_altsetting->desc.bInterfaceProtocol
188 if (intf->cur_altsetting->desc.bInterfaceProtocol
H A Dhid-roccat-isku.c276 if (intf->cur_altsetting->desc.bInterfaceProtocol
315 if (intf->cur_altsetting->desc.bInterfaceProtocol
407 if (intf->cur_altsetting->desc.bInterfaceProtocol
H A Dhid-roccat-kovaplus.c453 if (intf->cur_altsetting->desc.bInterfaceProtocol
493 if (intf->cur_altsetting->desc.bInterfaceProtocol
610 if (intf->cur_altsetting->desc.bInterfaceProtocol
H A Dhid-roccat-pyra.c403 if (intf->cur_altsetting->desc.bInterfaceProtocol
442 if (intf->cur_altsetting->desc.bInterfaceProtocol
553 if (intf->cur_altsetting->desc.bInterfaceProtocol
H A Dhid-roccat-koneplus.c384 if (intf->cur_altsetting->desc.bInterfaceProtocol
423 if (intf->cur_altsetting->desc.bInterfaceProtocol
519 if (intf->cur_altsetting->desc.bInterfaceProtocol
H A Dhid-roccat-arvo.c296 if (intf->cur_altsetting->desc.bInterfaceProtocol
335 if (intf->cur_altsetting->desc.bInterfaceProtocol
/linux-master/drivers/usb/core/
H A Dgeneric.c36 && desc->bInterfaceProtocol == 0xff;
43 && desc->bInterfaceProtocol == 1;
53 return desc->bInterfaceProtocol == UAC_VERSION_3;
/linux-master/include/linux/usb/
H A Dcdc_ncm.h93 (x)->desc.bInterfaceProtocol == USB_CDC_PROTO_NONE)
94 #define cdc_ncm_data_intf_is_mbim(x) ((x)->desc.bInterfaceProtocol == USB_CDC_MBIM_PROTO_NTB)
/linux-master/drivers/net/usb/
H A Dcdc_ether.c28 desc->bInterfaceProtocol == 0xff);
35 desc->bInterfaceProtocol == 1);
42 desc->bInterfaceProtocol == 3);
49 desc->bInterfaceProtocol == 1);
585 .bInterfaceProtocol = USB_CDC_PROTO_NONE
590 .bInterfaceProtocol = USB_CDC_PROTO_NONE
H A Dzaurus.c257 .bInterfaceProtocol = USB_CDC_PROTO_NONE
262 .bInterfaceProtocol = USB_CDC_PROTO_NONE
/linux-master/tools/usb/usbip/libsrc/
H A Dusbip_common.h107 uint8_t bInterfaceProtocol; member in struct:usbip_usb_interface
H A Dusbip_common.c106 uinf->bInterfaceProtocol);
263 READ_ATTR(uinf, uint8_t, sif, bInterfaceProtocol, "%02x\n");
/linux-master/drivers/gpu/drm/udl/
H A Dudl_drv.c144 .bInterfaceProtocol = 0x00,
/linux-master/drivers/usb/storage/
H A Duas-detect.h10 intf->desc.bInterfaceProtocol == USB_PR_UAS);
H A Dusb.c440 intf->cur_altsetting->desc.bInterfaceProtocol);
590 idesc->bInterfaceProtocol :
631 us->protocol == idesc->bInterfaceProtocol)
645 idesc->bInterfaceProtocol,
/linux-master/sound/usb/
H A Dimplicit.c123 alts->desc.bInterfaceProtocol != UAC_VERSION_2 ||
139 alts->desc.bInterfaceProtocol != 2) ||
327 alts->desc.bInterfaceProtocol == UAC_VERSION_2 &&
/linux-master/tools/usb/
H A Dtestusb.c92 __u8 bInterfaceProtocol; member in struct:usb_interface_descriptor
152 && u.intf.bInterfaceProtocol == 0)
/linux-master/drivers/usb/class/
H A Dusblp.c1284 if (ifd->desc.bInterfaceProtocol < USBLP_FIRST_PROTOCOL ||
1285 ifd->desc.bInterfaceProtocol > USBLP_LAST_PROTOCOL)
1289 if (ifd->desc.bInterfaceProtocol > 1) {
1309 usblp->protocol[ifd->desc.bInterfaceProtocol].alt_setting =
1311 usblp->protocol[ifd->desc.bInterfaceProtocol].epwrite = epwrite;
1312 usblp->protocol[ifd->desc.bInterfaceProtocol].epread = epread;
/linux-master/drivers/usb/serial/
H A Dqcserial.c378 switch (intf->desc.bInterfaceProtocol) {
401 intf->desc.bInterfaceProtocol);
/linux-master/tools/usb/usbip/src/
H A Dusbip_list.c118 uintf.bInterfaceProtocol);
/linux-master/include/linux/
H A Dusb.h1024 * @pr: bInterfaceProtocol value
1034 .bInterfaceProtocol = (pr)
1071 * @pr: bInterfaceProtocol value
1080 .bInterfaceProtocol = (pr)
1088 * @pr: bInterfaceProtocol value
1103 .bInterfaceProtocol = (pr)
1110 * @pr: bInterfaceProtocol value
1124 .bInterfaceProtocol = (pr)
/linux-master/drivers/usb/host/
H A Dxhci-dbgcap.h140 u8 bInterfaceProtocol; member in struct:xhci_dbc

Completed in 252 milliseconds

123