| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | phy.h | 146 int (*set_wakeup)(struct usb_phy *x, bool enabled); member 316 if (x && x->set_wakeup) in usb_phy_set_wakeup() 317 return x->set_wakeup(x, enabled); in usb_phy_set_wakeup()
|
| /OK3568_Linux_fs/kernel/drivers/usb/chipidea/ |
| H A D | usbmisc_imx.c | 146 int (*set_wakeup)(struct imx_usbmisc_data *data, bool enabled); member 958 .set_wakeup = usbmisc_imx6q_set_wakeup, 969 .set_wakeup = usbmisc_imx6q_set_wakeup, 977 .set_wakeup = usbmisc_imx7d_set_wakeup, 983 .set_wakeup = usbmisc_imx7d_set_wakeup, 1031 if (!usbmisc->ops->set_wakeup) in imx_usbmisc_set_wakeup() 1033 return usbmisc->ops->set_wakeup(data, enabled); in imx_usbmisc_set_wakeup()
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | pci-mid.c | 54 .set_wakeup = mid_pci_wakeup,
|
| H A D | pci.h | 85 int (*set_wakeup)(struct pci_dev *dev, bool enable); member
|
| H A D | pci-acpi.c | 1118 .set_wakeup = acpi_pci_wakeup,
|
| H A D | pci.c | 947 !ops->choose_state || !ops->set_wakeup || !ops->need_resume) in pci_set_platform_pm() 984 pci_platform_pm->set_wakeup(dev, enable) : -ENODEV; in platform_pci_set_wakeup()
|
| /OK3568_Linux_fs/kernel/drivers/usb/phy/ |
| H A D | phy-mxs-usb.c | 796 mxs_phy->phy.set_wakeup = mxs_phy_set_wakeup; in mxs_phy_probe()
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | driver-ops.h | 119 if (!local->ops->set_wakeup) in drv_set_wakeup() 123 local->ops->set_wakeup(&local->hw, enabled); in drv_set_wakeup()
|
| H A D | cfg.c | 4183 .set_wakeup = ieee80211_set_wakeup,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/ |
| H A D | mac80211.c | 830 .set_wakeup = rtw_ops_set_wakeup,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | cfg80211.c | 1049 .set_wakeup = qtnf_set_wakeup,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | mac80211.c | 1583 .set_wakeup = iwlagn_mac_set_wakeup,
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | core.c | 1059 if (rdev->wiphy.wowlan_config && rdev->ops->set_wakeup) in wiphy_unregister()
|
| H A D | rdev-ops.h | 33 rdev->ops->set_wakeup(&rdev->wiphy, enabled); in rdev_set_wakeup()
|
| H A D | nl80211.c | 12207 goto set_wakeup; in nl80211_set_wowlan() 12378 set_wakeup: in nl80211_set_wowlan() 12379 if (rdev->ops->set_wakeup && in nl80211_set_wowlan()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | main.c | 1262 .set_wakeup = mt7615_set_wakeup,
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | mac80211.h | 3904 void (*set_wakeup)(struct ieee80211_hw *hw, bool enabled); member
|
| H A D | cfg80211.h | 3977 void (*set_wakeup)(struct wiphy *wiphy, bool enabled); member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/microchip/wilc1000/ |
| H A D | cfg80211.c | 1695 .set_wakeup = wilc_set_wakeup,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | main.c | 2807 .set_wakeup = ath9k_set_wakeup,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | cfg80211.c | 4197 .set_wakeup = mwifiex_cfg80211_set_wakeup,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | mac80211.c | 5347 .set_wakeup = iwl_mvm_set_wakeup,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_sta_cfg80211.c | 292 .set_wakeup = woal_cfg80211_set_wakeup,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 9307 .set_wakeup = ath10k_wow_op_set_wakeup,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_sta_cfg80211.c | 343 .set_wakeup = woal_cfg80211_set_wakeup,
|