Home
last modified time | relevance | path

Searched refs:ehci_usb_ids (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dehci-aspeed.c71 static const struct udevice_id ehci_usb_ids[] = { variable
79 .of_match = ehci_usb_ids,
H A Dehci-atmel.c113 static const struct udevice_id ehci_usb_ids[] = { variable
121 .of_match = ehci_usb_ids,
H A Dehci-msm.c136 static const struct udevice_id ehci_usb_ids[] = { variable
144 .of_match = ehci_usb_ids,
H A Dehci-marvell.c140 static const struct udevice_id ehci_usb_ids[] = { variable
149 .of_match = ehci_usb_ids,
H A Dehci-generic.c209 static const struct udevice_id ehci_usb_ids[] = { variable
217 .of_match = ehci_usb_ids,
H A Dehci-exynos.c246 static const struct udevice_id ehci_usb_ids[] = { variable
254 .of_match = ehci_usb_ids,
H A Dehci-fsl.c123 static const struct udevice_id ehci_usb_ids[] = { variable
132 .of_match = ehci_usb_ids,
H A Dehci-tegra.c850 static const struct udevice_id ehci_usb_ids[] = { variable
861 .of_match = ehci_usb_ids,
/openbmc/u-boot/doc/driver-model/
H A Dusb-info.txt27 static const struct udevice_id ehci_usb_ids[] = {
37 .of_match = ehci_usb_ids,
47 Here ehci_usb_ids is used to list the controllers that the driver supports.