Home
last modified time | relevance | path

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

12

/openbmc/u-boot/test/dm/
H A Dusb.c23 ut_asserteq(-ENODEV, uclass_get_device_by_seq(UCLASS_USB, 0, &bus)); in dm_test_usb_base()
24 ut_assertok(uclass_get_device(UCLASS_USB, 0, &bus)); in dm_test_usb_base()
25 ut_asserteq(-ENODEV, uclass_get_device_by_seq(UCLASS_USB, 2, &bus)); in dm_test_usb_base()
/openbmc/u-boot/drivers/usb/host/
H A Dusb-uclass.c170 ret = uclass_get(UCLASS_USB, &uc); in usb_stop()
250 ret = uclass_get(UCLASS_USB, &uc); in usb_init()
388 ret = uclass_find_device_by_seq(UCLASS_USB, 0, true, &dev); in usb_setup_ehci_gadget()
740 for (bus = dev; bus && device_get_uclass_id(bus) != UCLASS_USB; ) in usb_get_bus()
790 .id = UCLASS_USB,
H A Dxhci-pci.c55 .id = UCLASS_USB,
H A Dehci-aspeed.c78 .id = UCLASS_USB,
H A Dxhci-mvebu.c92 .id = UCLASS_USB,
H A Dehci-zynq.c82 .id = UCLASS_USB,
H A Dehci-atmel.c120 .id = UCLASS_USB,
H A Dxhci-zynqmp.c138 .id = UCLASS_USB,
H A Dehci-msm.c143 .id = UCLASS_USB,
H A Dxhci-rcar.c153 .id = UCLASS_USB,
H A Dxhci-dwc3.c161 .id = UCLASS_USB,
H A Dehci-pci.c159 .id = UCLASS_USB,
H A Dxhci-rockchip.c177 .id = UCLASS_USB,
H A Dusb-sandbox.c152 .id = UCLASS_USB,
H A Dxhci-fsl.c166 .id = UCLASS_USB,
H A Dehci-marvell.c148 .id = UCLASS_USB,
H A Dxhci-exynos5.c250 .id = UCLASS_USB,
H A Dohci-generic.c191 .id = UCLASS_USB,
H A Dehci-generic.c216 .id = UCLASS_USB,
H A Dehci-exynos.c253 .id = UCLASS_USB,
H A Dehci-fsl.c131 .id = UCLASS_USB,
/openbmc/u-boot/include/dm/
H A Duclass-id.h100 UCLASS_USB, /* USB bus */ enumerator
/openbmc/u-boot/drivers/usb/musb-new/
H A Dusb-compat.h83 if (device_get_uclass_id(udev->dev) == UCLASS_USB) in usb_dev_get_parent()
H A Domap2430.c264 .id = UCLASS_USB,
/openbmc/u-boot/cmd/
H A Dusb.c374 if (device_get_uclass_id(dev->dev->parent) != UCLASS_USB) {
464 for (uclass_find_first_device(UCLASS_USB, &bus);

12