poweroff_func      46 arch/mips/sgi-ip32/ip32-reset.c 	void (*poweroff_func)(struct platform_device *) =
poweroff_func      51 arch/mips/sgi-ip32/ip32-reset.c 	if (!poweroff_func) {
poweroff_func      53 arch/mips/sgi-ip32/ip32-reset.c 		poweroff_func = symbol_get(ds1685_rtc_poweroff);
poweroff_func      57 arch/mips/sgi-ip32/ip32-reset.c 	if (!poweroff_func)
poweroff_func      60 arch/mips/sgi-ip32/ip32-reset.c 		(*poweroff_func)((struct platform_device *)data);
poweroff_func     519 drivers/char/ipmi/ipmi_poweroff.c 	void (*poweroff_func)(struct ipmi_user *user);
poweroff_func     525 drivers/char/ipmi/ipmi_poweroff.c 	  .poweroff_func	= ipmi_poweroff_atca },
poweroff_func     528 drivers/char/ipmi/ipmi_poweroff.c 	  .poweroff_func	= ipmi_poweroff_cpi1 },
poweroff_func     531 drivers/char/ipmi/ipmi_poweroff.c 	  .poweroff_func	= ipmi_poweroff_chassis },
poweroff_func     534 drivers/char/ipmi/ipmi_poweroff.c 	  .poweroff_func	= ipmi_poweroff_chassis },
poweroff_func     539 drivers/char/ipmi/ipmi_poweroff.c 	  .poweroff_func	= ipmi_poweroff_chassis },
poweroff_func     628 drivers/char/ipmi/ipmi_poweroff.c 	specific_poweroff_func = poweroff_functions[i].poweroff_func;