Home
last modified time | relevance | path

Searched refs:plat_setup (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-plat.h17 int (*plat_setup)(struct usb_hcd *); member
H A Dxhci-plat.c51 if (!priv->plat_setup) in xhci_priv_plat_setup()
54 return priv->plat_setup(hcd); in xhci_priv_plat_setup()
124 .plat_setup = xhci_mvebu_a3700_plat_setup,