Home
last modified time | relevance | path

Searched refs:wake (Results 1 – 16 of 16) sorted by relevance

/drivers/usb/core/
Dhcd-pci.c202 int wake, w; in usb_hcd_pci_suspend() local
246 wake = (hcd->state == HC_STATE_SUSPENDED && in usb_hcd_pci_suspend()
248 w = pci_wake_from_d3(dev, wake); in usb_hcd_pci_suspend()
250 wake = w; in usb_hcd_pci_suspend()
251 dev_dbg(&dev->dev, "wakeup: %d\n", wake); in usb_hcd_pci_suspend()
DKconfig99 USB devices (like keyboards and network adapters) can wake up
101 could wake the system from states like suspend-to-RAM.
/drivers/net/ixp2000/
Dixpdev.c153 u32 wake; in ixpdev_tx_complete() local
155 wake = 0; in ixpdev_tx_complete()
178 wake |= 1 << channel; in ixpdev_tx_complete()
182 for (channel = 0; wake != 0; channel++) { in ixpdev_tx_complete()
183 if (wake & (1 << channel)) { in ixpdev_tx_complete()
185 wake &= ~(1 << channel); in ixpdev_tx_complete()
/drivers/md/
Ddm-kcopyd.c65 static void wake(struct dm_kcopyd_client *kc) in wake() function
323 wake(kc); in complete_io()
336 wake(kc); in complete_io()
453 wake(kc); in dispatch_job()
/drivers/net/arm/
Dep93xx_eth.c354 int wake; in ep93xx_tx_complete() local
356 wake = 0; in ep93xx_tx_complete()
397 wake = 1; in ep93xx_tx_complete()
402 if (wake) in ep93xx_tx_complete()
/drivers/ieee1394/
Deth1394.h69 struct work_struct wake; /* Wake up after xmit failure */ member
Dohci1394.c1466 int wake = 0; in ohci_iso_recv_bufferfill_parse() local
1494 wake = 1; in ohci_iso_recv_bufferfill_parse()
1567 if (wake) in ohci_iso_recv_bufferfill_parse()
1632 int wake = 0; in ohci_iso_recv_packetperbuf_task() local
1697 wake = 1; in ohci_iso_recv_packetperbuf_task()
1702 if (wake) in ohci_iso_recv_packetperbuf_task()
1834 int wake = 0; in ohci_iso_xmit_task() local
1858 wake = 1; in ohci_iso_xmit_task()
1890 if (wake) in ohci_iso_xmit_task()
Ddv1394.c1852 int wake = 0; in it_tasklet_func() local
1913 wake = 1; in it_tasklet_func()
1984 if (wake) { in it_tasklet_func()
1997 int wake = 0; in ir_tasklet_func() local
2140 wake = 1; /* why the hell not? */ in ir_tasklet_func()
2144 if (wake) { in ir_tasklet_func()
Deth1394.c549 priv = container_of(work, struct eth1394_priv, wake); in ether1394_wake_queue()
611 INIT_WORK(&priv->wake, ether1394_wake_queue); in ether1394_add_host()
1681 schedule_work(&priv->wake); in ether1394_tx()
/drivers/usb/gadget/
Dat91_udc.c1829 int wake = udc->driver && device_may_wakeup(&pdev->dev); in at91udc_suspend() local
1837 || !wake in at91udc_suspend()
1840 wake = 0; in at91udc_suspend()
1844 udc->active_suspend = wake; in at91udc_suspend()
1845 if (udc->board.vbus_pin > 0 && wake) in at91udc_suspend()
/drivers/net/fs_enet/
Dfs_enet-main.c671 int wake = 0; in fs_timeout() local
685 wake = fep->tx_free && !(CBDR_SC(fep->cur_tx) & BD_ENET_TX_READY); in fs_timeout()
688 if (wake) in fs_timeout()
/drivers/input/touchscreen/
Dwm97xx-core.c221 enum wm97xx_gpio_wake wake) in wm97xx_config_gpio() argument
244 if (wake == WM97XX_GPIO_WAKE) in wm97xx_config_gpio()
/drivers/net/
Dsunvnet.c485 int wake = 1; in maybe_tx_wakeup() local
493 wake = 0; in maybe_tx_wakeup()
497 if (wake) in maybe_tx_wakeup()
/drivers/media/video/pwc/
Dphilips.txt86 will shut down, but never wake up). Consider this experimental. By
/drivers/char/
DChangeLog329 select on /dev/random for writing; wake up the daemon when
614 * serial.c (rs_set_termios): Don't wake up processes blocked in
/drivers/net/wireless/
Dairo.c7108 int wake = 0; in airo_set_scan() local
7131 wake = 1; in airo_set_scan()
7135 if (wake) in airo_set_scan()