Home
last modified time | relevance | path

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

/linux/drivers/pci/pcie/
H A Drcec.c186 void pci_rcec_exit(struct pci_dev *dev) in pci_rcec_exit() function
/linux/drivers/pci/
H A Dpci.h904 void pci_rcec_exit(struct pci_dev *dev);
911 static inline void pci_rcec_exit(struct pci_dev *dev) { }
794 static inline void pci_rcec_exit(struct pci_dev *dev) { } pci_rcec_exit() function
H A Dprobe.c2469 pci_rcec_exit(dev); in pci_alloc_dev()