Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/platform_data/
Dusb-pxa3xx-ulpi.h28 void pxa3xx_u2d_stop_hc(struct usb_bus *host);
/Linux-v5.4/arch/arm/mach-pxa/
Dpxa3xx-ulpi.c267 void pxa3xx_u2d_stop_hc(struct usb_bus *host) in pxa3xx_u2d_stop_hc() function
278 EXPORT_SYMBOL_GPL(pxa3xx_u2d_stop_hc);
/Linux-v5.4/drivers/usb/host/
Dohci-pxa27x.c328 pxa3xx_u2d_stop_hc(&hcd->self); in pxa27x_stop_hc()