Home
last modified time | relevance | path

Searched refs:mach_power_off (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/m68k/include/asm/
Dmachdep.h27 extern void (*mach_power_off)( void );
/linux-4.4.14/arch/m68k/kernel/
Dprocess.c80 if (mach_power_off) in machine_power_off()
81 mach_power_off(); in machine_power_off()
Dsetup_no.c58 void (*mach_power_off)(void); variable
Dsetup_mm.c99 void (*mach_power_off)( void ); variable
/linux-4.4.14/arch/m68k/emu/
Dnatfeat.c93 mach_power_off = nf_poweroff; in nf_init()
/linux-4.4.14/arch/m68k/mac/
Dconfig.c162 mach_power_off = mac_poweroff; in config_mac()