Searched refs:bInterfaceProtocol (Results 1 – 25 of 25) sorted by relevance
/u-boot/drivers/usb/emul/ |
A D | sandbox_keyb.c | 88 .bInterfaceProtocol = USB_PROT_HID_KEYBOARD, 122 .bInterfaceProtocol = USB_PROT_HID_MOUSE,
|
A D | sandbox_hub.c | 75 .bInterfaceProtocol = US_PR_CB,
|
A D | sandbox_flash.c | 138 .bInterfaceProtocol = US_PR_BULK,
|
/u-boot/drivers/serial/ |
A D | usbtty.c | 183 .bInterfaceProtocol = COMMUNICATIONS_V25TER_PROTOCOL, 238 .bInterfaceProtocol = DATA_INTERFACE_PROTOCOL_NONE, 316 .bInterfaceProtocol =
|
/u-boot/common/ |
A D | usb_kbd.c | 459 if (iface->desc.bInterfaceProtocol != USB_PROT_HID_KEYBOARD) 710 .bInterfaceProtocol = USB_PROT_HID_KEYBOARD,
|
A D | usb_storage.c | 1330 ss->protocol = iface->desc.bInterfaceProtocol; in usb_storage_probe()
|
/u-boot/drivers/usb/eth/ |
A D | usb_ether.c | 37 ueth->protocol = iface_desc->bInterfaceProtocol; in usb_ether_register()
|
A D | mcs7830.c | 755 ss->protocol = iface_desc->bInterfaceProtocol; in mcs7830_eth_probe()
|
A D | asix.c | 659 ss->protocol = iface_desc->bInterfaceProtocol; in asix_eth_probe()
|
A D | asix88179.c | 666 ss->protocol = iface_desc->bInterfaceProtocol; in ax88179_eth_probe()
|
A D | smsc95xx.c | 869 ss->protocol = iface_desc->bInterfaceProtocol; in smsc95xx_eth_probe()
|
A D | r8152.c | 1614 ss->protocol = iface_desc->bInterfaceProtocol; in r8152_eth_probe()
|
/u-boot/drivers/usb/host/ |
A D | ehci.h | 90 unsigned char bInterfaceProtocol; member
|
A D | usb-uclass.c | 494 (id->bInterfaceProtocol != int_desc->bInterfaceProtocol)) in usb_match_one_id_intf()
|
/u-boot/drivers/usb/gadget/ |
A D | ether.c | 416 .bInterfaceProtocol = USB_CDC_PROTO_NONE, 431 .bInterfaceProtocol = USB_CDC_ACM_PROTO_VENDOR, 576 .bInterfaceProtocol = 0, 591 .bInterfaceProtocol = 0, 611 .bInterfaceProtocol = 0, 637 .bInterfaceProtocol = 0,
|
A D | storage_common.c | 408 .bInterfaceProtocol = USB_PR_BULK, /* Adjusted during fsg_bind() */
|
A D | f_dfu.c | 78 .bInterfaceProtocol = 1, 670 d->bInterfaceProtocol = 2; in dfu_prepare_function()
|
A D | f_fastboot.c | 115 .bInterfaceProtocol = FASTBOOT_INTERFACE_PROTOCOL,
|
A D | f_sdp.c | 145 .bInterfaceProtocol = 0,
|
A D | f_thor.c | 407 .bInterfaceProtocol = USB_CDC_ACM_PROTO_AT_V25TER,
|
A D | f_rockusb.c | 69 .bInterfaceProtocol = ROCKUSB_INTERFACE_PROTOCOL,
|
/u-boot/include/ |
A D | usbdescriptors.h | 198 u8 bInterfaceProtocol; member
|
A D | usb.h | 475 u8 bInterfaceProtocol; member
|
/u-boot/include/linux/usb/ |
A D | ch9.h | 357 __u8 bInterfaceProtocol; member
|
/u-boot/cmd/ |
A D | usb.c | 212 ifdesc->bInterfaceSubClass, ifdesc->bInterfaceProtocol); in usb_display_if_desc()
|
Completed in 48 milliseconds