Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/usb/
H A Dulpt.c176 ((id->bInterfaceProtocol == UIPROTO_PRINTER_UNI) || in ulpt_match()
177 (id->bInterfaceProtocol == UIPROTO_PRINTER_BI) || in ulpt_match()
178 (id->bInterfaceProtocol == UIPROTO_PRINTER_1284))) in ulpt_match()
244 (id->bInterfaceProtocol == UIPROTO_PRINTER_BI /*|| in ulpt_attach()
H A Ducrcom.c69 id->bInterfaceProtocol == 1) in ucrcom_match()
H A Duhidev.c122 id->bInterfaceProtocol == UIPROTO_XBOX360_GAMEPAD) in uhidev_match()
126 id->bInterfaceProtocol == UIPROTO_XBOXONE_GAMEPAD) { in uhidev_match()
367 id->bInterfaceProtocol == UIPROTO_XBOX360_GAMEPAD)) { in uhidev_use_rdesc()
373 id->bInterfaceProtocol == UIPROTO_XBOXONE_GAMEPAD)) { in uhidev_use_rdesc()
H A Dumodem.c241 (id->bInterfaceProtocol == UIPROTO_CDC_AT || in umodem_match()
242 id->bInterfaceProtocol == UIPROTO_CDC_NOCLASS)) in umodem_match()
H A Dumsm.c351 id->bInterfaceProtocol == 0x01) || in umsm_match()
353 id->bInterfaceProtocol == 0x00)))) { in umsm_match()
H A Duonerng.c188 id->bInterfaceProtocol == UIPROTO_CDC_AT) { in uonerng_attach()
H A Dumass.c277 switch (id->bInterfaceProtocol) { in umass_match()
327 switch (id->bInterfaceProtocol) { in umass_attach()
342 id->bInterfaceProtocol)); in umass_attach()
H A Dutpms.c275 id->bInterfaceProtocol != UIPROTO_BOOT_MOUSE) in utpms_match()
H A Dusb.h222 uByte bInterfaceProtocol; member
H A Dubcmtp.c401 if (id->bInterfaceProtocol == UIPROTO_BOOT_MOUSE) in ubcmtp_match()
H A Dif_urndis.c1323 uc->protocol == id->bInterfaceProtocol) in urndis_lookup()
H A Dif_umb.c333 id->bInterfaceProtocol == 0)
532 id->bInterfaceProtocol == UIPROTO_DATA_MBIM && in umb_attach()
H A Duvideo.c2724 printf("bInterfaceProtocol=0x%02x\n", d->bInterfaceProtocol); in uvideo_dump_desc_frame()
/openbsd-src/sys/dev/usb/dwc2/
H A Ddwc2.c583 .bInterfaceProtocol = UIPROTO_HSHUBSTT,