/dflybsd-src/sys/bus/u4b/template/ |
H A D | usb_template_phone.c | 158 .bInterfaceProtocol = 0, 215 .bInterfaceProtocol = 0, 224 .bInterfaceProtocol = 0, 272 .bInterfaceProtocol = 0, 281 .bInterfaceProtocol = 0, 323 .bInterfaceProtocol = 0,
|
H A D | usb_template_audio.c | 201 .bInterfaceProtocol = 0, 259 .bInterfaceProtocol = 0, 268 .bInterfaceProtocol = 0, 317 .bInterfaceProtocol = 0, 326 .bInterfaceProtocol = 0,
|
H A D | usb_template_serialnet.c | 202 .bInterfaceProtocol = 0, 216 .bInterfaceProtocol = 0, 224 .bInterfaceProtocol = 0, 306 .bInterfaceProtocol = 1, 314 .bInterfaceProtocol = 0,
|
H A D | usb_template_cdce.c | 188 .bInterfaceProtocol = 0, 202 .bInterfaceProtocol = 0, 210 .bInterfaceProtocol = 0,
|
H A D | usb_template_modem.c | 158 .bInterfaceProtocol = 1, 166 .bInterfaceProtocol = 0,
|
H A D | usb_template.h | 66 uint8_t bInterfaceProtocol; member
|
H A D | usb_template_msc.c | 131 .bInterfaceProtocol = UIPROTO_MASS_BBB,
|
H A D | usb_template_mouse.c | 130 .bInterfaceProtocol = 2,
|
H A D | usb_template_kbd.c | 132 .bInterfaceProtocol = 1,
|
H A D | usb_template_mtp.c | 152 .bInterfaceProtocol = 1, /* PIMA 15740 */
|
H A D | usb_template.c | 352 id->bInterfaceProtocol = tid->bInterfaceProtocol; in usb_make_interface_desc()
|
/dflybsd-src/tools/tools/bus_autoconf/ |
H A D | bus_usb.c | 138 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 D | bus_usb.h | 55 uint8_t bInterfaceProtocol; member
|
H A D | bus_autoconf_format_example.txt | 74 "bInterfaceProtocol{0,8}"
|
/dflybsd-src/sys/bus/u4b/ |
H A D | usb_lookup.c | 116 (id->bInterfaceProtocol != info->bInterfaceProtocol)) { in usbd_lookup_id_by_info()
|
H A D | usbdi.h | 282 uint8_t bInterfaceProtocol; member 352 .match_flag_int_protocol = 1, .bInterfaceProtocol = (ip) 376 uint8_t bInterfaceProtocol; member
|
H A D | usb_device.c | 1392 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 D | uhid.c | 690 (((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 D | libusb10_desc.c | 228 ifd->bInterfaceProtocol = pinf->desc.bInterfaceProtocol; in libusb_get_config_descriptor()
|
H A D | usb.h | 129 uint8_t bInterfaceProtocol; member
|
H A D | libusb01.c | 388 bifc->bInterfaceProtocol = aifc->desc.bInterfaceProtocol; in usb_parse_iface_sub()
|
H A D | libusb20_desc.h | 245 m(n, UINT8_T, bInterfaceProtocol, ) \
|
/dflybsd-src/sys/bus/u4b/gadget/ |
H A D | g_keyboard.c | 213 (uaa->info.bInterfaceProtocol == UPROTO_BOOT_KEYBOARD)) in g_keyboard_probe()
|
H A D | g_mouse.c | 263 (uaa->info.bInterfaceProtocol == UIPROTO_MOUSE)) in g_mouse_probe()
|
H A D | g_modem.c | 263 (uaa->info.bInterfaceProtocol == UIPROTO_CDC_AT)) in g_modem_probe()
|