Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dusb-pxa3xx-ulpi.h28 void pxa3xx_u2d_stop_hc(struct usb_bus *host);
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A 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);
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-pxa27x.c328 pxa3xx_u2d_stop_hc(&hcd->self); in pxa27x_stop_hc()