Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dtph.c504 void pci_tph_init(struct pci_dev *pdev) in pci_tph_init() function
H A Dpci.h1022 void pci_tph_init(struct pci_dev *dev);
1027 static inline void pci_tph_init(struct pci_dev *dev) { } in pci_tph_init() function
H A Dprobe.c2674 pci_tph_init(dev); /* TLP Processing Hints */ in pci_init_capabilities()