set_option        219 arch/powerpc/include/asm/eeh.h 	int (*set_option)(struct eeh_pe *pe, int option);
set_option        679 arch/powerpc/kernel/eeh.c 	rc = eeh_ops->set_option(pe, function);
set_option        835 arch/powerpc/kernel/eeh.c 		eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE);
set_option        844 arch/powerpc/kernel/eeh.c 		eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE);
set_option       1559 arch/powerpc/kernel/eeh.c 		if (!eeh_ops || !eeh_ops->set_option) {
set_option       1680 arch/powerpc/kernel/eeh.c 	if (!eeh_ops || !eeh_ops->set_option || !eeh_ops->reset)
set_option       1699 arch/powerpc/kernel/eeh.c 		eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE);
set_option       1681 arch/powerpc/platforms/powernv/eeh-powernv.c 	.set_option             = pnv_eeh_set_option,
set_option        286 arch/powerpc/platforms/pseries/eeh_pseries.c 	ret = eeh_ops->set_option(&pe, EEH_OPT_ENABLE);
set_option        780 arch/powerpc/platforms/pseries/eeh_pseries.c 	.set_option		= pseries_eeh_set_option,