Home
last modified time | relevance | path

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

/drivers/char/ipmi/
Dipmi_poweroff.c519 void (*poweroff_func)(struct ipmi_user *user); member
525 .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()