/linux-4.4.14/include/linux/ |
D | pm_wakeup.h | 81 static inline bool device_can_wakeup(struct device *dev) in device_can_wakeup() function 119 static inline bool device_can_wakeup(struct device *dev) in device_can_wakeup() function
|
/linux-4.4.14/drivers/acpi/ |
D | proc.c | 85 if (entry->dev && device_can_wakeup(entry->dev)) { in physical_device_enable_wakeup() 118 if (device_can_wakeup(&dev->dev)) { in acpi_system_write_wakeup_device()
|
D | wakeup.c | 88 if (device_can_wakeup(&dev->dev)) { in acpi_wakeup_device_init()
|
D | device_pm.c | 751 if (!device_can_wakeup(dev)) in acpi_pm_device_sleep_wake()
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-pci.c | 316 if (!device_can_wakeup(&pdev->dev)) { in ehci_pci_setup() 327 if (ehci->no_selective_suspend && device_can_wakeup(&pdev->dev)) in ehci_pci_setup()
|
D | ohci-pci.c | 248 if (device_can_wakeup(&pdev->dev)) in ohci_pci_reset()
|
D | sl811-hcd.c | 1543 if (!device_can_wakeup(hcd->self.controller)) in sl811h_start() 1785 if (!sl811->port1 || !device_can_wakeup(&hcd->self.root_hub->dev)) { in sl811h_resume()
|
D | isp116x-hcd.c | 1371 if (!device_can_wakeup(hcd->self.controller)) in isp116x_start()
|
/linux-4.4.14/drivers/base/power/ |
D | sysfs.c | 340 return sprintf(buf, "%s\n", device_can_wakeup(dev) in wake_show() 352 if (!device_can_wakeup(dev)) in wake_store() 689 if (device_can_wakeup(dev)) { in dpm_sysfs_add()
|
D | domain.c | 654 if (!device_can_wakeup(dev)) in resume_needed()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet_wol.c | 70 if (!device_can_wakeup(kdev)) in bcmgenet_set_wol()
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-sysfs.c | 232 if (!device_can_wakeup(rtc->dev.parent)) in rtc_does_wakealarm()
|
D | rtc-puv3.c | 291 if (!device_can_wakeup(&pdev->dev)) in puv3_rtc_probe()
|
D | rtc-twl.c | 224 if (device_can_wakeup(dev) && !twl_rtc_wake_enabled) { in twl_rtc_alarm_irq_enable()
|
D | rtc-spear.c | 407 if (!device_can_wakeup(&pdev->dev)) in spear_rtc_probe()
|
D | rtc-ds3232.c | 464 if (device_can_wakeup(dev)) { in ds3232_suspend()
|
D | rtc-at91rm9200.c | 441 if (!device_can_wakeup(&pdev->dev)) in at91_rtc_probe()
|
D | rtc-at91sam9.c | 381 if (!device_can_wakeup(&pdev->dev)) in at91_rtc_probe()
|
/linux-4.4.14/drivers/pnp/pnpacpi/ |
D | core.c | 151 if (device_can_wakeup(&dev->dev)) { in pnpacpi_suspend()
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_ethtool.c | 558 if (device_can_wakeup(priv->device)) { in stmmac_get_wol() 576 if (!device_can_wakeup(priv->device)) in stmmac_set_wol()
|
/linux-4.4.14/drivers/usb/core/ |
D | hcd.c | 543 if (device_can_wakeup(&hcd->self.root_hub->dev) in rh_call_control() 598 if (device_can_wakeup(&hcd->self.root_hub->dev)) in rh_call_control() 2815 if (device_can_wakeup(hcd->self.controller) in usb_add_hcd() 2816 && device_can_wakeup(&hcd->self.root_hub->dev)) in usb_add_hcd()
|
D | driver.c | 1796 if (w && !device_can_wakeup(&udev->dev)) { in autosuspend_check()
|
/linux-4.4.14/drivers/net/ethernet/calxeda/ |
D | xgmac.c | 1666 if (device_can_wakeup(priv->device)) { in xgmac_get_wol() 1678 if (!device_can_wakeup(priv->device)) in xgmac_set_wol() 1797 if (device_can_wakeup(priv->device)) in xgmac_probe()
|
/linux-4.4.14/drivers/bluetooth/ |
D | hci_bcm.c | 329 if (device_can_wakeup(&bdev->pdev->dev)) { in bcm_close()
|
D | hci_intel.c | 344 if (powered && device_can_wakeup(&idev->pdev->dev)) { in intel_set_power()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 1671 !device_can_wakeup(&adapter->pdev->dev)) in e1000_get_wol() 1707 !device_can_wakeup(&adapter->pdev->dev)) in e1000_set_wol()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 1891 !device_can_wakeup(&adapter->pdev->dev)) in e1000_get_wol() 1922 !device_can_wakeup(&adapter->pdev->dev) || in e1000_set_wol()
|
/linux-4.4.14/drivers/input/mouse/ |
D | cyapa.c | 832 if (device_can_wakeup(dev)) { in cyapa_prepare_wakeup_controls()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | mac80211.c | 166 device_can_wakeup(priv->trans->dev)) { in iwlagn_mac_setup_register()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | mac80211.c | 611 device_can_wakeup(mvm->trans->dev)) { in iwl_mvm_mac_setup_register() 619 device_can_wakeup(mvm->trans->dev)) { in iwl_mvm_mac_setup_register()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bcmsysport.c | 425 if (!device_can_wakeup(kdev)) in bcm_sysport_set_wol()
|
D | tg3.c | 12255 if (tg3_flag(tp, WOL_CAP) && device_can_wakeup(&tp->pdev->dev)) in tg3_get_wol() 12260 if (tg3_flag(tp, WOL_ENABLE) && device_can_wakeup(&tp->pdev->dev)) in tg3_get_wol() 12273 !(tg3_flag(tp, WOL_CAP) && device_can_wakeup(dp))) in tg3_set_wol()
|
/linux-4.4.14/drivers/mmc/core/ |
D | core.c | 1880 device_can_wakeup(mmc_dev(host))) in _mmc_detect_change()
|
/linux-4.4.14/drivers/net/ethernet/dlink/ |
D | sundance.c | 1773 if (!device_can_wakeup(&np->pci_dev->dev)) in sundance_set_wol()
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | skge.c | 259 !device_can_wakeup(&hw->pdev->dev)) in skge_set_wol() 3879 if (device_can_wakeup(&hw->pdev->dev)) { in skge_devinit()
|
D | sky2.c | 3568 !device_can_wakeup(&hw->pdev->dev)) in sky2_set_wol()
|
/linux-4.4.14/drivers/net/ethernet/intel/ |
D | e100.c | 2505 !device_can_wakeup(&nic->pdev->dev)) in e100_set_wol()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 2117 !device_can_wakeup(&adapter->pdev->dev)) in ixgbe_get_wol()
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 2502 if (!device_can_wakeup(&adapter->pdev->dev)) in igb_probe()
|