Home
last modified time | relevance | path

Searched refs:wakeup (Results 1 – 25 of 96) sorted by relevance

1234

/arch/x86/kernel/acpi/realmode/
DMakefile9 always := wakeup.bin
10 targets := wakeup.elf wakeup.lds
12 wakeup-y += wakeup.o wakemain.o video-mode.o copy.o bioscall.o regs.o
18 wakeup-y += video-vga.o
19 wakeup-y += video-vesa.o
20 wakeup-y += video-bios.o
22 targets += $(wakeup-y)
47 WAKEUP_OBJS = $(addprefix $(obj)/,$(wakeup-y))
53 $(obj)/wakeup.elf: $(obj)/wakeup.lds $(WAKEUP_OBJS) FORCE
58 $(obj)/wakeup.bin: $(obj)/wakeup.elf FORCE
D.gitignore1 wakeup.bin
2 wakeup.elf
3 wakeup.lds
/arch/arm/mach-imx/
Dmach-pcm037_eet.c74 .wakeup = 0,
80 .wakeup = 0,
86 .wakeup = 0,
92 .wakeup = 0,
98 .wakeup = 0,
104 .wakeup = 0,
110 .wakeup = 0,
116 .wakeup = 0,
122 .wakeup = 0,
128 .wakeup = 0,
[all …]
Dmach-imx27_visstrim_m10.c210 .wakeup = 1,
218 .wakeup = 1,
226 .wakeup = 1,
/arch/blackfin/mach-common/
Dpm.c125 int wakeup, ret; in bfin_pm_suspend_mem_enter() local
136 wakeup = bfin_read_VR_CTL() & ~FREQ; in bfin_pm_suspend_mem_enter()
137 wakeup |= SCKELOW; in bfin_pm_suspend_mem_enter()
140 wakeup |= PHYWE; in bfin_pm_suspend_mem_enter()
143 wakeup |= GPWE; in bfin_pm_suspend_mem_enter()
162 do_hibernate(wakeup | vr_wakeup); /* See you later! */ in bfin_pm_suspend_mem_enter()
/arch/arm/boot/dts/
Dsnowball.dts30 wakeup = <1>;
37 wakeup = <1>;
44 wakeup = <1>;
51 wakeup = <1>;
58 wakeup = <1>;
Dimx53-ard.dts104 gpio-key,wakeup;
111 gpio-key,wakeup;
118 gpio-key,wakeup;
Dat91sam9m10g45ek.dts116 gpio-key,wakeup;
123 gpio-key,wakeup;
/arch/x86/kernel/acpi/
DMakefile10 $(obj)/wakeup_rm.o: $(obj)/realmode/wakeup.bin
12 $(obj)/realmode/wakeup.bin: FORCE
/arch/arm/mach-at91/
Dboard-csb337.c160 .wakeup = 1,
167 .wakeup = 1,
174 .wakeup = 1,
Dboard-yl-9200.c258 .wakeup = 1,
265 .wakeup = 1,
272 .wakeup = 1,
279 .wakeup = 1,
Dboard-gsia18s.c394 .wakeup = 1,
402 .wakeup = 1,
410 .wakeup = 1,
418 .wakeup = 1,
Dboard-sam9261ek.c499 .wakeup = 1,
506 .wakeup = 1,
513 .wakeup = 1,
520 .wakeup = 1,
Dpm.c46 static char wakeup[] __initdata = "wakeup"; in show_reset_status() local
72 reason = wakeup; in show_reset_status()
Dboard-sam9rlek.c257 .wakeup = 1,
264 .wakeup = 1,
/arch/mips/netlogic/xlr/
DMakefile2 obj-$(CONFIG_SMP) += wakeup.o
/arch/mips/netlogic/xlp/
DMakefile2 obj-$(CONFIG_SMP) += wakeup.o
/arch/unicore32/kernel/
Dpuv3-nb0916.c65 .wakeup = 1,
73 .wakeup = 1,
/arch/x86/platform/olpc/
DMakefile2 obj-$(CONFIG_OLPC_XO1_PM) += olpc-xo1-pm.o xo1-wakeup.o
/arch/arm/mach-tegra/include/mach/
Dkbc.h58 bool wakeup; member
/arch/arm/mach-exynos/
Dmach-origen.c423 .wakeup = true,
510 .wakeup = 1,
518 .wakeup = 1,
526 .wakeup = 1,
534 .wakeup = 1,
542 .wakeup = 1,
/arch/arm/mach-pxa/
Dcsb701.c17 .wakeup = 1,
Draumfeld.c397 .wakeup = 0,
406 .wakeup = 0,
415 .wakeup = 0,
424 .wakeup = 0,
433 .wakeup = 0,
442 .wakeup = 0,
/arch/sh/boards/mach-x3proto/
Dsetup.c134 .wakeup = 1,
139 .wakeup = 1,
/arch/arm/common/
DKconfig69 bool "Don't disable wakeup IRQ when debugger is active"
73 Don't disable the wakeup irq when enabling the uart clock. This will

1234