Searched refs:bInterfaceProtocol (Results 1 - 21 of 21) sorted by relevance
| /third_party/NuttX/drivers/usbdev/gadget/ |
| H A D | dfu.c | 155 .bInterfaceProtocol = 0x01, /* DFU runtime protocol */ 170 g_dfu_cfgdesc.ifdesc.bInterfaceProtocol = 0x01; /* The runtime mode */ in to_runtime_mode() 175 g_dfu_cfgdesc.ifdesc.bInterfaceProtocol = 0x02; /* The DFU mode */ in to_dfu_mode()
|
| H A D | f_acm_desc.c | 84 .bInterfaceProtocol = UIPROTO_CDC_AT, 137 .bInterfaceProtocol = 0x0,
|
| H A D | f_uac.c | 235 .bInterfaceProtocol = 0, 285 .bInterfaceProtocol = 0, 298 .bInterfaceProtocol = 0,
|
| H A D | rndis.c | 247 .bInterfaceProtocol = UIPROTO_DATA_VENDOR, 298 .bInterfaceProtocol = 0, /* interface protocol */
|
| H A D | f_uvc.c | 225 .bInterfaceProtocol = UICLASS_VIDEO_PROTOCOL_UNDEFINED, 391 .bInterfaceProtocol = UICLASS_VIDEO_PROTOCOL_UNDEFINED, 801 .bInterfaceProtocol = UICLASS_VIDEO_PROTOCOL_UNDEFINED,
|
| H A D | f_hid.c | 155 .bInterfaceProtocol = 0, /* nInterfaceProtocol : 0=none, 1=keyboard, 2=mouse */
|
| H A D | f_mass_storage.c | 212 .bInterfaceProtocol = UIPROTO_MASS_BULK,
|
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_lookup.c | 97 (id->bInterfaceProtocol != info->bInterfaceProtocol)) { in usbd_lookup_id_by_info() 207 "bInterfaceProtocol{0,8}"
|
| H A D | usbdi.h | 279 uint8_t bInterfaceProtocol; member 349 .match_flag_int_protocol = 1, .bInterfaceProtocol = (ip) 373 uint8_t bInterfaceProtocol; member
|
| H A D | usb_device.c | 1321 uaa.info.bInterfaceProtocol = in usb_probe_and_attach() 1322 iface->idesc->bInterfaceProtocol; in usb_probe_and_attach() 1331 uaa.info.bInterfaceProtocol, in usb_probe_and_attach() 2504 iface->idesc->bInterfaceProtocol); in usb_notify_addq()
|
| H A D | usb.h | 403 uByte bInterfaceProtocol; member
|
| H A D | usb_hub.c | 1824 iface->idesc->bInterfaceProtocol, in uhub_child_pnpinfo_string()
|
| /third_party/eudev/src/udev/ |
| H A D | udev-builtin-usb_id.c | 163 uint8_t bInterfaceProtocol; in dev_if_packed_info() member 196 desc->bInterfaceProtocol) != 7) in dev_if_packed_info()
|
| /third_party/backends/include/sane/ |
| H A D | usb_manager.h | 336 uint8_t bInterfaceProtocol; member
|
| /third_party/backends/tools/ |
| H A D | sane-find-scanner.c | 594 printf (" bInterfaceProtocol %d\n", in check_libusb_device() 595 i->bInterfaceProtocol); in check_libusb_device() 971 printf (" bInterfaceProtocol %d\n", in check_libusb_device() 972 i->bInterfaceProtocol); in check_libusb_device() 1526 dev->config[current_config].interface[current_if].altsetting[current_as].bInterfaceProtocol in parse_file()
|
| H A D | check-usb-chip.c | 2785 if (dev->config[0].interface[0].altsetting[0].bInterfaceProtocol != 255) in check_sq113() 2788 printf (" this is not a SQ113 (bInterfaceProtocol = %d)\n", in check_sq113() 2789 dev->config[0].interface[0].altsetting[0].bInterfaceProtocol); in check_sq113()
|
| /third_party/FreeBSD/sys/dev/usb/input/ |
| H A D | uhid.c | 790 (uaa->info.bInterfaceProtocol == UIPROTO_XBOX360_GAMEPAD)) { in uhid_attach() 866 if (uaa->info.bInterfaceProtocol == UIPROTO_MOUSE) { in uhid_attach()
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
| H A D | linux_usb.c | 178 (id->bInterfaceProtocol != uaa->info.bInterfaceProtocol)) { in usb_linux_lookup_id()
|
| /third_party/FreeBSD/sys/dev/usb/controller/ |
| H A D | xhci.c | 3205 .bInterfaceProtocol = 0,
|
| H A D | ehci.c | 2981 .bInterfaceProtocol = 0,
|
| /third_party/FreeBSD/sys/dev/usb/storage/ |
| H A D | umass.c | 784 switch (id->bInterfaceProtocol) { in umass_get_proto()
|
Completed in 51 milliseconds