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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dlocks.h61 #define __up_op(ptr,wake) \
75 " blmi " #wake \
114 #define __up_op_write(ptr,wake) \
130 " blcs " #wake \
139 #define __up_op_read(ptr,wake) \
155 " bleq " #wake \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dhcd-pci.c254 int wake = device_can_wakeup(&hcd->self.root_hub->dev); local
256 wake = wake && device_may_wakeup(hcd->self.controller);
259 wake ? "/wakeup" : "");
265 (void) pci_enable_wake (dev, PCI_D3hot, wake);
266 (void) pci_enable_wake (dev, PCI_D3cold, wake);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Dkcopyd.c32 static inline void wake(void) function
324 wake();
337 wake();
432 * list. io jobs call wake when they complete and it all
449 wake();
H A Ddm-raid1.c158 static void wake(struct mirror_set *ms) function
479 wake(rh->ms);
565 wake(rh->ms);
599 wake(rh->ms);
1153 wake(ms);
1179 wake(ms);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmconvert.c334 /* 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)
H A Ddlmmaster.c1949 int wake = 0; local
1957 wake = 1;
1965 if (wake)
2462 int wake = 0; local
2561 wake = 1;
2620 wake = 1;
2663 wake = 1;
2692 /* wake up waiters if the MIGRATING flag got set
2694 if (wake)
3045 * we can unhash it now, set the master and wake th
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Deth1394.h70 struct work_struct wake; /* Wake up after xmit failure */ member in struct:eth1394_priv
71 struct net_device *wake_dev; /* Stupid backlink for .wake */
H A Ddv1394.c789 /* wake */
1799 int wake = 0; local
1860 wake = 1;
1931 if (wake) {
1934 /* wake readers/writers/ioctl'ers */
1944 int wake = 0; local
2079 /* wake up DMA in case it fell asleep */
2087 wake = 1; /* why the hell not? */
2091 if (wake) {
2094 /* wake reader
[all...]
H A Dohci1394.c1569 /* wake up DMA in case it fell asleep */
1600 int wake = 0; local
1628 wake = 1;
1701 if (wake)
1766 int wake = 0; local
1831 wake = 1;
1836 if (wake)
1963 int wake = 0; local
1986 /* at least one packet went out, so wake up the writer */
1987 wake
[all...]
H A Deth1394.c238 /* flush priv->wake */
539 priv = container_of(work, struct eth1394_priv, wake);
604 INIT_WORK(&priv->wake, ether1394_wake_queue);
1670 schedule_work(&priv->wake);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dep93xx_eth.c365 int wake; local
367 wake = 0;
408 wake = 1;
413 if (wake)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fs_enet/
H A Dfs_enet-main.c687 int wake = 0; local
701 wake = fep->tx_free && !(CBDR_SC(fep->cur_tx) & BD_ENET_TX_READY);
704 if (wake)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dat91_udc.c1797 int wake = udc->driver && device_may_wakeup(&pdev->dev); local
1799 /* Unless we can act normally to the host (letting it wake us up
1805 || !wake
1808 wake = 0;
1812 udc->active_suspend = wake;
1813 if (udc->board.vbus_pin > 0 && wake)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dcs46xx.c1482 static void cs_update_ptr(struct cs_card *card, int wake) argument
1489 /* error handling and process wake up for ADC */
1508 if (wake && dmabuf->count >= (signed)dmabuf->fragsize)
1511 if (wake && dmabuf->count > 0)
1523 /* error handling and process wake up for DAC */
1536 if (wake && dmabuf->count >= (signed)dmabuf->fragsize)
1577 if (wake && dmabuf->count < (signed)dmabuf->dmasize / 2)
1589 int wake; local
1592 wake = 0;
1600 wake
[all...]
H A Des1371.c48 * Don't wake up app until there are fragsize bytes to read/write
1076 int wake; local
1080 wake = 0;
1088 wake = 1;
1090 if (wake)
1092 wake = 0;
1098 wake = 1;
1100 if (wake)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dosl.c1033 * We disable wake-GPEs at run-time to prevent spurious
1038 * to tell Linux to keep the wake-time GPEs enabled at run-time.
1042 printk(KERN_INFO PREFIX "wake GPEs not disabled\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dsleep.S183 # wake SDRAM from self-refresh mode
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dapplets.h17 name2 - applet name, converted to C (ether-wake: name2 = ether_wake)
137 USE_ETHER_WAKE(APPLET_ODDNAME(ether-wake, ether_wake, _BB_DIR_USR_BIN, _BB_SUID_NEVER, ether_wake))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dairo.c7192 int wake = 0; local
7215 wake = 1;
7219 if (wake)

Completed in 384 milliseconds