Home
last modified time | relevance | path

Searched refs:plat_start (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-plat.h18 void (*plat_start)(struct usb_hcd *); member
H A Dxhci-rcar.c219 .plat_start = xhci_rcar_start, \
233 .plat_start = xhci_rzv2m_start,
H A Dxhci-plat.c43 if (priv->plat_start) in xhci_priv_plat_start()
44 priv->plat_start(hcd); in xhci_priv_plat_start()
/openbmc/linux/drivers/usb/cdns3/
H A Dhost.c61 .plat_start = xhci_cdns3_plat_start,
/openbmc/linux/drivers/usb/dwc3/
H A Dhost.c34 .plat_start = dwc3_xhci_plat_start,