Searched refs:wake (Results 1 - 25 of 54) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dlocks.h57 #define __up_op(ptr,wake) \
69 " blle " #wake \
102 #define __up_op_write(ptr,wake) \
113 " blcs " #wake \
122 #define __up_op_read(ptr,wake) \
134 " bleq " #wake \
184 #define __up_op(ptr,wake) \
197 " blle " #wake \
231 #define __up_op_write(ptr,wake) \
243 " blcs " #wake \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixp2000/
H A Dixpdev.c153 u32 wake; local
155 wake = 0;
178 wake |= 1 << channel;
182 for (channel = 0; wake != 0; channel++) {
183 if (wake & (1 << channel)) {
185 wake &= ~(1 << channel);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_fence.c69 bool wake = false; local
117 wake = true;
119 return wake;
315 bool wake; local
318 wake = radeon_fence_poll_locked(rdev);
320 if (wake) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dsuspend.c180 if (suspend_ops->wake)
181 suspend_ops->wake();
260 * happen when we wake up.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dstreamzap.c177 bool wake = false; local
189 wake = true;
200 wake = true;
210 if (wake)
219 bool wake = false; local
227 wake = true;
230 if (wake)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dasync-thread.c363 * is going to try and wake us up
625 int wake = 0; local
648 wake = 1;
652 if (wake)
672 int wake = 0; local
709 wake = 1;
712 if (wake)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dadx_wdt.c37 unsigned int wake; member in struct:adx_wdt
301 wdt->wake = (wdt->state == WDT_STATE_START) ? 1 : 0;
312 if (wdt->wake)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsuspend.h64 * and @wake() will not be called in that case).
80 * @wake: Called when the system has just left a sleep state, right after
87 * @finish: Finish wake-up of the platform.
92 * @enter() and @wake(), even if any of them fails. It is executed after
114 void (*wake)(void); member in struct:platform_suspend_ops
H A Dwm97xx.h59 #define WM97XX_PRP_DETW 0x4000 /* detect on, digitise off, wake */
60 #define WM97XX_PRP_DET 0x8000 /* detect on, digitise off, no wake */
62 #define WM97XX_RPR 0x2000 /* wake up on pen down */
206 * Codec GPIO wake
325 enum wm97xx_gpio_wake wake);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-kcopyd.c65 static void wake(struct dm_kcopyd_client *kc) function
323 wake(kc);
336 wake(kc);
435 * list. io jobs call wake when they complete and it all
456 wake(kc);
524 wake(kc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmconvert.c332 /* wake up any IN_PROGRESS waiters */
432 int call_ast = 0, kick_thread = 0, ast_reserved = 0, wake = 0; local
517 wake = 1;
520 if (wake)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Dadc.c177 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wake);
181 client->wait = &wake;
188 ret = wait_event_timeout(wake, client->result >= 0, HZ / 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Deth1394.h69 struct work_struct wake; /* Wake up after xmit failure */ member in struct:eth1394_priv
70 struct net_device *wake_dev; /* Stupid backlink for .wake */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/phonet/
H A Dpep.c229 int wake = 0; local
250 atomic_set(&pn->tx_credits, wake = 1);
256 atomic_set(&pn->tx_credits, wake = 1);
264 atomic_add(wake = hdr->data[4], &pn->tx_credits);
272 if (wake)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_proc.c507 unsigned int enable, direction, wake, unsol, sticky, data; local
510 "unsolicited=%d, wake=%d\n",
523 wake = snd_hda_codec_read(codec, nid, 0,
533 " IO[%d]: enable=%d, dir=%d, wake=%d, "
537 (wake & (1<<i)) ? 1 : 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/irq/
H A Dmanage.c354 * Wakeup mode lets this IRQ wake the system from sleep
377 WARN(1, "Unbalanced IRQ %d wake disable\n", irq);
578 int wake, oneshot = desc->status & IRQ_ONESHOT; local
609 wake = atomic_dec_and_test(&desc->threads_active);
611 if (wake && waitqueue_active(&desc->wait_for_threads))
822 * Strictly no need to wake it up, but hung_task complains
1031 * IRQ_WAKE_THREAD which will wake up the handler thread and run
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-nomadik/
H A Dgpio.c377 bool wake = desc->wake_depth; local
399 if (wake)
413 if (wake)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dsleep.c162 * This is called after we wake back up (or if entering the sleep state
327 .wake = acpi_pm_finish,
355 .wake = acpi_pm_finish,
570 * whether it should be able to wake up the system
577 * by %acpi_target_sleep_state. If @wake is nonzero, the device should be
578 * able to wake up the system from this sleep state. If @d_min_p is set,
584 * supposed to be able to wake up the system and passing this information
585 * via @wake.
620 * If _PRW says we can wake up the system from the target sleep state,
622 * wakeup-aware driver if wake i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Dep93xx_eth.c391 int wake; local
393 wake = 0;
432 wake = 1;
437 if (wake)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_misc.h180 extern enum BC_STATUS crystalhd_dioq_add(struct crystalhd_dioq *ioq, void *data, bool wake, uint32_t tag);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dsend.c462 /* No need to wake the app - caller does this */
613 int wake = 0; local
623 wake = 1;
630 if (wake)
674 if (wake)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dcaps.c1079 int wake = 0; variable
1126 wake = 1;
1185 if (wake)
2132 * cap_snap, and wake up any waiters.
2137 int last = 0, put = 0, flushsnaps = 0, wake = 0; local
2169 wake = 1;
2182 if (wake)
2294 int wake = 0; variable
2377 wake = 1;
2431 wake
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Damplc_pci230.c2087 unsigned int wake; local
2093 wake = scanlen - devpriv->ai_scan_pos;
2098 wake = PCI230_ADC_FIFOLEVEL_HALFFULL;
2100 wake = (devpriv->ai_scan_count * scanlen)
2104 if (wake >= PCI230_ADC_FIFOLEVEL_HALFFULL) {
2107 if ((wake > 1) && (devpriv->hwver > 0)) {
2109 if (devpriv->adcfifothresh != wake) {
2110 devpriv->adcfifothresh = wake;
2111 outw(wake, dev->iobase + PCI230P_ADCFFTH);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dreliable.c341 const interval_t wake = e->next_try - now;
342 msg (M_INFO, "ACK " packet_id_format ", wake=%d", pid, wake);
601 /* in how many seconds should we wake up to check for timeout */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/fs_enet/
H A Dfs_enet-main.c710 int wake = 0; local
724 wake = fep->tx_free && !(CBDR_SC(fep->cur_tx) & BD_ENET_TX_READY);
727 if (wake)

Completed in 480 milliseconds

123