Searched refs:device_can_wakeup (Results 1 - 25 of 43) sorted by relevance

12

/linux-master/drivers/acpi/
H A Dproc.c81 if (entry->dev && device_can_wakeup(entry->dev)) {
113 if (device_can_wakeup(&dev->dev)) {
H A Dwakeup.c90 if (device_can_wakeup(&dev->dev)) {
H A Ddevice_pm.c1213 if (device_can_wakeup(dev) && !device_may_wakeup(dev))
/linux-master/include/linux/
H A Dpm_wakeup.h77 static inline bool device_can_wakeup(struct device *dev) function
127 static inline bool device_can_wakeup(struct device *dev) function
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet_wol.c51 if (!device_can_wakeup(kdev)) {
81 if (!device_can_wakeup(kdev))
/linux-master/drivers/usb/host/
H A Dehci-pci.c324 if (!device_can_wakeup(&pdev->dev)) {
335 if (ehci->no_selective_suspend && device_can_wakeup(&pdev->dev))
H A Dohci-pci.c261 if (device_can_wakeup(&pdev->dev))
H A Dsl811-hcd.c1533 if (!device_can_wakeup(hcd->self.controller))
1766 if (!sl811->port1 || !device_can_wakeup(&hcd->self.root_hub->dev)) {
/linux-master/drivers/base/power/
H A Dsysfs.c327 return sysfs_emit(buf, "%s\n", device_can_wakeup(dev)
335 if (!device_can_wakeup(dev))
711 if (device_can_wakeup(dev)) {
756 if (device_can_wakeup(dev)) {
/linux-master/drivers/pnp/pnpacpi/
H A Dcore.c138 if (device_can_wakeup(&dev->dev)) {
/linux-master/drivers/rtc/
H A Dsysfs.c274 if (!device_can_wakeup(rtc->dev.parent))
H A Drtc-spear.c397 if (!device_can_wakeup(&pdev->dev))
H A Drtc-at91sam9.c355 if (!device_can_wakeup(&pdev->dev))
H A Drtc-twl.c233 if (device_can_wakeup(dev) && !twl_rtc->wake_enabled) {
H A Drtc-at91rm9200.c530 if (!device_can_wakeup(&pdev->dev))
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_ethtool.c209 if (!device_can_wakeup(kdev))
/linux-master/drivers/usb/dwc3/
H A Ddwc3-pci.c466 if (device_can_wakeup(dev))
/linux-master/drivers/net/ethernet/calxeda/
H A Dxgmac.c1642 if (device_can_wakeup(priv->device)) {
1654 if (!device_can_wakeup(priv->device))
1774 if (device_can_wakeup(priv->device))
/linux-master/drivers/usb/core/
H A Dhcd.c535 if (device_can_wakeup(&hcd->self.root_hub->dev)
590 if (device_can_wakeup(&hcd->self.root_hub->dev))
2930 if (device_can_wakeup(hcd->self.controller)
2931 && device_can_wakeup(&hcd->self.root_hub->dev))
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ethtool.c843 if (device_can_wakeup(priv->device)) {
857 if (!device_can_wakeup(priv->device))
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c1651 !device_can_wakeup(&adapter->pdev->dev))
1687 !device_can_wakeup(&adapter->pdev->dev))
/linux-master/drivers/bluetooth/
H A Dhci_intel.c328 if (powered && device_can_wakeup(&idev->pdev->dev)) {
/linux-master/drivers/input/mouse/
H A Dcyapa.c834 if (device_can_wakeup(dev)) {
/linux-master/drivers/pci/
H A Dpci.c2761 target_state = pci_target_state(dev, device_can_wakeup(&dev->dev));
2794 if (device_can_wakeup(&dev->dev))
2800 if (device_can_wakeup(&bridge->dev))
2808 return device_can_wakeup(bus->bridge);
/linux-master/drivers/hid/i2c-hid/
H A Di2c-hid-core.c1147 if (device_can_wakeup(dev)) {

Completed in 435 milliseconds

12