| /freebsd-13.1/sys/dev/usb/template/ |
| H A D | usb_template_phone.c | 169 .bInterfaceProtocol = 0, 226 .bInterfaceProtocol = 0, 235 .bInterfaceProtocol = 0, 283 .bInterfaceProtocol = 0, 292 .bInterfaceProtocol = 0, 334 .bInterfaceProtocol = 0,
|
| H A D | usb_template_multi.c | 206 .bInterfaceProtocol = UIPROTO_CDC_NONE, 220 .bInterfaceProtocol = 0, 228 .bInterfaceProtocol = 0, 310 .bInterfaceProtocol = UIPROTO_CDC_NONE, 318 .bInterfaceProtocol = 0, 357 .bInterfaceProtocol = UIPROTO_MASS_BBB,
|
| H A D | usb_template_audio.c | 213 .bInterfaceProtocol = 0, 271 .bInterfaceProtocol = 0, 280 .bInterfaceProtocol = 0, 329 .bInterfaceProtocol = 0, 338 .bInterfaceProtocol = 0,
|
| H A D | usb_template_serialnet.c | 203 .bInterfaceProtocol = UIPROTO_CDC_NONE, 217 .bInterfaceProtocol = 0, 225 .bInterfaceProtocol = 0, 307 .bInterfaceProtocol = UIPROTO_CDC_NONE, 315 .bInterfaceProtocol = 0,
|
| H A D | usb_template_cdce.c | 186 .bInterfaceProtocol = 0, 200 .bInterfaceProtocol = 0, 208 .bInterfaceProtocol = 0,
|
| H A D | usb_template_midi.c | 108 .bInterfaceProtocol = 0, 190 .bInterfaceProtocol = 0,
|
| H A D | usb_template_modem.c | 181 .bInterfaceProtocol = UIPROTO_CDC_NONE, 189 .bInterfaceProtocol = UIPROTO_CDC_NONE,
|
| H A D | usb_template.h | 73 uint8_t bInterfaceProtocol; member
|
| H A D | usb_template_msc.c | 134 .bInterfaceProtocol = UIPROTO_MASS_BBB,
|
| H A D | usb_template_cdceem.c | 135 .bInterfaceProtocol = UIPROTO_CDC_EEM,
|
| H A D | usb_template_mouse.c | 147 .bInterfaceProtocol = UIPROTO_MOUSE,
|
| H A D | usb_template_kbd.c | 149 .bInterfaceProtocol = UIPROTO_BOOT_KEYBOARD,
|
| H A D | usb_template_mtp.c | 156 .bInterfaceProtocol = 1, /* PIMA 15740 */
|
| /freebsd-13.1/sys/dev/usb/ |
| H A D | usb_lookup.c | 124 (id->bInterfaceProtocol != info->bInterfaceProtocol)) { in usbd_lookup_id_by_info()
|
| H A D | usbdi.h | 318 uint8_t bInterfaceProtocol; member 391 .match_flag_int_protocol = 1, .bInterfaceProtocol = (ip) 415 uint8_t bInterfaceProtocol; member
|
| H A D | usb_device.c | 1515 uaa.info.bInterfaceProtocol = in usb_probe_and_attach() 1516 iface->idesc->bInterfaceProtocol; in usb_probe_and_attach() 1525 uaa.info.bInterfaceProtocol, in usb_probe_and_attach() 2769 iface->idesc->bInterfaceProtocol); in usb_notify_addq()
|
| /freebsd-13.1/stand/usb/storage/ |
| H A D | umass_common.c | 68 uaa->info.bInterfaceProtocol != UIPROTO_MASS_BBB || in umass_probe()
|
| /freebsd-13.1/sys/dev/usb/serial/ |
| H A D | u3g.c | 644 uint8_t bInterfaceProtocol) in u3g_huawei_is_cdce() argument 657 switch (bInterfaceProtocol) { in u3g_huawei_is_cdce() 667 switch (bInterfaceProtocol) { in u3g_huawei_is_cdce() 894 uaa->info.bInterfaceProtocol)) { in u3g_probe() 941 id->bInterfaceSubClass, id->bInterfaceProtocol)) in u3g_attach()
|
| /freebsd-13.1/sys/dev/usb/input/ |
| H A D | uhid.c | 715 (((uaa->info.bInterfaceProtocol == UIPROTO_BOOT_KEYBOARD) && in uhid_probe() 717 ((uaa->info.bInterfaceProtocol == UIPROTO_MOUSE) && in uhid_probe() 800 (uaa->info.bInterfaceProtocol == UIPROTO_XBOX360_GAMEPAD)) { in uhid_attach()
|
| /freebsd-13.1/lib/libusb/ |
| H A D | usb.h | 131 uint8_t bInterfaceProtocol; member
|
| H A D | libusb10_desc.c | 230 ifd->bInterfaceProtocol = pinf->desc.bInterfaceProtocol; in libusb_get_config_descriptor()
|
| H A D | libusb01.c | 390 bifc->bInterfaceProtocol = aifc->desc.bInterfaceProtocol; in usb_parse_iface_sub()
|
| /freebsd-13.1/sys/dev/usb/gadget/ |
| H A D | g_keyboard.c | 221 (uaa->info.bInterfaceProtocol == UPROTO_BOOT_KEYBOARD)) in g_keyboard_probe()
|
| H A D | g_mouse.c | 269 (uaa->info.bInterfaceProtocol == UIPROTO_MOUSE)) in g_mouse_probe()
|
| H A D | g_modem.c | 269 (uaa->info.bInterfaceProtocol == UIPROTO_CDC_AT)) in g_modem_probe()
|