Home
last modified time | relevance | path

Searched refs:eeh_dev_check_failure (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/include/asm/
Deeh.h296 int eeh_dev_check_failure(struct eeh_dev *edev);
343 #define eeh_dev_check_failure(x) (0) macro
/arch/powerpc/kernel/
Drtas_pci.c91 eeh_dev_check_failure(pdn_to_eeh_dev(pdn))) in rtas_pci_read_config()
Deeh.c416 int eeh_dev_check_failure(struct eeh_dev *edev) in eeh_dev_check_failure() function
558 EXPORT_SYMBOL_GPL(eeh_dev_check_failure);
584 return eeh_dev_check_failure(edev); in eeh_check_failure()
1713 ret = eeh_dev_check_failure(edev); in eeh_dev_check_write()
/arch/powerpc/platforms/powernv/
Dpci.c697 eeh_dev_check_failure(pdn->edev)) in pnv_pci_read_config()