Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Deeh_pe.c781 if (eeh_ops->restore_config) in eeh_restore_one_device_bars()
782 eeh_ops->restore_config(edev); in eeh_restore_one_device_bars()
H A Deeh.c719 if (eeh_ops->restore_config) in eeh_restore_dev_state()
720 eeh_ops->restore_config(edev); in eeh_restore_dev_state()
/linux/arch/powerpc/include/asm/
H A Deeh.h228 int (*restore_config)(struct eeh_dev *edev); member
/linux/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c838 .restore_config = NULL, /* NB: configure_bridge() does this */
/linux/drivers/iio/adc/
H A Dat91-sama5d2_adc.c1903 goto restore_config; in at91_adc_read_temp()
1910 restore_config: in at91_adc_read_temp()
/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c1638 .restore_config = pnv_eeh_restore_config,