Searched refs:poweroff_func (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/mips/sgi-ip32/
H A Dip32-reset.c49 void (*poweroff_func)(struct platform_device *) =
54 if (!poweroff_func) {
56 poweroff_func = symbol_get(ds1685_rtc_poweroff);
60 if (!poweroff_func)
63 (*poweroff_func)((struct platform_device *)data);
/linux-master/drivers/char/ipmi/
H A Dipmi_poweroff.c515 void (*poweroff_func)(struct ipmi_user *user); member in struct:poweroff_function
521 .poweroff_func = ipmi_poweroff_atca },
524 .poweroff_func = ipmi_poweroff_cpi1 },
527 .poweroff_func = ipmi_poweroff_chassis },
530 .poweroff_func = ipmi_poweroff_chassis },
535 .poweroff_func = ipmi_poweroff_chassis },
624 specific_poweroff_func = poweroff_functions[i].poweroff_func;

Completed in 114 milliseconds