notify_resume     231 arch/powerpc/include/asm/eeh.h 	int (*notify_resume)(struct pci_dn *pdn);
notify_resume     444 arch/powerpc/kernel/eeh_driver.c 	if (eeh_ops->notify_resume && eeh_dev_to_pdn(edev))
notify_resume     445 arch/powerpc/kernel/eeh_driver.c 		eeh_ops->notify_resume(eeh_dev_to_pdn(edev));
notify_resume     116 arch/powerpc/kernel/eeh_sysfs.c 	if (!edev || !edev->pe || !eeh_ops->notify_resume)
notify_resume     119 arch/powerpc/kernel/eeh_sysfs.c 	if (eeh_ops->notify_resume(pci_get_pdn(pdev)))
notify_resume    1692 arch/powerpc/platforms/powernv/eeh-powernv.c 	.notify_resume		= NULL
notify_resume     792 arch/powerpc/platforms/pseries/eeh_pseries.c 	.notify_resume		= pseries_notify_resume