Searched refs:wakeup (Results 1 - 25 of 156) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dwakeup.c2 * wakeup.c - support wakeup devices
27 * Enable wakeup device power of devices with the state.enable flag set and set
28 * the wakeup enable mask bits in the GPE registers that correspond to wakeup
39 if (!dev->wakeup.flags.valid
40 || !(dev->wakeup.state.enabled || dev->wakeup.prepare_count)
41 || sleep_state > (u32) dev->wakeup.sleep_state)
44 if (dev->wakeup
[all...]
H A Dpower.c294 * wakeup.flags.valid flag.
330 dev->wakeup.flags.valid = 0;
340 dev->wakeup.flags.valid = 0;
348 * Prepare a wakeup device, two steps (Ref ACPI 2.0:P229):
349 * 1. Power on the power resources required for the wakeup device
357 if (!dev || !dev->wakeup.flags.valid)
362 if (dev->wakeup.prepare_count++)
366 for (i = 0; i < dev->wakeup.resources.count; i++) {
367 int ret = acpi_power_on(dev->wakeup.resources.handles[i], dev);
370 dev->wakeup
[all...]
H A Dproc.c21 * /proc/acpi/wakeup
307 if (!dev->wakeup.flags.valid)
313 (u32) dev->wakeup.sleep_state,
314 dev->wakeup.flags.run_wake ? '*' : ' ',
315 dev->wakeup.state.enabled ? "enabled" : "disabled");
333 device_set_wakeup_enable(dev, adev->wakeup.state.enabled);
361 if (!dev->wakeup.flags.valid)
365 dev->wakeup.state.enabled =
366 dev->wakeup.state.enabled ? 0 : 1;
380 (dev->wakeup
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dinterval.c55 int wakeup = (int) et->last + et->n - local_now; local
56 if (wakeup <= 0)
64 wakeup = et->n;
69 wakeup = et_const_retry;
73 if (tv && wakeup < tv->tv_sec)
76 dmsg (D_INTERVAL, "EVENT event_timeout_wakeup (%d/%d) etcr=%d", wakeup, et->n, et_const_retry);
78 tv->tv_sec = wakeup;
H A Dshaper.h53 struct timeval wakeup; member in struct:shaper
110 if (tv_defined (&s->wakeup))
113 delay = tv_subtract (&s->wakeup, &tv, SHAPER_MAX_TIMEOUT);
146 ASSERT (!openvpn_gettimeofday (&s->wakeup, NULL));
147 tv_add (&s->wakeup, &tv);
153 (int)s->wakeup.tv_sec,
154 (int)s->wakeup.tv_usec);
H A Dinterval.h62 * set wakeup to the number of seconds until a true return
95 interval_schedule_wakeup (struct interval* top, interval_t *wakeup) argument
98 interval_earliest_wakeup (wakeup, top->last_test_true + top->refresh, local_now);
99 interval_earliest_wakeup (wakeup, top->future_trigger, local_now);
101 dmsg (D_INTERVAL, "INTERVAL interval_schedule wakeup=%d", (int)*wakeup);
106 * In wakeup seconds, interval_test will return true once.
109 interval_future_trigger (struct interval* top, interval_t wakeup) { argument
110 if (wakeup)
113 dmsg (D_INTERVAL, "INTERVAL interval_future_trigger %d", (int)wakeup);
[all...]
H A Dfragment.h60 * wakeup code. */
138 struct event_timeout wakeup; /**< Timeout structure used by the main member in struct:fragment_master
468 if (event_timeout_trigger (&f->wakeup, tv, ETT_DEFAULT))
H A Dschedule.h49 struct timeval tv; /* wakeup time */
58 struct schedule_entry *earliest_wakeup; /* cached earliest wakeup */
85 * caller) to the btree. tv signifies the wakeup time for
110 * Return the node with the earliest wakeup time. If two
111 * nodes have the exact same wakeup time, select based on
117 struct timeval *wakeup)
126 *wakeup = ret->tv;
116 schedule_get_earliest_wakeup(struct schedule *s, struct timeval *wakeup) argument
H A Dotime.h253 interval_earliest_wakeup (interval_t *wakeup, time_t at, time_t current) { argument
257 if (delta < *wakeup)
258 *wakeup = delta;
259 if (*wakeup < 0)
260 *wakeup = 0;
H A Dshaper.c89 CLEAR (s->wakeup);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/realmode/
H A 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
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/perl/bin/
H A Dwakeup-latency-report2 # description: system-wide min/max/avg wakeup latency
3 perf trace $@ -s ~/libexec/perf-core/scripts/perl/wakeup-latency.pl
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/
H A DMakefile10 $(obj)/wakeup_rm.o: $(obj)/realmode/wakeup.bin
12 $(obj)/realmode/wakeup.bin: FORCE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx3/
H A Dmach-pcm037_eet.c77 .wakeup = 0,
83 .wakeup = 0,
89 .wakeup = 0,
95 .wakeup = 0,
101 .wakeup = 0,
107 .wakeup = 0,
113 .wakeup = 0,
119 .wakeup = 0,
125 .wakeup = 0,
131 .wakeup
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/power/
H A DMakefile2 obj-$(CONFIG_PM_SLEEP) += main.o wakeup.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dgpio_keys.h11 int wakeup; /* configure the button as a wake-up source */ member in struct:gpio_keys_button
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/include/plat/
H A Dkeypad.h27 * @wakeup: controls whether the device should be set up as wakeup source.
38 bool wakeup; member in struct:samsung_keypad_platdata
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dpci-acpi.c75 if (dev->wakeup.flags.notifier_present)
84 dev->wakeup.flags.notifier_present = true;
102 if (!dev->wakeup.flags.notifier_present)
111 dev->wakeup.flags.notifier_present = false;
163 * (Power Resources for Wake) supporting system wakeup from "x"
296 if (!dev->wakeup.run_wake_count++) {
298 acpi_enable_gpe(dev->wakeup.gpe_device,
299 dev->wakeup.gpe_number);
301 } else if (dev->wakeup.run_wake_count > 0) {
302 if (!--dev->wakeup
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Dpm.c131 int wakeup, ret; local
142 wakeup = bfin_read_VR_CTL() & ~FREQ;
143 wakeup |= SCKELOW;
146 wakeup |= PHYWE;
149 wakeup |= GPWE;
171 do_hibernate(wakeup | vr_wakeup); /* See you later! */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/spi/
H A Dads7846.h56 bool wakeup; member in struct:ads7846_platform_data
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A Dwatch-test.c62 static void wakeup(AvahiTimeout *t, AVAHI_GCC_UNUSED void *userdata) { function
98 api->timeout_new(api, &tv, wakeup, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-glib/
H A Dglib-watch-test.c57 static void wakeup(AvahiTimeout *t, AVAHI_GCC_UNUSED void *userdata) { function
82 api->timeout_new(api, &tv, wakeup, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dwatch-test.c62 static void wakeup(AvahiTimeout *t, AVAHI_GCC_UNUSED void *userdata) { function
98 api->timeout_new(api, &tv, wakeup, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-glib/
H A Dglib-watch-test.c57 static void wakeup(AvahiTimeout *t, AVAHI_GCC_UNUSED void *userdata) { function
82 api->timeout_new(api, &tv, wakeup, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/tipc/
H A Dtipc_port.h80 void (*wakeup)(struct tipc_port *),

Completed in 112 milliseconds

1234567