Searched refs:notify_resume (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Deeh_sysfs.c100 if (!edev || !edev->pe || !eeh_ops->notify_resume)
103 if (eeh_ops->notify_resume(edev))
H A Deeh_driver.c427 if (eeh_ops->notify_resume)
428 eeh_ops->notify_resume(edev);
/linux-master/arch/powerpc/include/asm/
H A Deeh.h229 int (*notify_resume)(struct eeh_dev *edev); member in struct:eeh_ops
/linux-master/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c801 .notify_resume = pseries_notify_resume
/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c1640 .notify_resume = NULL

Completed in 160 milliseconds