Home
last modified time | relevance | path

Searched refs:set_option (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/kernel/
Deeh.c686 rc = eeh_ops->set_option(pe, function); in eeh_pci_enable()
787 eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE); in pcibios_set_pcie_reset_state()
795 eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE); in pcibios_set_pcie_reset_state()
1523 if (!eeh_ops || !eeh_ops->set_option) { in eeh_pe_set_option()
1638 if (!eeh_ops || !eeh_ops->set_option || !eeh_ops->reset) in eeh_pe_reset()
1657 eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE); in eeh_pe_reset()
/arch/powerpc/platforms/pseries/
Deeh_pseries.c254 ret = eeh_ops->set_option(&pe, EEH_OPT_ENABLE); in pseries_eeh_probe()
691 .set_option = pseries_eeh_set_option,
/arch/powerpc/include/asm/
Deeh.h205 int (*set_option)(struct eeh_pe *pe, int option); member
/arch/powerpc/platforms/powernv/
Deeh-powernv.c1736 .set_option = pnv_eeh_set_option,