Home
last modified time | relevance | path

Searched refs:reg_notifier (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/sys/contrib/dev/athk/
H A Dregd.c637 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()
H A Dregd.h265 void (*reg_notifier)(struct wiphy *wiphy,
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dinit.c249 hw->wiphy->reg_notifier = mt7921_regd_notifier; in mt7921_register_device()
/freebsd-14.2/sys/contrib/dev/rtw89/
H A Dregd.c393 wiphy->reg_notifier = rtw89_regd_notifier; in rtw89_regd_setup()
398 void (*reg_notifier)(struct wiphy *wiphy, in rtw89_regd_init()
H A Dcore.h5301 void (*reg_notifier)(struct wiphy *wiphy, struct regulatory_request *request));
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dinit.c540 wiphy->reg_notifier = mt7603_regd_notifier; in mt7603_register_device()
/freebsd-14.2/sys/contrib/dev/rtw88/
H A Dregd.c344 wiphy->reg_notifier = rtw_regd_notifier; in rtw_regd_init()
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dinit.c388 wiphy->reg_notifier = mt7615_regd_notifier; in mt7615_init_wiphy()
/freebsd-14.2/sys/contrib/dev/athk/ath12k/
H A Dreg.c734 ar->hw->wiphy->reg_notifier = ath12k_reg_notifier;
/freebsd-14.2/sys/contrib/dev/athk/ath11k/
H A Dreg.c782 ar->hw->wiphy->reg_notifier = ath11k_reg_notifier; in ath11k_reg_init()
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_util.c163 wiphy->reg_notifier = mt76x02_regd_notifier; in mt76x02_init_device()
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dinit.c179 wiphy->reg_notifier = mt7996_regd_notifier; in mt7996_init_wiphy()
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dinit.c375 wiphy->reg_notifier = mt7915_regd_notifier; in mt7915_init_wiphy()
/freebsd-14.2/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h1198 void(*reg_notifier)(struct wiphy *, struct regulatory_request *); member