Searched refs:set_wakeup (Results 1 - 3 of 3) sorted by relevance

/include/linux/usb/
H A Dphy.h119 int (*set_wakeup)(struct usb_phy *x, bool enabled); member in struct:usb_phy
277 if (x && x->set_wakeup)
278 return x->set_wakeup(x, enabled);
/include/net/
H A Dmac80211.h2425 * @set_wakeup: Enable or disable wakeup when WoWLAN configuration is
2851 void (*set_wakeup)(struct ieee80211_hw *hw, bool enabled); member in struct:ieee80211_ops
H A Dcfg80211.h2096 * @set_wakeup: Called when WoWLAN is enabled/disabled, use this callback
2338 void (*set_wakeup)(struct wiphy *wiphy, bool enabled); member in struct:cfg80211_ops

Completed in 79 milliseconds