Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/sgi-ip32/
Dip32-reset.c44 void (*poweroff_func)(struct platform_device *) = in ip32_poweroff() local
49 if (!poweroff_func) { in ip32_poweroff()
51 poweroff_func = symbol_get(ds1685_rtc_poweroff); in ip32_poweroff()
55 if (!poweroff_func) in ip32_poweroff()
58 (*poweroff_func)((struct platform_device *)data); in ip32_poweroff()
/linux-4.4.14/drivers/char/ipmi/
Dipmi_poweroff.c523 void (*poweroff_func)(ipmi_user_t user); member
529 .poweroff_func = ipmi_poweroff_atca },
532 .poweroff_func = ipmi_poweroff_cpi1 },
535 .poweroff_func = ipmi_poweroff_chassis },
540 .poweroff_func = ipmi_poweroff_chassis },
633 specific_poweroff_func = poweroff_functions[i].poweroff_func; in ipmi_po_new_smi()