Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/
H A Dtph.c535 void pci_tph_init(struct pci_dev *pdev) in pci_tph_init() function
H A Dpci.h725 void pci_tph_init(struct pci_dev *dev);
730 static inline void pci_tph_init(struct pci_dev *dev) { } in pci_tph_init() function
H A Dprobe.c2620 pci_tph_init(dev); /* TLP Processing Hints */ in pci_init_capabilities()