Home
last modified time | relevance | path

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

12

/dflybsd-src/sys/bus/u4b/template/
H A Dusb_template_phone.c158 .bInterfaceProtocol = 0,
215 .bInterfaceProtocol = 0,
224 .bInterfaceProtocol = 0,
272 .bInterfaceProtocol = 0,
281 .bInterfaceProtocol = 0,
323 .bInterfaceProtocol = 0,
H A Dusb_template_audio.c201 .bInterfaceProtocol = 0,
259 .bInterfaceProtocol = 0,
268 .bInterfaceProtocol = 0,
317 .bInterfaceProtocol = 0,
326 .bInterfaceProtocol = 0,
H A Dusb_template_serialnet.c202 .bInterfaceProtocol = 0,
216 .bInterfaceProtocol = 0,
224 .bInterfaceProtocol = 0,
306 .bInterfaceProtocol = 1,
314 .bInterfaceProtocol = 0,
H A Dusb_template_cdce.c188 .bInterfaceProtocol = 0,
202 .bInterfaceProtocol = 0,
210 .bInterfaceProtocol = 0,
H A Dusb_template_modem.c158 .bInterfaceProtocol = 1,
166 .bInterfaceProtocol = 0,
H A Dusb_template.h66 uint8_t bInterfaceProtocol; member
H A Dusb_template_msc.c131 .bInterfaceProtocol = UIPROTO_MASS_BBB,
H A Dusb_template_mouse.c130 .bInterfaceProtocol = 2,
H A Dusb_template_kbd.c132 .bInterfaceProtocol = 1,
H A Dusb_template_mtp.c152 .bInterfaceProtocol = 1, /* PIMA 15740 */
H A Dusb_template.c352 id->bInterfaceProtocol = tid->bInterfaceProtocol; in usb_make_interface_desc()
/dflybsd-src/tools/tools/bus_autoconf/
H A 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()
H A Dbus_usb.h55 uint8_t bInterfaceProtocol; member
H A Dbus_autoconf_format_example.txt74 "bInterfaceProtocol{0,8}"
/dflybsd-src/sys/bus/u4b/
H A Dusb_lookup.c116 (id->bInterfaceProtocol != info->bInterfaceProtocol)) { in usbd_lookup_id_by_info()
H A Dusbdi.h282 uint8_t bInterfaceProtocol; member
352 .match_flag_int_protocol = 1, .bInterfaceProtocol = (ip)
376 uint8_t bInterfaceProtocol; member
H A Dusb_device.c1392 uaa.info.bInterfaceProtocol = in usb_probe_and_attach()
1393 iface->idesc->bInterfaceProtocol; in usb_probe_and_attach()
1402 uaa.info.bInterfaceProtocol, in usb_probe_and_attach()
2622 iface->idesc->bInterfaceProtocol); in usb_notify_addq()
/dflybsd-src/sys/bus/u4b/input/
H A Duhid.c690 (((uaa->info.bInterfaceProtocol == UIPROTO_BOOT_KEYBOARD) && in uhid_probe()
692 ((uaa->info.bInterfaceProtocol == UIPROTO_MOUSE) && in uhid_probe()
759 (uaa->info.bInterfaceProtocol == UIPROTO_XBOX360_GAMEPAD)) { in uhid_attach()
/dflybsd-src/lib/libusb/
H A Dlibusb10_desc.c228 ifd->bInterfaceProtocol = pinf->desc.bInterfaceProtocol; in libusb_get_config_descriptor()
H A Dusb.h129 uint8_t bInterfaceProtocol; member
H A Dlibusb01.c388 bifc->bInterfaceProtocol = aifc->desc.bInterfaceProtocol; in usb_parse_iface_sub()
H A Dlibusb20_desc.h245 m(n, UINT8_T, bInterfaceProtocol, ) \
/dflybsd-src/sys/bus/u4b/gadget/
H A Dg_keyboard.c213 (uaa->info.bInterfaceProtocol == UPROTO_BOOT_KEYBOARD)) in g_keyboard_probe()
H A Dg_mouse.c263 (uaa->info.bInterfaceProtocol == UIPROTO_MOUSE)) in g_mouse_probe()
H A Dg_modem.c263 (uaa->info.bInterfaceProtocol == UIPROTO_CDC_AT)) in g_modem_probe()

12