eeh_pe_reset      317 arch/powerpc/include/asm/eeh.h int eeh_pe_reset(struct eeh_pe *pe, int option, bool include_passed);
eeh_pe_reset      930 arch/powerpc/kernel/eeh.c 		ret = eeh_pe_reset(pe, type, include_passed);
eeh_pe_reset      932 arch/powerpc/kernel/eeh.c 			ret = eeh_pe_reset(pe, EEH_RESET_DEACTIVATE,
eeh_pe_reset     1712 arch/powerpc/kernel/eeh.c EXPORT_SYMBOL_GPL(eeh_pe_reset);
eeh_pe_reset       74 drivers/vfio/vfio_spapr_eeh.c 			ret = eeh_pe_reset(pe, EEH_RESET_DEACTIVATE, true);
eeh_pe_reset       77 drivers/vfio/vfio_spapr_eeh.c 			ret = eeh_pe_reset(pe, EEH_RESET_HOT, true);
eeh_pe_reset       80 drivers/vfio/vfio_spapr_eeh.c 			ret = eeh_pe_reset(pe, EEH_RESET_FUNDAMENTAL, true);