Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/emul/
H A Dsandbox_keyb.c90 .bInterfaceProtocol = USB_PROT_HID_KEYBOARD,
124 .bInterfaceProtocol = USB_PROT_HID_MOUSE,
H A Dsandbox_hub.c77 .bInterfaceProtocol = US_PR_CB,
H A Dsandbox_flash.c140 .bInterfaceProtocol = US_PR_BULK,
/rk3399_rockchip-uboot/drivers/serial/
H A Dusbtty.c182 .bInterfaceProtocol = COMMUNICATIONS_V25TER_PROTOCOL,
237 .bInterfaceProtocol = DATA_INTERFACE_PROTOCOL_NONE,
315 .bInterfaceProtocol =
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci.h88 unsigned char bInterfaceProtocol; member
H A Dusb-uclass.c467 (id->bInterfaceProtocol != int_desc->bInterfaceProtocol)) in usb_match_one_id_intf()
/rk3399_rockchip-uboot/common/
H A Dusb_kbd.c461 if (iface->desc.bInterfaceProtocol != USB_PROT_HID_KEYBOARD)
763 .bInterfaceProtocol = USB_PROT_HID_KEYBOARD,
H A Dusb_storage.c1327 ss->protocol = iface->desc.bInterfaceProtocol; in usb_storage_probe()
/rk3399_rockchip-uboot/drivers/usb/eth/
H A Dusb_ether.c35 ueth->protocol = iface_desc->bInterfaceProtocol; in usb_ether_register()
H A Dmcs7830.c753 ss->protocol = iface_desc->bInterfaceProtocol; in mcs7830_eth_probe()
H A Dasix.c657 ss->protocol = iface_desc->bInterfaceProtocol; in asix_eth_probe()
H A Dasix88179.c665 ss->protocol = iface_desc->bInterfaceProtocol; in ax88179_eth_probe()
H A Dsmsc95xx.c867 ss->protocol = iface_desc->bInterfaceProtocol; in smsc95xx_eth_probe()
H A Dr8152.c1383 ss->protocol = iface_desc->bInterfaceProtocol; in r8152_eth_probe()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dether.c420 .bInterfaceProtocol = USB_CDC_PROTO_NONE,
435 .bInterfaceProtocol = USB_CDC_ACM_PROTO_VENDOR,
580 .bInterfaceProtocol = 0,
595 .bInterfaceProtocol = 0,
615 .bInterfaceProtocol = 0,
641 .bInterfaceProtocol = 0,
H A Df_dfu.c77 .bInterfaceProtocol = 1,
664 d->bInterfaceProtocol = 2; in dfu_prepare_function()
H A Dstorage_common.c411 .bInterfaceProtocol = USB_PR_BULK, /* Adjusted during fsg_bind() */
H A Df_sdp.c134 .bInterfaceProtocol = 0,
H A Df_thor.c403 .bInterfaceProtocol = USB_CDC_ACM_PROTO_AT_V25TER,
H A Df_rockusb.c41 .bInterfaceProtocol = ROCKUSB_INTERFACE_PROTOCOL,
H A Df_fastboot.c160 .bInterfaceProtocol = FASTBOOT_INTERFACE_PROTOCOL,
/rk3399_rockchip-uboot/include/
H A Dusbdescriptors.h199 u8 bInterfaceProtocol; member
H A Dusb.h469 u8 bInterfaceProtocol; member
/rk3399_rockchip-uboot/include/linux/usb/
H A Dch9.h357 __u8 bInterfaceProtocol; member
/rk3399_rockchip-uboot/cmd/
H A Dusb.c211 ifdesc->bInterfaceSubClass, ifdesc->bInterfaceProtocol); in usb_display_if_desc()