Searched refs:UCLASS_USB (Results 1 – 25 of 44) sorted by relevance
12
/third_party/uboot/u-boot-2020.01/test/dm/ |
D | usb.c | 29 ut_asserteq(-ENODEV, uclass_get_device_by_seq(UCLASS_USB, 0, &bus)); in dm_test_usb_base() 30 ut_assertok(uclass_get_device(UCLASS_USB, 0, &bus)); in dm_test_usb_base() 31 ut_asserteq(-ENODEV, uclass_get_device_by_seq(UCLASS_USB, 2, &bus)); in dm_test_usb_base()
|
/third_party/uboot/u-boot-2020.01/drivers/usb/host/ |
D | ohci-pci.c | 37 .id = UCLASS_USB,
|
D | usb-uclass.c | 171 ret = uclass_get(UCLASS_USB, &uc); in usb_stop() 250 ret = uclass_get(UCLASS_USB, &uc); in usb_init() 385 ret = uclass_find_device_by_seq(UCLASS_USB, 0, true, &dev); in usb_setup_ehci_gadget() 737 for (bus = dev; bus && device_get_uclass_id(bus) != UCLASS_USB; ) in usb_get_bus() 787 .id = UCLASS_USB,
|
D | xhci-pci.c | 55 .id = UCLASS_USB,
|
D | xhci-mvebu.c | 92 .id = UCLASS_USB,
|
D | ehci-zynq.c | 82 .id = UCLASS_USB,
|
D | ehci-atmel.c | 120 .id = UCLASS_USB,
|
D | ehci-msm.c | 143 .id = UCLASS_USB,
|
D | ohci-da8xx.c | 168 .id = UCLASS_USB,
|
D | xhci-rcar.c | 153 .id = UCLASS_USB,
|
D | xhci-rockchip.c | 176 .id = UCLASS_USB,
|
D | ehci-pci.c | 159 .id = UCLASS_USB,
|
D | xhci-dwc3.c | 184 .id = UCLASS_USB,
|
D | xhci-fsl.c | 166 .id = UCLASS_USB,
|
D | usb-sandbox.c | 153 .id = UCLASS_USB,
|
D | ehci-marvell.c | 148 .id = UCLASS_USB,
|
D | xhci-exynos5.c | 250 .id = UCLASS_USB,
|
D | ehci-generic.c | 216 .id = UCLASS_USB,
|
D | ohci-generic.c | 191 .id = UCLASS_USB,
|
D | ehci-exynos.c | 253 .id = UCLASS_USB,
|
D | ehci-fsl.c | 140 .id = UCLASS_USB,
|
/third_party/uboot/u-boot-2020.01/drivers/usb/musb-new/ |
D | usb-compat.h | 83 if (device_get_uclass_id(udev->dev) == UCLASS_USB) in usb_dev_get_parent()
|
D | omap2430.c | 269 .id = UCLASS_USB,
|
/third_party/uboot/u-boot-2020.01/include/dm/ |
D | uclass-id.h | 106 UCLASS_USB, /* USB bus */ enumerator
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | usb.c | 366 if (device_get_uclass_id(dev->dev->parent) != UCLASS_USB) { 456 for (uclass_find_first_device(UCLASS_USB, &bus);
|
12