Searched refs:power_off (Results 1 - 25 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dreboot.h11 void (*power_off)(void); member in struct:machine_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ps3/
H A Dsys-manager-core.c51 if (ps3_sys_manager_ops.power_off)
52 ps3_sys_manager_ops.power_off(ps3_sys_manager_ops.dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dreboot.h11 void (*power_off)(void); member in struct:machine_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dreboot.c64 .power_off = native_machine_power_off,
75 machine_ops.power_off();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dplatform.c35 _F(void, power_off, (void), { while(1); });
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/83xx/
H A Dmcu_mpc8349emitx.c126 if (!ppc_md.power_off) {
128 ppc_md.power_off = mcu_power_off;
144 ppc_md.power_off = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/embedded6xx/
H A Dgamecube.c91 .power_off = gamecube_power_off,
H A Dlinkstation.c172 .power_off = linkstation_power_off,
H A Dwii.c233 .power_off = wii_power_off,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dcelleb_setup.c209 .power_off = beat_power_off,
235 .power_off = rtas_power_off,
H A Dqpace_setup.c140 .power_off = rtas_power_off,
H A Dsetup.c293 .power_off = rtas_power_off,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dboard.h59 int (*power_off)(void * data); member in struct:omap_camera_sensor_config
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dar9002_hw.c325 int power_off)
380 if (power_off) {
418 if (!power_off)
425 if (!power_off)
434 if (!power_off)
323 ar9002_hw_configpcipowersave(struct ath_hw *ah, int restore, int power_off) argument
H A Dar9003_hw.c281 int power_off)
310 array = power_off ? &ah->iniPcieSerdes :
279 ar9003_hw_configpcipowersave(struct ath_hw *ah, int restore, int power_off) argument
H A Dhw-ops.h26 int power_off)
28 ath9k_hw_ops(ah)->config_pci_powersave(ah, restore, power_off);
24 ath9k_hw_configpcipowersave(struct ath_hw *ah, int restore, int power_off) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/maple/
H A Dsetup.c172 ppc_md.power_off = rtas_power_off;
327 .power_off = maple_power_off,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/52xx/
H A Defika.c227 .power_off = rtas_power_off,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/ps3/
H A Dsetup.c274 .power_off = ps3_power_off,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dapm_32.c172 static int power_off; variable
174 static int power_off = 1; variable
1603 if (power_off)
1645 (strncmp(str, "power_off", 9) == 0))
1646 power_off = !invert;
2076 if ((num_online_cpus() > 1) && !power_off && !smp) {
2172 if (power_off)
2189 module_param(power_off, bool, 0444);
2190 MODULE_PARM_DESC(power_off, "Enable power off");
H A Dreboot.c700 .power_off = native_machine_power_off,
712 machine_ops.power_off();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsetup-common.c131 if (ppc_md.power_off)
132 ppc_md.power_off();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dmachdep.h140 void (*power_off)(void); member in struct:machdep_calls
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dras.c185 ppc_md.power_off();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271_main.c700 goto power_off;
704 goto power_off;
727 power_off:
878 goto power_off;
882 goto power_off;
910 power_off:

Completed in 296 milliseconds

12