/linux/include/linux/ |
A D | pm_wakeup.h | 113 extern int device_set_wakeup_enable(struct device *dev, bool enable); 164 static inline int device_set_wakeup_enable(struct device *dev, bool enable) in device_set_wakeup_enable() function 173 device_set_wakeup_enable(dev, val); in device_init_wakeup()
|
/linux/drivers/acpi/ |
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()
|
A D | wakeup.c | 94 device_set_wakeup_enable(&dev->dev, true); in acpi_wakeup_device_init()
|
/linux/drivers/net/ethernet/broadcom/genet/ |
A D | bcmgenet_wol.c | 71 device_set_wakeup_enable(kdev, 1); in bcmgenet_set_wol() 77 device_set_wakeup_enable(kdev, 0); in bcmgenet_set_wol()
|
/linux/drivers/staging/rtl8192e/rtl8192e/ |
A D | rtl_pm.c | 49 device_set_wakeup_enable(dev_d, priv->rtllib->bSupportRemoteWakeUp); in rtl92e_suspend()
|
/linux/drivers/hid/i2c-hid/ |
A D | i2c-hid-acpi.c | 110 device_set_wakeup_enable(dev, false); in i2c_hid_acpi_probe()
|
/linux/drivers/ssb/ |
A D | pcihost_wrapper.c | 36 device_set_wakeup_enable(d, d->power.wakeup_path); in ssb_pcihost_suspend()
|
/linux/drivers/usb/phy/ |
A D | phy-am335x.c | 79 device_set_wakeup_enable(dev, false); in am335x_phy_probe()
|
/linux/drivers/platform/x86/ |
A D | xo15-ebook.c | 134 device_set_wakeup_enable(&device->dev, true); in ebook_switch_add()
|
/linux/drivers/base/power/ |
A D | sysfs.c | 339 device_set_wakeup_enable(dev, 1); in wakeup_store() 341 device_set_wakeup_enable(dev, 0); in wakeup_store()
|
A D | wakeup.c | 537 int device_set_wakeup_enable(struct device *dev, bool enable) in device_set_wakeup_enable() function 541 EXPORT_SYMBOL_GPL(device_set_wakeup_enable);
|
/linux/drivers/net/wireless/ath/ath9k/ |
A D | wow.c | 320 device_set_wakeup_enable(sc->dev, enabled); in ath9k_set_wakeup()
|
/linux/arch/um/drivers/ |
A D | virt-pci.c | 597 device_set_wakeup_enable(&vdev->dev, true); in um_pci_virtio_probe() 622 device_set_wakeup_enable(&vdev->dev, false); in um_pci_virtio_remove()
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
A D | stmmac_ethtool.c | 730 device_set_wakeup_enable(priv->device, !!wol->wolopts); in stmmac_set_wol() 745 device_set_wakeup_enable(priv->device, 1); in stmmac_set_wol() 748 device_set_wakeup_enable(priv->device, 0); in stmmac_set_wol()
|
A D | dwmac-stm32.c | 357 device_set_wakeup_enable(&pdev->dev, false); in stm32mp1_parse_data()
|
/linux/drivers/net/ethernet/freescale/ |
A D | ucc_geth_ethtool.c | 368 device_set_wakeup_enable(&netdev->dev, ugeth->wol_en); in uec_set_wol()
|
/linux/drivers/net/ethernet/atheros/atl1c/ |
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/ |
A D | atl1e_ethtool.c | 350 device_set_wakeup_enable(&adapter->pdev->dev, adapter->wol); in atl1e_set_wol()
|
/linux/drivers/hid/usbhid/ |
A D | usbkbd.c | 358 device_set_wakeup_enable(&dev->dev, 1); in usb_kbd_probe()
|
/linux/drivers/net/wireless/ath/carl9170/ |
A D | fw.c | 307 device_set_wakeup_enable(&ar->udev->dev, true); in carl9170_fw()
|
/linux/drivers/usb/core/ |
A D | hcd-pci.c | 545 device_set_wakeup_enable(dev, 0); in hcd_pci_suspend_noirq()
|
/linux/drivers/net/ethernet/dec/tulip/ |
A D | tulip_core.c | 875 device_set_wakeup_enable(&tp->pdev->dev, tp->wolinfo.wolopts); in tulip_ethtool_set_wol() 1839 device_set_wakeup_enable(dev_d, !!tp->wolinfo.wolopts); in tulip_suspend() 1867 device_set_wakeup_enable(dev_d, 0); in tulip_resume()
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
A D | usb.c | 1487 device_set_wakeup_enable(devinfo->dev, true); in brcmf_usb_suspend() 1503 device_set_wakeup_enable(devinfo->dev, false); in brcmf_usb_resume()
|
/linux/drivers/input/serio/ |
A D | i8042-x86ia64io.h | 1066 device_set_wakeup_enable(&dev->dev, true); in i8042_pnp_kbd_probe()
|
/linux/drivers/net/wireless/ath/ath10k/ |
A D | wow.c | 558 device_set_wakeup_enable(ar->dev, enabled); in ath10k_wow_op_set_wakeup()
|