Home
last modified time | relevance | path

Searched refs:bInterfaceProtocol (Results 1 – 25 of 71) sorted by relevance

123

/Linux-v4.19/drivers/media/usb/uvc/
Duvc_driver.c2362 .bInterfaceProtocol = 0,
2371 .bInterfaceProtocol = 0,
2380 .bInterfaceProtocol = 0,
2389 .bInterfaceProtocol = 0,
2398 .bInterfaceProtocol = 0,
2407 .bInterfaceProtocol = 0 },
2415 .bInterfaceProtocol = 0 },
2423 .bInterfaceProtocol = 0 },
2431 .bInterfaceProtocol = 0 },
2439 .bInterfaceProtocol = 0 },
[all …]
/Linux-v4.19/drivers/hid/
Dhid-roccat-savu.c65 if (intf->cur_altsetting->desc.bInterfaceProtocol in savu_init_specials()
104 if (intf->cur_altsetting->desc.bInterfaceProtocol in savu_remove_specials()
175 if (intf->cur_altsetting->desc.bInterfaceProtocol in savu_raw_event()
Dhid-roccat-konepure.c85 if (intf->cur_altsetting->desc.bInterfaceProtocol in konepure_init_specials()
124 if (intf->cur_altsetting->desc.bInterfaceProtocol in konepure_remove_specials()
177 if (intf->cur_altsetting->desc.bInterfaceProtocol in konepure_raw_event()
Dhid-roccat-ryos.c93 if (intf->cur_altsetting->desc.bInterfaceProtocol in ryos_init_specials()
132 if (intf->cur_altsetting->desc.bInterfaceProtocol in ryos_remove_specials()
185 if (intf->cur_altsetting->desc.bInterfaceProtocol in ryos_raw_event()
Dhid-roccat-isku.c276 if (intf->cur_altsetting->desc.bInterfaceProtocol in isku_init_specials()
315 if (intf->cur_altsetting->desc.bInterfaceProtocol in isku_remove_specials()
404 if (intf->cur_altsetting->desc.bInterfaceProtocol in isku_raw_event()
Dhid-roccat-koneplus.c384 if (intf->cur_altsetting->desc.bInterfaceProtocol in koneplus_init_specials()
423 if (intf->cur_altsetting->desc.bInterfaceProtocol in koneplus_remove_specials()
516 if (intf->cur_altsetting->desc.bInterfaceProtocol in koneplus_raw_event()
Dhid-roccat-pyra.c403 if (intf->cur_altsetting->desc.bInterfaceProtocol in pyra_init_specials()
442 if (intf->cur_altsetting->desc.bInterfaceProtocol in pyra_remove_specials()
550 if (intf->cur_altsetting->desc.bInterfaceProtocol in pyra_raw_event()
Dhid-roccat-kovaplus.c453 if (intf->cur_altsetting->desc.bInterfaceProtocol in kovaplus_init_specials()
493 if (intf->cur_altsetting->desc.bInterfaceProtocol in kovaplus_remove_specials()
607 if (intf->cur_altsetting->desc.bInterfaceProtocol in kovaplus_raw_event()
Dhid-roccat-arvo.c296 if (intf->cur_altsetting->desc.bInterfaceProtocol in arvo_init_specials()
335 if (intf->cur_altsetting->desc.bInterfaceProtocol in arvo_remove_specials()
/Linux-v4.19/include/linux/usb/
Dcdc_ncm.h90 (x)->desc.bInterfaceProtocol == USB_CDC_PROTO_NONE)
91 #define cdc_ncm_data_intf_is_mbim(x) ((x)->desc.bInterfaceProtocol == USB_CDC_MBIM_PROTO_NTB)
/Linux-v4.19/drivers/usb/core/
Dgeneric.c35 && desc->bInterfaceProtocol == 0xff; in is_rndis()
42 && desc->bInterfaceProtocol == 1; in is_activesync()
/Linux-v4.19/drivers/net/usb/
Dcdc_ether.c40 desc->bInterfaceProtocol == 0xff); in is_rndis()
47 desc->bInterfaceProtocol == 1); in is_activesync()
54 desc->bInterfaceProtocol == 3); in is_wireless_rndis()
61 desc->bInterfaceProtocol == 1); in is_novatel_rndis()
578 .bInterfaceProtocol = USB_CDC_PROTO_NONE
/Linux-v4.19/drivers/usb/serial/
Dqcserial.c370 switch (intf->desc.bInterfaceProtocol) { in qcprobe()
393 intf->desc.bInterfaceProtocol); in qcprobe()
Dsafe_serial.c273 switch (desc->bInterfaceProtocol) { in safe_startup()
/Linux-v4.19/tools/usb/usbip/libsrc/
Dusbip_common.c106 uinf->bInterfaceProtocol); in dump_usb_interface()
261 READ_ATTR(uinf, uint8_t, sif, bInterfaceProtocol, "%02x\n"); in read_usb_interface()
Dusbip_common.h107 uint8_t bInterfaceProtocol; member
/Linux-v4.19/drivers/usb/storage/
Dusual-tables.c39 .bInterfaceProtocol = (pr), \
Duas-detect.h10 intf->desc.bInterfaceProtocol == USB_PR_UAS); in uas_is_interface()
Dusb.c452 intf->cur_altsetting->desc.bInterfaceProtocol); in associate_dev()
599 idesc->bInterfaceProtocol : in get_device_info()
640 us->protocol == idesc->bInterfaceProtocol) in get_device_info()
654 idesc->bInterfaceProtocol, in get_device_info()
/Linux-v4.19/tools/usb/
Dtestusb.c105 __u8 bInterfaceProtocol; member
159 && u.intf.bInterfaceProtocol == 0) in testdev_ffs_ifnum()
/Linux-v4.19/drivers/gpu/drm/udl/
Dudl_drv.c121 .bInterfaceProtocol = 0x00,
/Linux-v4.19/drivers/usb/gadget/function/
Df_uac2.c129 .bInterfaceProtocol = UAC_VERSION_2,
235 .bInterfaceProtocol = UAC_VERSION_2,
247 .bInterfaceProtocol = UAC_VERSION_2,
312 .bInterfaceProtocol = UAC_VERSION_2,
324 .bInterfaceProtocol = UAC_VERSION_2,
Df_ecm.c122 .bInterfaceProtocol = USB_CDC_PROTO_NONE,
166 .bInterfaceProtocol = 0,
181 .bInterfaceProtocol = 0,
Df_hid.c42 unsigned char bInterfaceProtocol; member
780 hidg_interface_desc.bInterfaceProtocol = hidg->bInterfaceProtocol; in hidg_bind()
1102 hidg->bInterfaceProtocol = opts->protocol; in hidg_alloc()
/Linux-v4.19/drivers/usb/class/
Dusblp.c1247 if (ifd->desc.bInterfaceProtocol < USBLP_FIRST_PROTOCOL || in usblp_select_alts()
1248 ifd->desc.bInterfaceProtocol > USBLP_LAST_PROTOCOL) in usblp_select_alts()
1252 if (ifd->desc.bInterfaceProtocol > 1) { in usblp_select_alts()
1272 usblp->protocol[ifd->desc.bInterfaceProtocol].alt_setting = in usblp_select_alts()
1274 usblp->protocol[ifd->desc.bInterfaceProtocol].epwrite = epwrite; in usblp_select_alts()
1275 usblp->protocol[ifd->desc.bInterfaceProtocol].epread = epread; in usblp_select_alts()

123