Home
last modified time | relevance | path

Searched defs:regd (Results 1 – 4 of 4) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_chplan.h115 #define regd_str(regd) (((regd) >= RTW_REGD_NUM) ? _regd_str[RTW_REGD_NA] : _regd_str[(regd)]) argument
162 #define txpwr_lmt_str(regd) (((regd) >= TXPWR_LMT_NUM) ? _txpwr_lmt_str[TXPWR_LMT_NUM] : _txpwr_lmt… argument
170 #define rtw_regd_to_edcca_mode(regd) (((regd) >= RTW_REGD_NUM) ? RTW_EDCCA_NORMAL : _rtw_regd_to_ed… argument
173 #define rtw_regd_to_txpwr_lmt(regd) (((regd) >= RTW_REGD_NUM) ? TXPWR_LMT_WW : _rtw_regd_to_txpwr_l… argument
Drtw_chplan.c455 u8 regd; /* value of enum rtw_regd */ member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Dwifi_regd.c93 …_wiphy_regd(struct wiphy *wiphy, struct get_chplan_resp *chplan, struct ieee80211_regdomain **regd) in rtw_build_wiphy_regd()
211 struct ieee80211_regdomain *regd; in rtw_update_wiphy_regd() local
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_net.h1795 HI_CONST oal_ieee80211_regdomain_stru *regd) in oal_wiphy_apply_custom_regulatory()