Home
last modified time | relevance | path

Searched refs:USB_DT_CONFIG (Results 1 – 16 of 16) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dconfig.c104 cp->bDescriptorType = USB_DT_CONFIG; in usb_gadget_config_buf()
H A Dether.c365 .bDescriptorType = USB_DT_CONFIG,
379 .bDescriptorType = USB_DT_CONFIG,
1288 case USB_DT_CONFIG: in eth_setup()
H A Dcomposite.c870 case USB_DT_CONFIG: in composite_setup()
/rk3399_rockchip-uboot/drivers/usb/emul/
H A Dusb-emul-uclass.c63 case USB_DT_CONFIG: { in usb_emul_find_descriptor()
279 if ((*ptr)->bDescriptorType == USB_DT_CONFIG) { in usb_emul_setup_device()
H A Dsandbox_keyb.c71 .bDescriptorType = USB_DT_CONFIG,
H A Dsandbox_hub.c58 .bDescriptorType = USB_DT_CONFIG,
H A Dsandbox_flash.c121 .bDescriptorType = USB_DT_CONFIG,
/rk3399_rockchip-uboot/include/
H A Dusb_defs.h87 #define USB_DT_CONFIG 0x02 macro
H A Dusbdevice.h195 #define USB_DT_CONFIG 0x02 macro
/rk3399_rockchip-uboot/include/linux/usb/
H A Dch9.h207 #define USB_DT_CONFIG 0x02 macro
240 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
/rk3399_rockchip-uboot/common/
H A Dusb.c391 if (head->bDescriptorType != USB_DT_CONFIG) { in usb_parse_config()
593 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, 9); in usb_get_configuration_len()
616 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, length); in usb_get_configuration_no()
/rk3399_rockchip-uboot/drivers/serial/
H A Dusbtty.c162 .bDescriptorType = USB_DT_CONFIG,
293 .bDescriptorType = USB_DT_CONFIG,
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dsl811-hcd.c670 case USB_DT_CONFIG: in sl811_rh_submit_urb()
H A Dxhci.c926 case USB_DT_CONFIG: in xhci_submit_root()
H A Dehci-hcd.c695 case USB_DT_CONFIG: in ehci_submit_root()
/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dmusb_hcd.c656 case (USB_DT_CONFIG << 8): /* configuration descriptor */ in musb_submit_rh_msg()