Searched refs:bInterfaceProtocol (Results 1 – 25 of 62) sorted by relevance
123
/external/libmtp/logs/ |
D | mtp-detect-sonyericsson-mt27i-android4.txt | 39 bInterfaceProtocol 0 79 bInterfaceProtocol 1 152 bInterfaceProtocol 80 Bulk-Only 182 bInterfaceProtocol 1
|
D | mtp-detect-yifang-tesla.txt | 42 bInterfaceProtocol 1
|
D | mtp-detect-asus-me301t.txt | 43 bInterfaceProtocol 0
|
D | lsusb-canon-canoscan.txt | 38 bInterfaceProtocol 255 Vendor Specific Protocol
|
/external/u-boot/drivers/usb/emul/ |
D | sandbox_keyb.c | 87 .bInterfaceProtocol = USB_PROT_HID_KEYBOARD, 121 .bInterfaceProtocol = USB_PROT_HID_MOUSE,
|
D | sandbox_hub.c | 74 .bInterfaceProtocol = US_PR_CB,
|
D | sandbox_flash.c | 137 .bInterfaceProtocol = US_PR_BULK,
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | usb_descriptors_unittest.py | 218 self.assertEquals(0x00, descriptor.bInterfaceProtocol) 300 self.assertEquals(0x02, descriptor.bInterfaceProtocol) 316 self.assertEquals(0x02, descriptor.bInterfaceProtocol)
|
D | mbim_device_context.py | 156 bInterfaceProtocol=interface_protocol)
|
/external/u-boot/drivers/serial/ |
D | usbtty.c | 181 .bInterfaceProtocol = COMMUNICATIONS_V25TER_PROTOCOL, 236 .bInterfaceProtocol = DATA_INTERFACE_PROTOCOL_NONE, 314 .bInterfaceProtocol =
|
/external/u-boot/common/ |
D | usb_kbd.c | 419 if (iface->desc.bInterfaceProtocol != USB_PROT_HID_KEYBOARD) 666 .bInterfaceProtocol = USB_PROT_HID_KEYBOARD,
|
/external/libusb-compat/examples/ |
D | testlibusb.c | 32 printf(" bInterfaceProtocol: %d\n", interface->bInterfaceProtocol); in print_altsetting()
|
/external/u-boot/drivers/usb/gadget/ |
D | ether.c | 423 .bInterfaceProtocol = USB_CDC_PROTO_NONE, 438 .bInterfaceProtocol = USB_CDC_ACM_PROTO_VENDOR, 583 .bInterfaceProtocol = 0, 598 .bInterfaceProtocol = 0, 618 .bInterfaceProtocol = 0, 644 .bInterfaceProtocol = 0,
|
D | f_dfu.c | 76 .bInterfaceProtocol = 1, 663 d->bInterfaceProtocol = 2; in dfu_prepare_function()
|
D | storage_common.c | 406 .bInterfaceProtocol = USB_PR_BULK, /* Adjusted during fsg_bind() */
|
D | f_fastboot.c | 93 .bInterfaceProtocol = FASTBOOT_INTERFACE_PROTOCOL,
|
/external/libusb-compat/libusb/ |
D | usb.h | 139 u_int8_t bInterfaceProtocol; member
|
/external/libusb/examples/ |
D | testlibusb.c | 74 printf(" bInterfaceProtocol: %d\n", interface->bInterfaceProtocol); in print_altsetting()
|
D | xusb.c | 878 conf_desc->usb_interface[i].altsetting[j].bInterfaceProtocol); in test_device() 882 && (conf_desc->usb_interface[i].altsetting[j].bInterfaceProtocol == 0x50) ) { in test_device()
|
/external/u-boot/drivers/usb/host/ |
D | ehci.h | 86 unsigned char bInterfaceProtocol; member
|
D | usb-uclass.c | 467 (id->bInterfaceProtocol != int_desc->bInterfaceProtocol)) in usb_match_one_id_intf()
|
/external/u-boot/drivers/usb/eth/ |
D | usb_ether.c | 34 ueth->protocol = iface_desc->bInterfaceProtocol; in usb_ether_register()
|
/external/u-boot/include/ |
D | usbdescriptors.h | 198 u8 bInterfaceProtocol; member
|
/external/u-boot/include/linux/usb/ |
D | ch9.h | 357 __u8 bInterfaceProtocol; member
|
/external/u-boot/cmd/ |
D | usb.c | 210 ifdesc->bInterfaceSubClass, ifdesc->bInterfaceProtocol); in usb_display_if_desc()
|
123