/linux-6.12.1/drivers/staging/rtl8723bs/os_dep/ |
D | wifi_regd.c | 117 void (*reg_notifier)(struct wiphy *wiphy, in _rtw_regd_init_wiphy() 124 wiphy->reg_notifier = reg_notifier; in _rtw_regd_init_wiphy() 138 void (*reg_notifier)(struct wiphy *wiphy, in rtw_regd_init() 141 _rtw_regd_init_wiphy(NULL, wiphy, reg_notifier); in rtw_regd_init()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/ |
D | regd.c | 331 void (*reg_notifier)(struct wiphy *wiphy, in _rtl_regd_init_wiphy() 337 wiphy->reg_notifier = reg_notifier; in _rtl_regd_init_wiphy() 382 void (*reg_notifier)(struct wiphy *wiphy, in rtl_regd_init() 421 _rtl_regd_init_wiphy(&rtlpriv->regd, wiphy, reg_notifier); in rtl_regd_init()
|
D | regd.h | 37 void (*reg_notifier) (struct wiphy *wiphy,
|
/linux-6.12.1/drivers/net/wireless/ath/ |
D | regd.c | 637 void (*reg_notifier)(struct wiphy *wiphy, in ath_regd_init_wiphy() 642 wiphy->reg_notifier = reg_notifier; in ath_regd_init_wiphy() 760 void (*reg_notifier)(struct wiphy *wiphy, in ath_regd_init() 775 ath_regd_init_wiphy(reg, wiphy, reg_notifier); in ath_regd_init()
|
D | regd.h | 265 void (*reg_notifier)(struct wiphy *wiphy,
|
/linux-6.12.1/drivers/staging/rtl8723bs/include/ |
D | rtw_wifi_regd.h | 12 void (*reg_notifier)(struct wiphy *wiphy,
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7925/ |
D | init.c | 269 hw->wiphy->reg_notifier = mt7925_regd_notifier; in mt7925_register_device()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7921/ |
D | init.c | 315 hw->wiphy->reg_notifier = mt7921_regd_notifier; in mt7921_register_device()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/ |
D | regd.c | 581 wiphy->reg_notifier = rtw89_regd_notifier; in rtw89_regd_setup() 586 void (*reg_notifier)(struct wiphy *wiphy, in rtw89_regd_init()
|
/linux-6.12.1/Documentation/networking/ |
D | regulatory.rst | 92 registering on its struct wiphy a reg_notifier() callback. This notifier
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7603/ |
D | init.c | 551 wiphy->reg_notifier = mt7603_regd_notifier; in mt7603_register_device()
|
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | channel.c | 766 wlc->wiphy->reg_notifier = brcms_reg_notifier; in brcms_c_regd_init()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtw88/ |
D | regd.c | 344 wiphy->reg_notifier = rtw_regd_notifier; in rtw_regd_init()
|
/linux-6.12.1/drivers/net/wireless/ath/ath12k/ |
D | reg.c | 773 hw->wiphy->reg_notifier = ath12k_reg_notifier; in ath12k_reg_init()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | init.c | 386 wiphy->reg_notifier = mt7615_regd_notifier; in mt7615_init_wiphy()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/ |
D | mt76x02_util.c | 163 wiphy->reg_notifier = mt76x02_regd_notifier; in mt76x02_init_device()
|
/linux-6.12.1/drivers/net/wireless/ath/ath11k/ |
D | reg.c | 980 ar->hw->wiphy->reg_notifier = ath11k_reg_notifier; in ath11k_reg_init()
|
/linux-6.12.1/drivers/net/wireless/quantenna/qtnfmac/ |
D | cfg80211.c | 1204 wiphy->reg_notifier = qtnf_cfg80211_reg_notifier; in qtnf_wiphy_register()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | init.c | 374 wiphy->reg_notifier = mt7915_regd_notifier; in mt7915_init_wiphy()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7996/ |
D | init.c | 377 wiphy->reg_notifier = mt7996_regd_notifier; in mt7996_init_wiphy()
|
/linux-6.12.1/net/wireless/ |
D | reg.c | 2182 if (wiphy->reg_notifier) in reg_call_notifier() 2183 wiphy->reg_notifier(wiphy, request); in reg_call_notifier()
|
/linux-6.12.1/drivers/net/wireless/marvell/libertas/ |
D | cfg.c | 2177 wdev->wiphy->reg_notifier = lbs_reg_notifier; in lbs_cfg_register()
|
/linux-6.12.1/drivers/net/wireless/rsi/ |
D | rsi_91x_mac80211.c | 2085 wiphy->reg_notifier = rsi_reg_notify; in rsi_mac80211_attach()
|
/linux-6.12.1/include/net/ |
D | cfg80211.h | 5753 void (*reg_notifier)(struct wiphy *wiphy, member
|
/linux-6.12.1/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 3887 wiphy->reg_notifier = ath6kl_cfg80211_reg_notify; in ath6kl_cfg80211_init()
|