Searched defs:poweroff_functions (Results 1 - 1 of 1) sorted by relevance

/drivers/char/ipmi/
H A Dipmi_poweroff.c526 static struct poweroff_function poweroff_functions[] = { variable in typeref:struct:poweroff_function
542 #define NUM_PO_FUNCS (sizeof(poweroff_functions) \
620 if (poweroff_functions[i].detect(ipmi_user))
632 poweroff_functions[i].platform_type);
633 specific_poweroff_func = poweroff_functions[i].poweroff_func;

Completed in 29 milliseconds