Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-plat.h16 int (*plat_setup)(struct usb_hcd *); member
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,