Home
last modified time | relevance | path

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

123

/freebsd-10-stable/sys/dev/usb/template/
Dusb_template_phone.c161 .bInterfaceProtocol = 0,
218 .bInterfaceProtocol = 0,
227 .bInterfaceProtocol = 0,
275 .bInterfaceProtocol = 0,
284 .bInterfaceProtocol = 0,
326 .bInterfaceProtocol = 0,
Dusb_template_audio.c204 .bInterfaceProtocol = 0,
262 .bInterfaceProtocol = 0,
271 .bInterfaceProtocol = 0,
320 .bInterfaceProtocol = 0,
329 .bInterfaceProtocol = 0,
Dusb_template_cdce.c191 .bInterfaceProtocol = 0,
205 .bInterfaceProtocol = 0,
213 .bInterfaceProtocol = 0,
Dusb_template_modem.c161 .bInterfaceProtocol = 1,
169 .bInterfaceProtocol = 0,
Dusb_template.h66 uint8_t bInterfaceProtocol; member
Dusb_template_msc.c134 .bInterfaceProtocol = UIPROTO_MASS_BBB,
Dusb_template_kbd.c135 .bInterfaceProtocol = 1,
Dusb_template_mouse.c133 .bInterfaceProtocol = 2,
Dusb_template_mtp.c155 .bInterfaceProtocol = 1, /* PIMA 15740 */
Dusb_template.c355 id->bInterfaceProtocol = tid->bInterfaceProtocol; in usb_make_interface_desc()
/freebsd-10-stable/tools/tools/bus_autoconf/
Dbus_usb.c138 if (a->bInterfaceProtocol > b->bInterfaceProtocol) in usb_compare()
140 if (a->bInterfaceProtocol < b->bInterfaceProtocol) in usb_compare()
213 id->bInterfaceProtocol = format_get_field(type, "bInterfaceProtocol", ptr, size); in usb_import_entry()
318 id->bInterfaceProtocol); in usb_dump()
Dbus_usb.h55 uint8_t bInterfaceProtocol; member
Dbus_autoconf_format_example.txt74 "bInterfaceProtocol{0,8}"
/freebsd-10-stable/sys/dev/usb/
Dusb_lookup.c123 (id->bInterfaceProtocol != info->bInterfaceProtocol)) { in usbd_lookup_id_by_info()
Dusbdi.h286 uint8_t bInterfaceProtocol; member
356 .match_flag_int_protocol = 1, .bInterfaceProtocol = (ip)
380 uint8_t bInterfaceProtocol; member
Dusb_device.c1394 uaa.info.bInterfaceProtocol = in usb_probe_and_attach()
1395 iface->idesc->bInterfaceProtocol; in usb_probe_and_attach()
1404 uaa.info.bInterfaceProtocol, in usb_probe_and_attach()
2620 iface->idesc->bInterfaceProtocol); in usb_notify_addq()
Dusb.h410 uByte bInterfaceProtocol; member
/freebsd-10-stable/sys/dev/usb/input/
Duhid.c696 (((uaa->info.bInterfaceProtocol == UIPROTO_BOOT_KEYBOARD) && in uhid_probe()
698 ((uaa->info.bInterfaceProtocol == UIPROTO_MOUSE) && in uhid_probe()
765 (uaa->info.bInterfaceProtocol == UIPROTO_XBOX360_GAMEPAD)) { in uhid_attach()
/freebsd-10-stable/lib/libusb/
Dusb.h129 uint8_t bInterfaceProtocol; member
Dlibusb10_desc.c228 ifd->bInterfaceProtocol = pinf->desc.bInterfaceProtocol; in libusb_get_config_descriptor()
Dlibusb01.c388 bifc->bInterfaceProtocol = aifc->desc.bInterfaceProtocol; in usb_parse_iface_sub()
Dlibusb20_desc.h245 m(n, UINT8_T, bInterfaceProtocol, ) \
/freebsd-10-stable/sys/dev/usb/gadget/
Dg_keyboard.c217 (uaa->info.bInterfaceProtocol == UPROTO_BOOT_KEYBOARD)) in g_keyboard_probe()
Dg_mouse.c267 (uaa->info.bInterfaceProtocol == UIPROTO_MOUSE)) in g_mouse_probe()
Dg_modem.c267 (uaa->info.bInterfaceProtocol == UIPROTO_CDC_AT)) in g_modem_probe()

123