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

/linux-master/arch/powerpc/kernel/
H A Deeh.c653 rc = eeh_ops->set_option(pe, function);
749 eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE);
758 eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE);
1348 if (!eeh_ops || !eeh_ops->set_option) {
1470 if (!eeh_ops || !eeh_ops->set_option || !eeh_ops->reset)
1489 eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE);
/linux-master/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c438 ret = eeh_ops->set_option(&pe, EEH_OPT_ENABLE);
790 .set_option = pseries_eeh_set_option,
/linux-master/arch/powerpc/include/asm/
H A Deeh.h218 int (*set_option)(struct eeh_pe *pe, int option); member in struct:eeh_ops
/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c1630 .set_option = pnv_eeh_set_option,

Completed in 143 milliseconds