Home
last modified time | relevance | path

Searched refs:usb_setup_ehci_gadget (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dusb.h905 int usb_setup_ehci_gadget(struct ehci_ctrl **ctlrp);
/openbmc/u-boot/drivers/usb/host/
H A Dusb-uclass.c381 int usb_setup_ehci_gadget(struct ehci_ctrl **ctlrp) in usb_setup_ehci_gadget() function
/openbmc/u-boot/drivers/usb/gadget/
H A Dci_udc.c1019 ret = usb_setup_ehci_gadget(&controller.ctrl); in usb_gadget_register_driver()