Home
last modified time | relevance | path

Searched refs:set_wakeup (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/include/linux/usb/
Dphy.h145 int (*set_wakeup)(struct usb_phy *x, bool enabled); member
313 if (x && x->set_wakeup) in usb_phy_set_wakeup()
314 return x->set_wakeup(x, enabled); in usb_phy_set_wakeup()
/linux-4.19.296/drivers/pci/
Dpci-mid.c54 .set_wakeup = mid_pci_wakeup,
Dpci.h68 int (*set_wakeup)(struct pci_dev *dev, bool enable); member
Dpci-acpi.c643 .set_wakeup = acpi_pci_wakeup,
Dpci.c757 !ops->choose_state || !ops->set_wakeup || !ops->need_resume) in pci_set_platform_pm()
788 pci_platform_pm->set_wakeup(dev, enable) : -ENODEV; in platform_pci_set_wakeup()
/linux-4.19.296/include/net/
Dmac80211.h3555 void (*set_wakeup)(struct ieee80211_hw *hw, bool enabled); member
Dcfg80211.h3139 void (*set_wakeup)(struct wiphy *wiphy, bool enabled); member