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.h905 void pci_tph_init(struct pci_dev *dev);
910 static inline void pci_tph_init(struct pci_dev *dev) { } in pci_tph_init() function
H A Dprobe.c2705 pci_tph_init(dev); /* TLP Processing Hints */ in pci_init_capabilities()