| /linux/drivers/acpi/ |
| H A D | proc.c | 81 device_set_wakeup_enable(entry->dev, enable); in physical_device_enable_wakeup() 113 device_set_wakeup_enable(&dev->dev, enable); in acpi_system_write_wakeup_device()
|
| H A D | wakeup.c | 94 device_set_wakeup_enable(&dev->dev, true); in acpi_wakeup_device_init()
|
| /linux/drivers/net/ethernet/broadcom/genet/ |
| H A D | bcmgenet_wol.c | 96 device_set_wakeup_enable(kdev, 1); in bcmgenet_set_wol() 104 device_set_wakeup_enable(kdev, 0); in bcmgenet_set_wol()
|
| /linux/drivers/ssb/ |
| H A D | pcihost_wrapper.c | 36 device_set_wakeup_enable(d, d->power.wakeup_path); in ssb_pcihost_suspend()
|
| /linux/drivers/platform/x86/ |
| H A D | xo15-ebook.c | 131 device_set_wakeup_enable(&device->dev, true); in ebook_switch_add()
|
| /linux/drivers/net/ethernet/wangxun/ngbe/ |
| H A D | ngbe_ethtool.c | 42 device_set_wakeup_enable(&pdev->dev, netdev->ethtool->wol_enabled); in ngbe_set_wol()
|
| /linux/drivers/soc/loongson/ |
| H A D | loongson2_pm.c | 118 device_set_wakeup_enable(&button->dev, true); in loongson2_power_button_init()
|
| /linux/arch/um/drivers/ |
| H A D | virtio_pcidev.c | 560 device_set_wakeup_enable(&vdev->dev, true); in virtio_pcidev_virtio_probe() 588 device_set_wakeup_enable(&vdev->dev, false); in virtio_pcidev_virtio_remove()
|
| /linux/drivers/base/power/ |
| H A D | sysfs.c | 338 device_set_wakeup_enable(dev, 1); in wakeup_store() 340 device_set_wakeup_enable(dev, 0); in wakeup_store()
|
| H A D | wakeup.c | 495 int device_set_wakeup_enable(struct device *dev, bool enable) in device_set_wakeup_enable() function 503 EXPORT_SYMBOL_GPL(device_set_wakeup_enable);
|
| /linux/drivers/net/wireless/silabs/wfx/ |
| H A D | bus_sdio.c | 180 device_set_wakeup_enable(&bus->func->dev, enabled); in wfx_sdio_set_wakeup()
|
| H A D | bus_spi.c | 187 device_set_wakeup_enable(&bus->func->dev, enabled); in wfx_spi_set_wakeup()
|
| /linux/drivers/net/ethernet/atheros/atl1c/ |
| H A D | atl1c_ethtool.c | 263 device_set_wakeup_enable(&adapter->pdev->dev, adapter->wol); in atl1c_set_wol()
|
| /linux/drivers/net/ethernet/atheros/atl1e/ |
| H A D | atl1e_ethtool.c | 350 device_set_wakeup_enable(&adapter->pdev->dev, adapter->wol); in atl1e_set_wol()
|
| /linux/drivers/hid/usbhid/ |
| H A D | usbkbd.c | 358 device_set_wakeup_enable(&dev->dev, 1); in usb_kbd_probe()
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | fw.c | 307 device_set_wakeup_enable(&ar->udev->dev, true); in carl9170_fw()
|
| /linux/drivers/net/ethernet/dec/tulip/ |
| H A D | tulip_core.c | 875 device_set_wakeup_enable(&tp->pdev->dev, tp->wolinfo.wolopts); in tulip_ethtool_set_wol() 1820 device_set_wakeup_enable(dev_d, !!tp->wolinfo.wolopts); in tulip_suspend() 1848 device_set_wakeup_enable(dev_d, 0); in tulip_resume()
|
| /linux/drivers/usb/core/ |
| H A D | hcd-pci.c | 551 device_set_wakeup_enable(dev, 0); in hcd_pci_suspend_noirq()
|
| /linux/drivers/misc/mchp_pci1xxxx/ |
| H A D | mchp_pci1xxxx_gpio.c | 380 device_set_wakeup_enable(&pcidev->dev, true); in pci1xxxx_gpio_suspend()
|
| /linux/drivers/net/ethernet/broadcom/asp2/ |
| H A D | bcmasp.c | 1140 device_set_wakeup_enable(dev, 1); in bcmasp_enable_wol() 1151 device_set_wakeup_enable(dev, 0); in bcmasp_enable_wol()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | usb.c | 1491 device_set_wakeup_enable(devinfo->dev, true); in brcmf_usb_suspend() 1507 device_set_wakeup_enable(devinfo->dev, false); in brcmf_usb_resume()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | wow.c | 560 device_set_wakeup_enable(ar->dev, enabled); in ath10k_wow_op_set_wakeup()
|
| /linux/sound/soc/amd/ps/ |
| H A D | pci-ps.c | 668 device_set_wakeup_enable(&pci->dev, true); in snd_acp63_probe()
|
| /linux/drivers/platform/x86/amd/pmc/ |
| H A D | pmc.c | 542 device_set_wakeup_enable(d, false); in amd_pmc_wa_irq1()
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_pci1xxxx.c | 634 device_set_wakeup_enable(dev, true); in pci1xxxx_suspend()
|