Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-plat.c189 static struct xhci_plat_priv_overwrite xhci_plat_vendor_overwrite; variable
196 xhci_plat_vendor_overwrite.vendor_ops = vendor_ops; in xhci_plat_register_vendor_ops()
206 if (xhci_plat_vendor_overwrite.vendor_ops) in xhci_vendor_init()
207 ops = xhci->vendor_ops = xhci_plat_vendor_overwrite.vendor_ops; in xhci_vendor_init()