Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Deeh.c662 rc = eeh_ops->set_option(pe, function); in eeh_pci_enable()
758 eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE); in pcibios_set_pcie_reset_state()
767 eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE); in pcibios_set_pcie_reset_state()
1336 if (!eeh_ops || !eeh_ops->set_option) { in eeh_pe_set_option()
1458 if (!eeh_ops || !eeh_ops->set_option || !eeh_ops->reset) in eeh_pe_reset()
1477 eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE); in eeh_pe_reset()
/linux/arch/powerpc/include/asm/
H A Deeh.h218 int (*set_option)(struct eeh_pe *pe, int option); member
/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c1629 .set_option = pnv_eeh_set_option,