Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-plat.h18 void (*plat_start)(struct usb_hcd *); member
H A Dxhci-rcar.h52 .plat_start = xhci_rcar_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()