Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dxhci-plat.h16 void (*plat_start)(struct usb_hcd *); member
Dxhci-rcar.c220 .plat_start = xhci_rcar_start, \
235 .plat_start = xhci_rzv2m_start,
Dxhci-plat.c42 if (priv->plat_start) in xhci_priv_plat_start()
43 priv->plat_start(hcd); in xhci_priv_plat_start()
/Linux-v6.6/drivers/usb/cdns3/
Dhost.c56 .plat_start = xhci_cdns3_plat_start,