/linux/drivers/acpi/ |
H A D | proc.c | 83 device_set_wakeup_enable(entry->dev, enable); in physical_device_enable_wakeup() 115 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 | 135 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()
|
H A D | ngbe_main.c | 657 device_set_wakeup_enable(&pdev->dev, wx->wol); in ngbe_probe() 745 device_set_wakeup_enable(&pdev->dev, wake); in ngbe_suspend()
|
/linux/drivers/soc/loongson/ |
H A D | loongson2_pm.c | 118 device_set_wakeup_enable(&button->dev, true); in loongson2_power_button_init()
|
/linux/drivers/base/power/ |
H A D | wakeup.c | 502 int device_set_wakeup_enable(struct device *dev, bool enable) in device_set_wakeup_enable() function 510 EXPORT_SYMBOL_GPL(device_set_wakeup_enable);
|
/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/arch/um/drivers/ |
H A D | virt-pci.c | 700 device_set_wakeup_enable(&vdev->dev, true); in um_pci_virtio_probe() 730 device_set_wakeup_enable(&vdev->dev, false); in um_pci_virtio_remove()
|
/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/ethernet/broadcom/asp2/ |
H A D | bcmasp.c | 1142 device_set_wakeup_enable(dev, 1); in bcmasp_enable_wol_shared() 1153 device_set_wakeup_enable(dev, 0); in bcmasp_enable_wol_shared() 1192 device_set_wakeup_enable(dev, en); in bcmasp_enable_wol_per_intf()
|
/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() 1823 device_set_wakeup_enable(dev_d, !!tp->wolinfo.wolopts); in tulip_suspend() 1851 device_set_wakeup_enable(dev_d, 0); in tulip_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/drivers/tty/serial/8250/ |
H A D | 8250_pci1xxxx.c | 629 device_set_wakeup_enable(dev, true); in pci1xxxx_suspend()
|
/linux/drivers/net/ethernet/amd/ |
H A D | amd8111e.c | 1612 device_set_wakeup_enable(dev_d, 1); in amd8111e_suspend() 1615 device_set_wakeup_enable(dev_d, 0); in amd8111e_suspend()
|
/linux/sound/soc/amd/ps/ |
H A D | pci-ps.c | 628 device_set_wakeup_enable(&pci->dev, true); in snd_acp63_probe()
|
/linux/drivers/platform/x86/amd/pmc/ |
H A D | pmc.c | 631 device_set_wakeup_enable(d, false); in amd_pmc_wa_irq1()
|
/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | core.c | 551 device_set_wakeup_enable(wiphy_dev(hw->wiphy), true); in rtl_op_suspend() 573 device_set_wakeup_enable(wiphy_dev(hw->wiphy), false); in rtl_op_resume()
|
/linux/drivers/i2c/busses/ |
H A D | i2c-mchp-pci1xxxx.c | 1093 device_set_wakeup_enable(dev, true); in pci1xxxx_i2c_suspend()
|
/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_ethtool.c | 643 err = device_set_wakeup_enable(&pdev->dev, !!cfg->wol); in aq_ethtool_set_wol()
|
/linux/drivers/input/serio/ |
H A D | i8042-acpipnpio.h | 1466 device_set_wakeup_enable(&dev->dev, true); in i8042_pnp_kbd_probe()
|