Searched refs:USB_DT_CONFIG (Results 1 – 16 of 16) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | config.c | 104 cp->bDescriptorType = USB_DT_CONFIG; in usb_gadget_config_buf()
|
| H A D | ether.c | 365 .bDescriptorType = USB_DT_CONFIG, 379 .bDescriptorType = USB_DT_CONFIG, 1288 case USB_DT_CONFIG: in eth_setup()
|
| H A D | composite.c | 870 case USB_DT_CONFIG: in composite_setup()
|
| /rk3399_rockchip-uboot/drivers/usb/emul/ |
| H A D | usb-emul-uclass.c | 63 case USB_DT_CONFIG: { in usb_emul_find_descriptor() 279 if ((*ptr)->bDescriptorType == USB_DT_CONFIG) { in usb_emul_setup_device()
|
| H A D | sandbox_keyb.c | 71 .bDescriptorType = USB_DT_CONFIG,
|
| H A D | sandbox_hub.c | 58 .bDescriptorType = USB_DT_CONFIG,
|
| H A D | sandbox_flash.c | 121 .bDescriptorType = USB_DT_CONFIG,
|
| /rk3399_rockchip-uboot/include/ |
| H A D | usb_defs.h | 87 #define USB_DT_CONFIG 0x02 macro
|
| H A D | usbdevice.h | 195 #define USB_DT_CONFIG 0x02 macro
|
| /rk3399_rockchip-uboot/include/linux/usb/ |
| H A D | ch9.h | 207 #define USB_DT_CONFIG 0x02 macro 240 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
|
| /rk3399_rockchip-uboot/common/ |
| H A D | usb.c | 391 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 D | usbtty.c | 162 .bDescriptorType = USB_DT_CONFIG, 293 .bDescriptorType = USB_DT_CONFIG,
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | sl811-hcd.c | 670 case USB_DT_CONFIG: in sl811_rh_submit_urb()
|
| H A D | xhci.c | 926 case USB_DT_CONFIG: in xhci_submit_root()
|
| H A D | ehci-hcd.c | 695 case USB_DT_CONFIG: in ehci_submit_root()
|
| /rk3399_rockchip-uboot/drivers/usb/musb/ |
| H A D | musb_hcd.c | 656 case (USB_DT_CONFIG << 8): /* configuration descriptor */ in musb_submit_rh_msg()
|