Home
last modified time | relevance | path

Searched refs:restore_config (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/powerpc/kernel/
Deeh_pe.c830 if (eeh_ops->restore_config && pdn) in eeh_restore_one_device_bars()
831 eeh_ops->restore_config(pdn); in eeh_restore_one_device_bars()
Deeh.c732 if (pdn && eeh_ops->restore_config) in eeh_restore_dev_state()
733 eeh_ops->restore_config(pdn); in eeh_restore_dev_state()
/linux-4.1.27/arch/powerpc/include/asm/
Deeh.h217 int (*restore_config)(struct pci_dn *pdn); member
/linux-4.1.27/arch/powerpc/platforms/pseries/
Deeh_pseries.c716 .restore_config = NULL
/linux-4.1.27/arch/powerpc/platforms/powernv/
Deeh-powernv.c1523 .restore_config = pnv_eeh_restore_config