Home
last modified time | relevance | path

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

123

/src/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.c203 .bInterfaceProtocol = UIPROTO_CDC_NONE,
217 .bInterfaceProtocol = 0,
225 .bInterfaceProtocol = 0,
307 .bInterfaceProtocol = UIPROTO_CDC_NONE,
315 .bInterfaceProtocol = 0,
354 .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.c200 .bInterfaceProtocol = UIPROTO_CDC_NONE,
214 .bInterfaceProtocol = 0,
222 .bInterfaceProtocol = 0,
304 .bInterfaceProtocol = UIPROTO_CDC_NONE,
312 .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 */
/src/sys/dev/usb/
H A Dusb_lookup.c123 (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
/src/stand/usb/storage/
H A Dumass_common.c65 uaa->info.bInterfaceProtocol != UIPROTO_MASS_BBB || in umass_probe()
/src/sys/dev/usb/input/
H A Duhid.c739 (((uaa->info.bInterfaceProtocol == UIPROTO_BOOT_KEYBOARD) && in uhid_probe()
741 ((uaa->info.bInterfaceProtocol == UIPROTO_MOUSE) && in uhid_probe()
824 (uaa->info.bInterfaceProtocol == UIPROTO_XBOX360_GAMEPAD)) { in uhid_attach()
/src/sys/dev/usb/serial/
H A Du3g.c686 uint8_t bInterfaceProtocol) in u3g_huawei_is_cdce() argument
699 switch (bInterfaceProtocol) { in u3g_huawei_is_cdce()
709 switch (bInterfaceProtocol) { in u3g_huawei_is_cdce()
946 uaa->info.bInterfaceProtocol)) { in u3g_probe()
993 id->bInterfaceSubClass, id->bInterfaceProtocol)) in u3g_attach()
/src/lib/libusb/
H A Dusb.h130 uint8_t bInterfaceProtocol; member
H A Dlibusb01.c391 bifc->bInterfaceProtocol = aifc->desc.bInterfaceProtocol; in usb_parse_iface_sub()
H A Dlibusb10_desc.c229 ifd->bInterfaceProtocol = pinf->desc.bInterfaceProtocol; in libusb_get_config_descriptor()
/src/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()
/src/usr.sbin/bluetooth/rtlbtfw/
H A Dmain.c207 d->bInterfaceProtocol == 0x01) { in rtlbt_is_bluetooth()

123