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

/linux-master/drivers/char/ipmi/
H A Dipmi_poweroff.c518 static struct poweroff_function poweroff_functions[] = { variable in typeref:struct:poweroff_function
537 #define NUM_PO_FUNCS ARRAY_SIZE(poweroff_functions)
612 if (poweroff_functions[i].detect(ipmi_user))
623 poweroff_functions[i].platform_type);
624 specific_poweroff_func = poweroff_functions[i].poweroff_func;

Completed in 107 milliseconds