Home
last modified time | relevance | path

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

123

/freebsd-13.1/sys/dev/usb/template/
H A Dusb_template_phone.c169 .bInterfaceProtocol = 0,
226 .bInterfaceProtocol = 0,
235 .bInterfaceProtocol = 0,
283 .bInterfaceProtocol = 0,
292 .bInterfaceProtocol = 0,
334 .bInterfaceProtocol = 0,
H A Dusb_template_multi.c206 .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 Dusb_template_audio.c213 .bInterfaceProtocol = 0,
271 .bInterfaceProtocol = 0,
280 .bInterfaceProtocol = 0,
329 .bInterfaceProtocol = 0,
338 .bInterfaceProtocol = 0,
H A Dusb_template_serialnet.c203 .bInterfaceProtocol = UIPROTO_CDC_NONE,
217 .bInterfaceProtocol = 0,
225 .bInterfaceProtocol = 0,
307 .bInterfaceProtocol = UIPROTO_CDC_NONE,
315 .bInterfaceProtocol = 0,
H A Dusb_template_cdce.c186 .bInterfaceProtocol = 0,
200 .bInterfaceProtocol = 0,
208 .bInterfaceProtocol = 0,
H A Dusb_template_midi.c108 .bInterfaceProtocol = 0,
190 .bInterfaceProtocol = 0,
H A Dusb_template_modem.c181 .bInterfaceProtocol = UIPROTO_CDC_NONE,
189 .bInterfaceProtocol = UIPROTO_CDC_NONE,
H A Dusb_template.h73 uint8_t bInterfaceProtocol; member
H A Dusb_template_msc.c134 .bInterfaceProtocol = UIPROTO_MASS_BBB,
H A Dusb_template_cdceem.c135 .bInterfaceProtocol = UIPROTO_CDC_EEM,
H A Dusb_template_mouse.c147 .bInterfaceProtocol = UIPROTO_MOUSE,
H A Dusb_template_kbd.c149 .bInterfaceProtocol = UIPROTO_BOOT_KEYBOARD,
H A Dusb_template_mtp.c156 .bInterfaceProtocol = 1, /* PIMA 15740 */
/freebsd-13.1/sys/dev/usb/
H A Dusb_lookup.c124 (id->bInterfaceProtocol != info->bInterfaceProtocol)) { in usbd_lookup_id_by_info()
H A Dusbdi.h318 uint8_t bInterfaceProtocol; member
391 .match_flag_int_protocol = 1, .bInterfaceProtocol = (ip)
415 uint8_t bInterfaceProtocol; member
H A Dusb_device.c1515 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 Dumass_common.c68 uaa->info.bInterfaceProtocol != UIPROTO_MASS_BBB || in umass_probe()
/freebsd-13.1/sys/dev/usb/serial/
H A Du3g.c644 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 Duhid.c715 (((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 Dusb.h131 uint8_t bInterfaceProtocol; member
H A Dlibusb10_desc.c230 ifd->bInterfaceProtocol = pinf->desc.bInterfaceProtocol; in libusb_get_config_descriptor()
H A Dlibusb01.c390 bifc->bInterfaceProtocol = aifc->desc.bInterfaceProtocol; in usb_parse_iface_sub()
/freebsd-13.1/sys/dev/usb/gadget/
H A Dg_keyboard.c221 (uaa->info.bInterfaceProtocol == UPROTO_BOOT_KEYBOARD)) in g_keyboard_probe()
H A Dg_mouse.c269 (uaa->info.bInterfaceProtocol == UIPROTO_MOUSE)) in g_mouse_probe()
H A Dg_modem.c269 (uaa->info.bInterfaceProtocol == UIPROTO_CDC_AT)) in g_modem_probe()

123