Searched refs:bInterfaceProtocol (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-11-stable/tools/tools/bus_autoconf/
H A Dbus_usb.h55 uint8_t bInterfaceProtocol; member in struct:usb_device_id
H A Dbus_usb.c138 if (a->bInterfaceProtocol > b->bInterfaceProtocol)
140 if (a->bInterfaceProtocol < b->bInterfaceProtocol)
213 id->bInterfaceProtocol = format_get_field(type, "bInterfaceProtocol", ptr, size);
318 id->bInterfaceProtocol);
/freebsd-11-stable/stand/usb/storage/
H A Dumass_common.c68 uaa->info.bInterfaceProtocol != UIPROTO_MASS_BBB ||
/freebsd-11-stable/sys/dev/usb/
H A Dusb_lookup.c123 (id->bInterfaceProtocol != info->bInterfaceProtocol)) {
202 "bInterfaceProtocol{0,8}"
H A Dusbdi.h318 uint8_t bInterfaceProtocol; member in struct:usb_device_id
391 .match_flag_int_protocol = 1, .bInterfaceProtocol = (ip)
415 uint8_t bInterfaceProtocol; member in struct:usbd_lookup_info
/freebsd-11-stable/sys/dev/usb/template/
H A Dusb_template.h66 uint8_t bInterfaceProtocol; member in struct:usb_temp_interface_desc
H A Dusb_template_serialnet.c195 .bInterfaceProtocol = UIPROTO_CDC_NONE,
209 .bInterfaceProtocol = 0,
217 .bInterfaceProtocol = 0,
299 .bInterfaceProtocol = UIPROTO_CDC_AT,
307 .bInterfaceProtocol = 0,
H A Dusb_template_phone.c167 .bInterfaceProtocol = 0,
224 .bInterfaceProtocol = 0,
233 .bInterfaceProtocol = 0,
281 .bInterfaceProtocol = 0,
290 .bInterfaceProtocol = 0,
332 .bInterfaceProtocol = 0,
H A Dusb_template_cdce.c182 .bInterfaceProtocol = 0,
196 .bInterfaceProtocol = 0,
204 .bInterfaceProtocol = 0,
H A Dusb_template_audio.c209 .bInterfaceProtocol = 0,
267 .bInterfaceProtocol = 0,
276 .bInterfaceProtocol = 0,
325 .bInterfaceProtocol = 0,
334 .bInterfaceProtocol = 0,
H A Dusb_template_modem.c171 .bInterfaceProtocol = UIPROTO_CDC_AT,
179 .bInterfaceProtocol = UIPROTO_CDC_NONE,
H A Dusb_template_midi.c106 .bInterfaceProtocol = 0,
188 .bInterfaceProtocol = 0,
H A Dusb_template_mtp.c152 .bInterfaceProtocol = 1, /* PIMA 15740 */
H A Dusb_template_msc.c130 .bInterfaceProtocol = UIPROTO_MASS_BBB,
H A Dusb_template_kbd.c145 .bInterfaceProtocol = UIPROTO_BOOT_KEYBOARD,
H A Dusb_template_mouse.c143 .bInterfaceProtocol = UIPROTO_MOUSE,
/freebsd-11-stable/lib/libusb/
H A Dusb.h129 uint8_t bInterfaceProtocol; member in struct:usb_interface_descriptor
H A Dlibusb10_desc.c228 ifd->bInterfaceProtocol = pinf->desc.bInterfaceProtocol;
H A Dlibusb20_desc.h245 m(n, UINT8_T, bInterfaceProtocol, ) \
H A Dlibusb01.c388 bifc->bInterfaceProtocol = aifc->desc.bInterfaceProtocol;
/freebsd-11-stable/sys/dev/usb/gadget/
H A Dg_keyboard.c217 (uaa->info.bInterfaceProtocol == UPROTO_BOOT_KEYBOARD))
H A Dg_mouse.c267 (uaa->info.bInterfaceProtocol == UIPROTO_MOUSE))
H A Dg_modem.c267 (uaa->info.bInterfaceProtocol == UIPROTO_CDC_AT))
/freebsd-11-stable/sys/dev/usb/input/
H A Duhid.c709 (((uaa->info.bInterfaceProtocol == UIPROTO_BOOT_KEYBOARD) &&
711 ((uaa->info.bInterfaceProtocol == UIPROTO_MOUSE) &&
778 (uaa->info.bInterfaceProtocol == UIPROTO_XBOX360_GAMEPAD)) {
/freebsd-11-stable/sys/dev/usb/serial/
H A Du3g.c640 uint8_t bInterfaceProtocol)
653 switch (bInterfaceProtocol) {
663 switch (bInterfaceProtocol) {
891 uaa->info.bInterfaceProtocol)) {
938 id->bInterfaceSubClass, id->bInterfaceProtocol))
639 u3g_huawei_is_cdce(uint16_t idVendor, uint8_t bInterfaceSubClass, uint8_t bInterfaceProtocol) argument

Completed in 139 milliseconds

123