Home
last modified time | relevance | path

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

123

/freebsd/sys/dev/usb/template/
H A Dusb_template_phone.c168 .bInterfaceProtocol = 0,
225 .bInterfaceProtocol = 0,
234 .bInterfaceProtocol = 0,
282 .bInterfaceProtocol = 0,
291 .bInterfaceProtocol = 0,
333 .bInterfaceProtocol = 0,
H A Dusb_template_multi.c204 .bInterfaceProtocol = UIPROTO_CDC_NONE,
218 .bInterfaceProtocol = 0,
226 .bInterfaceProtocol = 0,
308 .bInterfaceProtocol = UIPROTO_CDC_NONE,
316 .bInterfaceProtocol = 0,
355 .bInterfaceProtocol = UIPROTO_MASS_BBB,
H A Dusb_template_audio.c212 .bInterfaceProtocol = 0,
270 .bInterfaceProtocol = 0,
279 .bInterfaceProtocol = 0,
328 .bInterfaceProtocol = 0,
337 .bInterfaceProtocol = 0,
H A Dusb_template_serialnet.c201 .bInterfaceProtocol = UIPROTO_CDC_NONE,
215 .bInterfaceProtocol = 0,
223 .bInterfaceProtocol = 0,
305 .bInterfaceProtocol = UIPROTO_CDC_NONE,
313 .bInterfaceProtocol = 0,
H A Dusb_template_cdce.c185 .bInterfaceProtocol = 0,
199 .bInterfaceProtocol = 0,
207 .bInterfaceProtocol = 0,
H A Dusb_template_midi.c107 .bInterfaceProtocol = 0,
189 .bInterfaceProtocol = 0,
H A Dusb_template_modem.c180 .bInterfaceProtocol = UIPROTO_CDC_NONE,
188 .bInterfaceProtocol = UIPROTO_CDC_NONE,
H A Dusb_template.h72 uint8_t bInterfaceProtocol; member
H A Dusb_template_cdceem.c134 .bInterfaceProtocol = UIPROTO_CDC_EEM,
H A Dusb_template_msc.c133 .bInterfaceProtocol = UIPROTO_MASS_BBB,
H A Dusb_template_kbd.c148 .bInterfaceProtocol = UIPROTO_BOOT_KEYBOARD,
H A Dusb_template_mouse.c146 .bInterfaceProtocol = UIPROTO_MOUSE,
H A Dusb_template_mtp.c155 .bInterfaceProtocol = 1, /* PIMA 15740 */
/freebsd/sys/dev/usb/
H A Dusb_lookup.c123 (id->bInterfaceProtocol != info->bInterfaceProtocol)) { in usbd_lookup_id_by_info()
H A Dusbdi.h317 uint8_t bInterfaceProtocol; member
390 .match_flag_int_protocol = 1, .bInterfaceProtocol = (ip)
414 uint8_t bInterfaceProtocol; member
H A Dusb_device.c1529 uaa.info.bInterfaceProtocol = in usb_probe_and_attach()
1530 iface->idesc->bInterfaceProtocol; in usb_probe_and_attach()
1539 uaa.info.bInterfaceProtocol, in usb_probe_and_attach()
2785 iface->idesc->bInterfaceProtocol); in usb_notify_addq()
/freebsd/stand/usb/storage/
H A Dumass_common.c67 uaa->info.bInterfaceProtocol != UIPROTO_MASS_BBB || in umass_probe()
/freebsd/sys/dev/usb/input/
H A Duhid.c740 (((uaa->info.bInterfaceProtocol == UIPROTO_BOOT_KEYBOARD) && in uhid_probe()
742 ((uaa->info.bInterfaceProtocol == UIPROTO_MOUSE) && in uhid_probe()
825 (uaa->info.bInterfaceProtocol == UIPROTO_XBOX360_GAMEPAD)) { in uhid_attach()
/freebsd/sys/dev/usb/serial/
H A Du3g.c683 uint8_t bInterfaceProtocol) in u3g_huawei_is_cdce() argument
696 switch (bInterfaceProtocol) { in u3g_huawei_is_cdce()
706 switch (bInterfaceProtocol) { in u3g_huawei_is_cdce()
943 uaa->info.bInterfaceProtocol)) { in u3g_probe()
990 id->bInterfaceSubClass, id->bInterfaceProtocol)) in u3g_attach()
/freebsd/lib/libusb/
H A Dusb.h130 uint8_t bInterfaceProtocol; member
H A Dlibusb10_desc.c229 ifd->bInterfaceProtocol = pinf->desc.bInterfaceProtocol; in libusb_get_config_descriptor()
H A Dlibusb01.c389 bifc->bInterfaceProtocol = aifc->desc.bInterfaceProtocol; in usb_parse_iface_sub()
/freebsd/sys/dev/usb/gadget/
H A Dg_keyboard.c217 (uaa->info.bInterfaceProtocol == UPROTO_BOOT_KEYBOARD)) in g_keyboard_probe()
H A Dg_mouse.c265 (uaa->info.bInterfaceProtocol == UIPROTO_MOUSE)) in g_mouse_probe()
H A Dg_modem.c265 (uaa->info.bInterfaceProtocol == UIPROTO_CDC_AT)) in g_modem_probe()

123