Searched refs:UCLASS_USB (Results 1 – 25 of 45) sorted by relevance
12
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | usb.c | 26 ut_asserteq(-ENODEV, uclass_get_device_by_seq(UCLASS_USB, 0, &bus)); in dm_test_usb_base() 27 ut_assertok(uclass_get_device(UCLASS_USB, 0, &bus)); in dm_test_usb_base() 28 ut_asserteq(-ENODEV, uclass_get_device_by_seq(UCLASS_USB, 2, &bus)); in dm_test_usb_base()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | usb-uclass.c | 174 ret = uclass_get(UCLASS_USB, &uc); in usb_stop() 253 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 D | ohci-pci.c | 37 .id = UCLASS_USB,
|
| H A D | xhci-pci.c | 56 .id = UCLASS_USB,
|
| H A D | xhci-mvebu.c | 95 .id = UCLASS_USB,
|
| H A D | ehci-zynq.c | 83 .id = UCLASS_USB,
|
| H A D | ehci-atmel.c | 121 .id = UCLASS_USB,
|
| H A D | ohci-sunxi.c | 113 .id = UCLASS_USB,
|
| H A D | ehci-sunxi.c | 110 .id = UCLASS_USB,
|
| H A D | xhci-zynqmp.c | 141 .id = UCLASS_USB,
|
| H A D | ohci-da8xx.c | 169 .id = UCLASS_USB,
|
| H A D | ehci-msm.c | 167 .id = UCLASS_USB,
|
| H A D | ehci-pci.c | 160 .id = UCLASS_USB,
|
| H A D | xhci-rcar.c | 166 .id = UCLASS_USB,
|
| H A D | xhci-dwc3.c | 186 .id = UCLASS_USB,
|
| H A D | usb-sandbox.c | 156 .id = UCLASS_USB,
|
| H A D | xhci-fsl.c | 166 .id = UCLASS_USB,
|
| H A D | ehci-marvell.c | 149 .id = UCLASS_USB,
|
| H A D | xhci-exynos5.c | 251 .id = UCLASS_USB,
|
| H A D | ehci-generic.c | 217 .id = UCLASS_USB,
|
| H A D | ohci-generic.c | 194 .id = UCLASS_USB,
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | uclass-id.h | 93 UCLASS_USB, /* USB bus */ enumerator
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | usb-compat.h | 83 if (device_get_uclass_id(udev->dev) == UCLASS_USB) in usb_dev_get_parent()
|
| H A D | ti-musb.c | 197 .id = UCLASS_USB,
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | usb.c | 375 if (device_get_uclass_id(dev->dev->parent) != UCLASS_USB) { 465 for (uclass_find_first_device(UCLASS_USB, &bus);
|
12