Searched refs:_machine_halt (Results 1 - 25 of 43) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dreboot.h13 extern void (*_machine_halt)(void);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dreset.c23 void (*_machine_halt)(void); variable
36 if (_machine_halt)
37 _machine_halt();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/lasat/
H A Dreset.c59 _machine_halt = lasat_machine_halt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-malta/
H A Dmalta-reset.c52 _machine_halt = mips_machine_halt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dsclp_quiesce.c43 old_machine_halt = _machine_halt;
46 _machine_halt = do_machine_quiesce;
60 _machine_halt = old_machine_halt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/loongson/common/
H A Dreset.c64 _machine_halt = loongson_halt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-sead3/
H A Dsead3-reset.c58 _machine_halt = mips_machine_halt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pnx833x/common/
H A Dsetup.c53 _machine_halt = pnx833x_machine_halt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/jz4740/
H A Dreset.c77 _machine_halt = jz4740_halt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/rb532/
H A Dsetup.c45 _machine_halt = rb_machine_halt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip27/
H A Dip27-reset.c69 _machine_halt = ip27_machine_halt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/wrppmc/
H A Dsetup.c103 _machine_halt = wrppmc_machine_halt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/alchemy/gpr/
H A Dboard_setup.c73 _machine_halt = gpr_power_off;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/alchemy/mtx-1/
H A Dboard_setup.c101 _machine_halt = mtx1_power_off;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/alchemy/xxs1500/
H A Dboard_setup.c57 _machine_halt = xxs1500_power_off;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/ar7/
H A Dsetup.c79 _machine_halt = ar7_machine_halt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/cobalt/
H A Dsetup.c79 _machine_halt = cobalt_machine_halt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/emma/markeins/
H A Dsetup.c105 _machine_halt = markeins_machine_halt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/alchemy/devboards/db1x00/
H A Dboard_setup.c206 _machine_halt = mirage_power_off;
213 _machine_halt = bosporus_power_off;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pmc-sierra/msp71xx/
H A Dmsp_setup.c143 _machine_halt = msp_halt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pmc-sierra/yosemite/
H A Dprom.c97 _machine_halt = prom_halt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pnx8550/common/
H A Dsetup.c101 _machine_halt = pnx8550_machine_halt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/vr41xx/common/
H A Dpmu.c129 _machine_halt = vr41xx_halt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/bcm63xx/
H A Dsetup.c111 _machine_halt = bcm63xx_machine_halt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/alchemy/devboards/pb1000/
H A Dboard_setup.c194 _machine_halt = board_power_off;

Completed in 90 milliseconds

12