Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/platform_data/
Dusb-pxa3xx-ulpi.h26 int pxa3xx_u2d_start_hc(struct usb_bus *host);
/Linux-v5.4/arch/arm/mach-pxa/
Dpxa3xx-ulpi.c248 int pxa3xx_u2d_start_hc(struct usb_bus *host) in pxa3xx_u2d_start_hc() function
265 EXPORT_SYMBOL_GPL(pxa3xx_u2d_start_hc);
/Linux-v5.4/drivers/usb/host/
Dohci-pxa27x.c308 pxa3xx_u2d_start_hc(&hcd->self); in pxa27x_start_hc()