Searched refs:wakeup (Results 26 - 50 of 156) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Dwakeup-mask.c1 /* arch/arm/plat-samsung/wakeup-mask.c
5 * Support for wakeup mask interrupts on newer SoCs
19 #include <plat/wakeup-mask.h>
H A DMakefile69 obj-$(CONFIG_SAMSUNG_WAKEMASK) += wakeup-mask.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dcsb701.c17 .wakeup = 1,
H A Draumfeld.c398 .wakeup = 0,
407 .wakeup = 0,
416 .wakeup = 0,
425 .wakeup = 0,
434 .wakeup = 0,
443 .wakeup = 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dbutton.c424 if (device->wakeup.flags.valid) {
426 acpi_enable_gpe(device->wakeup.gpe_device,
427 device->wakeup.gpe_number);
428 device->wakeup.run_wake_count++;
429 device->wakeup.state.enabled = 1;
448 if (device->wakeup.flags.valid) {
449 acpi_disable_gpe(device->wakeup.gpe_device,
450 device->wakeup.gpe_number);
451 device->wakeup.run_wake_count--;
452 device->wakeup
[all...]
H A Dscan.c488 if (device->wakeup.flags.valid)
716 device->wakeup.gpe_device =
718 device->wakeup.gpe_number =
721 device->wakeup.gpe_number = element->integer.value;
729 device->wakeup.sleep_state = element->integer.value;
734 device->wakeup.resources.count = package->package.count - 2;
735 for (i = 0; i < device->wakeup.resources.count; i++) {
740 device->wakeup.resources.handles[i] = element->reference.handle;
743 acpi_gpe_can_wake(device->wakeup.gpe_device, device->wakeup
[all...]
H A Dpci_bind.c74 if (device->wakeup.flags.run_wake)
H A DMakefile25 acpi-y += wakeup.o
H A Dglue.c170 if (acpi_dev->wakeup.flags.valid) {
173 acpi_dev->wakeup.state.enabled);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dboard-csb337.c162 .wakeup = 1,
169 .wakeup = 1,
176 .wakeup = 1,
H A Dpm.c47 static char wakeup[] __initdata = "wakeup";
69 /* board-specific code enabled the wakeup sources */
70 reason = wakeup;
72 /* "wakeup signal" */
77 if (wake_type & AT91_SHDW_RTTWK) /* rtt wakeup */
79 else if (wake_type & AT91_SHDW_RTCWK) /* rtc wakeup */
81 else if (wake_type == 0) /* power-restored wakeup */
83 else /* unknown wakeup */
184 * in order to act as a wakeup sourc
[all...]
H A Dboard-sam9261ek.c505 .wakeup = 1,
512 .wakeup = 1,
519 .wakeup = 1,
526 .wakeup = 1,
H A Dboard-yl-9200.c260 .wakeup = 1,
267 .wakeup = 1,
274 .wakeup = 1,
281 .wakeup = 1,
H A Dboard-cpu9krea.c298 .wakeup = 1,
305 .wakeup = 1,
H A Dboard-neocore926.c301 .wakeup = 1,
308 .wakeup = 1,
H A Dboard-sam9260ek.c291 .wakeup = 1,
298 .wakeup = 1,
H A Dboard-sam9263ek.c326 .wakeup = 1,
333 .wakeup = 1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/input/
H A Dmatrix_keypad.h48 * @wakeup: controls whether the device should be set up as wakeup
73 bool wakeup; member in struct:matrix_keypad_platform_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dgadget.h426 int (*wakeup)(struct usb_gadget *); member in struct:usb_gadget_ops
559 * remote wakeup even when hosts don't explicitly enable it.
563 if (!gadget->ops->wakeup)
565 return gadget->ops->wakeup(gadget);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dshare.c573 tmp->wakeup = kf;
851 parport_claim_or_block(), or those with a wakeup function. */
854 if (dev->waiting & 2 || dev->wakeup) {
887 wakeup function. */
977 } else if (pd->wakeup) {
978 pd->wakeup(pd->private);
990 if (pd->wakeup && pd != dev)
991 pd->wakeup(pd->private);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dgpio_keys.c450 int wakeup = 0; local
498 if (button->wakeup)
499 wakeup = 1;
523 device_init_wakeup(&pdev->dev, wakeup);
582 if (button->wakeup) {
602 if (button->wakeup && device_may_wakeup(&pdev->dev)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl.h252 interval_t *wakeup);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dport.h75 * @wakeup: ptr to routine to call when port is no longer congested
94 void (*wakeup)(struct tipc_port *); member in struct:port
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-driver.c3859 bttv_irq_wakeup_video(struct bttv *btv, struct bttv_buffer_set *wakeup, argument
3866 if (wakeup->top == wakeup->bottom) {
3867 if (NULL != wakeup->top && curr->top != wakeup->top) {
3869 printk("bttv%d: wakeup: both=%p\n",btv->c.nr,wakeup->top);
3870 wakeup->top->vb.ts = ts;
3871 wakeup->top->vb.field_count = btv->field_count;
3872 wakeup
3896 bttv_irq_wakeup_vbi(struct bttv *btv, struct bttv_buffer *wakeup, unsigned int state) argument
3965 struct bttv_buffer *wakeup = btv->curr.top; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Dints-priority.c232 u32 bank, bit, wakeup = 0; local
240 wakeup |= WAKE;
245 wakeup |= CANWE;
250 wakeup |= CANWE;
255 wakeup |= USBWE;
260 wakeup |= ROTWE;
271 vr_wakeup |= wakeup;
275 vr_wakeup &= ~wakeup;
1265 * Boot-ROM code modifies SICA_IWRx wakeup registers

Completed in 294 milliseconds

1234567