Searched refs:wakeup (Results 1 - 25 of 242) sorted by path

12345678910

/linux-master/arch/arm/mach-sa1100/
H A Dh3xxx.c178 .wakeup = 1,
185 .wakeup = 0,
H A Dassabet.c475 .wakeup = 1,
482 .wakeup = 1,
H A Dcollie.c237 .wakeup = 1,
245 .wakeup = 1,
/linux-master/arch/x86/platform/olpc/
H A DMakefile3 obj-$(CONFIG_OLPC_XO1_PM) += olpc-xo1-pm.o xo1-wakeup.o
H A Dolpc-xo15-sci.c26 * The normal ACPI LID wakeup behavior is wake-on-open, but not
175 if (device->wakeup.flags.valid)
/linux-master/drivers/gpu/drm/tegra/
H A Dmipi-phy.c53 timing->wakeup = 1000000;
130 if (timing->wakeup < 1000000)
H A Dmipi-phy.h40 unsigned int wakeup; member in struct:mipi_dphy_timing
/linux-master/drivers/pcmcia/
H A Di82365.c109 static int wakeup = 0; variable
119 module_param(wakeup, int, 0444);
582 if (wakeup) {
/linux-master/drivers/slimbus/
H A Dsched.c13 * @wakeup: Wakeup this controller from clock pause.
21 * This API executes clock pause reconfiguration sequence if wakeup is false.
22 * If wakeup is true, controller's wakeup is called.
25 int slim_ctrl_clk_pause(struct slim_controller *ctrl, bool wakeup, u8 restart) argument
35 if (wakeup == false && restart > SLIM_CLK_UNSPECIFIED)
39 if (wakeup) {
59 * Slimbus framework will call controller wakeup
63 if (sched->clk_state == SLIM_CLK_PAUSED && ctrl->wakeup)
64 ret = ctrl->wakeup(ctr
[all...]
/linux-master/fs/orangefs/
H A Ddevorangefs-req.c429 goto wakeup;
467 goto wakeup;
480 wakeup:
507 goto wakeup;
512 goto wakeup;
/linux-master/include/linux/input/
H A Dsamsung-keypad.h23 * @wakeup: controls whether the device should be set up as wakeup source.
34 bool wakeup; member in struct:samsung_keypad_platdata
/linux-master/include/linux/mfd/
H A Dmax8998-private.h154 bool wakeup; member in struct:max8998_dev
/linux-master/tools/perf/scripts/perl/bin/
H A Dwakeup-latency-report2 # description: system-wide min/max/avg wakeup latency
3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl
/linux-master/arch/arm/mach-pxa/
H A Dspitz.c384 .wakeup = 1,
413 .wakeup = 1,
/linux-master/arch/arm/mach-s3c/
H A DMakefile23 obj-$(CONFIG_SAMSUNG_WAKEMASK) += wakeup-mask.o
H A Dmach-crag6410.c211 .wakeup = 1,
/linux-master/arch/powerpc/sysdev/
H A Dfsl_mpic_timer_wakeup.c3 * MPIC timer wakeup driver
28 struct fsl_mpic_timer_wakeup *wakeup = local
33 if (wakeup->timer) {
34 disable_irq_wake(wakeup->timer->irq);
35 mpic_free_timer(wakeup->timer);
38 wakeup->timer = NULL;
44 struct fsl_mpic_timer_wakeup *wakeup = dev_id; local
46 schedule_work(&wakeup->free_work);
48 return wakeup->timer ? IRQ_HANDLED : IRQ_NONE;
164 MODULE_DESCRIPTION("Freescale MPIC global timer wakeup drive
[all...]
/linux-master/arch/sh/boards/mach-x3proto/
H A Dsetup.c131 .wakeup = 1,
136 .wakeup = 1,
/linux-master/arch/um/kernel/
H A Dirq.c38 bool wakeup; member in struct:irq_reg
87 /* do nothing if suspended - just to cause a wakeup */
519 if (entry->reg[t].wakeup ||
604 entry->reg[t].wakeup = on;
/linux-master/arch/x86/events/intel/
H A Dbts.c377 unsigned long head, space, next_space, pad, gap, skip, wakeup; local
430 /* Don't go far beyond wakeup watermark */
431 wakeup = BTS_SAFETY_MARGIN + BTS_RECORD_SIZE + handle->wakeup -
433 if (space > wakeup) {
434 space = wakeup;
H A Dpt.c1086 unsigned long idx, npages, wakeup; local
1127 wakeup = handle->wakeup >> PAGE_SHIFT;
1131 if (idx > wakeup)
1132 idx = wakeup;
/linux-master/arch/x86/kvm/
H A Di8259.c53 bool wakeup = s->wakeup_needed; variable
61 if (wakeup) {
/linux-master/arch/x86/platform/geode/
H A Dalix.c51 .wakeup = 0,
H A Dgeos.c35 .wakeup = 0,
H A Dnet5501.c37 .wakeup = 0,

Completed in 272 milliseconds

12345678910