Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-omap.c28 static struct omap_xhci omap;
30 static int omap_xhci_core_init(struct omap_xhci *omap) in omap_xhci_core_init()
49 static void omap_xhci_core_exit(struct omap_xhci *omap) in omap_xhci_core_exit()
56 struct omap_xhci *ctx = &omap; in xhci_hcd_init()
89 struct omap_xhci *ctx = &omap; in xhci_hcd_stop()
/OK3568_Linux_fs/u-boot/drivers/usb/phy/
H A Domap_usb_phy.c156 static void omap_enable_usb3_phy(struct omap_xhci *omap) in omap_enable_usb3_phy()
191 static void omap_enable_usb2_phy2(struct omap_xhci *omap) in omap_enable_usb2_phy2()
219 static void am437x_enable_usb2_phy2(struct omap_xhci *omap) in am437x_enable_usb2_phy2()
252 void omap_enable_phy(struct omap_xhci *omap) in omap_enable_phy()
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dxhci-omap.h134 struct omap_xhci { struct
142 void omap_enable_phy(struct omap_xhci *omap); argument