Searched refs:poweroff_func (Results 1 – 2 of 2) sorted by relevance
46 void (*poweroff_func)(struct platform_device *) = in ip32_poweroff() local51 if (!poweroff_func) { in ip32_poweroff()53 poweroff_func = symbol_get(ds1685_rtc_poweroff); in ip32_poweroff()57 if (!poweroff_func) in ip32_poweroff()60 (*poweroff_func)((struct platform_device *)data); in ip32_poweroff()
519 void (*poweroff_func)(struct ipmi_user *user); member525 .poweroff_func = ipmi_poweroff_atca },528 .poweroff_func = ipmi_poweroff_cpi1 },531 .poweroff_func = ipmi_poweroff_chassis },534 .poweroff_func = ipmi_poweroff_chassis },539 .poweroff_func = ipmi_poweroff_chassis },628 specific_poweroff_func = poweroff_functions[i].poweroff_func; in ipmi_po_new_smi()