Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/pcie/
H A Dptm.c220 void pci_disable_ptm(struct pci_dev *dev) in pci_disable_ptm() function
227 EXPORT_SYMBOL(pci_disable_ptm);
/openbmc/linux/include/linux/
H A Dpci.h1814 void pci_disable_ptm(struct pci_dev *dev);
1819 static inline void pci_disable_ptm(struct pci_dev *dev) { } in pci_disable_ptm() function
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c6990 pci_disable_ptm(pdev); in igc_remove()