Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-pci.h10 void renesas_xhci_pci_exit(struct pci_dev *dev);
19 static void renesas_xhci_pci_exit(struct pci_dev *dev) { }; in renesas_xhci_pci_exit() function
H A Dxhci-pci-renesas.c634 void renesas_xhci_pci_exit(struct pci_dev *dev) in renesas_xhci_pci_exit() function
637 EXPORT_SYMBOL_GPL(renesas_xhci_pci_exit);
H A Dxhci-pci.c471 renesas_xhci_pci_exit(dev); in xhci_pci_remove()