Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/sgi-ip32/
H A Dip32-reset.c46 void (*poweroff_func)(struct platform_device *) = in ip32_poweroff()
51 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()
/kernel/linux/linux-6.6/arch/mips/sgi-ip32/
H A Dip32-reset.c47 void (*poweroff_func)(struct platform_device *) = in ip32_poweroff()
52 if (!poweroff_func) { in ip32_poweroff()
54 poweroff_func = symbol_get(ds1685_rtc_poweroff); in ip32_poweroff()
58 if (!poweroff_func) in ip32_poweroff()
61 (*poweroff_func)((struct platform_device *)data); in ip32_poweroff()
/kernel/linux/linux-5.10/drivers/char/ipmi/
H A 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()
/kernel/linux/linux-6.6/drivers/char/ipmi/
H A Dipmi_poweroff.c515 void (*poweroff_func)(struct ipmi_user *user); member
521 .poweroff_func = ipmi_poweroff_atca },
524 .poweroff_func = ipmi_poweroff_cpi1 },
527 .poweroff_func = ipmi_poweroff_chassis },
530 .poweroff_func = ipmi_poweroff_chassis },
535 .poweroff_func = ipmi_poweroff_chassis },
624 specific_poweroff_func = poweroff_functions[i].poweroff_func; in ipmi_po_new_smi()

Completed in 3 milliseconds