Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dipmi_poweroff.c522 static struct poweroff_function poweroff_functions[] = { variable
541 #define NUM_PO_FUNCS ARRAY_SIZE(poweroff_functions)
616 if (poweroff_functions[i].detect(ipmi_user)) in ipmi_po_new_smi()
627 poweroff_functions[i].platform_type); in ipmi_po_new_smi()
628 specific_poweroff_func = poweroff_functions[i].poweroff_func; in ipmi_po_new_smi()
/kernel/linux/linux-6.6/drivers/char/ipmi/
H A Dipmi_poweroff.c518 static struct poweroff_function poweroff_functions[] = { variable
537 #define NUM_PO_FUNCS ARRAY_SIZE(poweroff_functions)
612 if (poweroff_functions[i].detect(ipmi_user)) in ipmi_po_new_smi()
623 poweroff_functions[i].platform_type); in ipmi_po_new_smi()
624 specific_poweroff_func = poweroff_functions[i].poweroff_func; in ipmi_po_new_smi()

Completed in 3 milliseconds