Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dpci-bridge.h252 static inline struct eeh_dev *pdn_to_eeh_dev(struct pci_dn *pdn) in pdn_to_eeh_dev() function
257 #define pdn_to_eeh_dev(x) (NULL) macro
/linux/arch/powerpc/kernel/
H A Dpci_dn.c258 edev = pdn_to_eeh_dev(pdn); in remove_sriov_vf_pdns()
347 struct eeh_dev *edev = pdn_to_eeh_dev(pdn); in pci_remove_device_node_info()
H A Dpci_of_scan.c355 struct eeh_dev *edev = pdn_to_eeh_dev(PCI_DN(dn)); in of_scan_pci_dev()