Home
last modified time | relevance | path

Searched refs:chd_2g (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_chplan.c184 u8 chd_2g; member
192 #define CHPLAN_ENT(_regd_2g, _chd_2g, _regd_5g, _chd_5g) {.regd_2g = _regd_2g, .chd_2g = _chd_2g, .…
194 #define CHPLAN_ENT(_regd_2g, _chd_2g, _regd_5g, _chd_5g) {.regd_2g = _regd_2g, .chd_2g = _chd_2g}
363 if (chplan_map->chd_2g == RTW_CHD_2G_NULL in rtw_chplan_is_empty()
421 u8 chd_2g = RTW_ChannelPlanMap[ChannelPlan].chd_2g; in init_channel_set() local
423 attrib = CH_LIST_ATTRIB(rtw_channel_def_2g[chd_2g]); in init_channel_set()
425 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_2g[chd_2g]); index++) { in init_channel_set()
426 ch = CH_LIST_CH(rtw_channel_def_2g[chd_2g], index); in init_channel_set()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_chplan.c184 u8 chd_2g; member
192 #define CHPLAN_ENT(_regd_2g, _chd_2g, _regd_5g, _chd_5g) {.regd_2g = _regd_2g, .chd_2g = _chd_2g, .…
194 #define CHPLAN_ENT(_regd_2g, _chd_2g, _regd_5g, _chd_5g) {.regd_2g = _regd_2g, .chd_2g = _chd_2g}
363 if (chplan_map->chd_2g == RTW_CHD_2G_NULL in rtw_chplan_is_empty()
428 u8 chd_2g = RTW_ChannelPlanMap[ChannelPlan].chd_2g; in init_channel_set_from_rtk_priv() local
430 attrib = CH_LIST_ATTRIB(rtw_channel_def_2g[chd_2g]); in init_channel_set_from_rtk_priv()
432 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_2g[chd_2g]); index++) { in init_channel_set_from_rtk_priv()
433 ch = CH_LIST_CH(rtw_channel_def_2g[chd_2g], index); in init_channel_set_from_rtk_priv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_chplan.c185 u8 chd_2g; member
193 #define CHPLAN_ENT(_regd_2g, _chd_2g, _regd_5g, _chd_5g) {.regd_2g = _regd_2g, .chd_2g = _chd_2g, .…
195 #define CHPLAN_ENT(_regd_2g, _chd_2g, _regd_5g, _chd_5g) {.regd_2g = _regd_2g, .chd_2g = _chd_2g}
364 if (chplan_map->chd_2g == RTW_CHD_2G_NULL in rtw_chplan_is_empty()
429 u8 chd_2g = RTW_ChannelPlanMap[ChannelPlan].chd_2g; in init_channel_set_from_rtk_priv() local
431 attrib = CH_LIST_ATTRIB(rtw_channel_def_2g[chd_2g]); in init_channel_set_from_rtk_priv()
433 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_2g[chd_2g]); index++) { in init_channel_set_from_rtk_priv()
434 ch = CH_LIST_CH(rtw_channel_def_2g[chd_2g], index); in init_channel_set_from_rtk_priv()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_chplan.c197 u8 chd_2g; member
205 #define CHPLAN_ENT(_regd_2g, _chd_2g, _regd_5g, _chd_5g) {.regd_2g = RTW_REGD_##_regd_2g, .chd_2g =…
207 #define CHPLAN_ENT(_regd_2g, _chd_2g, _regd_5g, _chd_5g) {.regd_2g = RTW_REGD_##_regd_2g, .chd_2g =…
346 if (chplan_map->chd_2g != RTW_CHD_2G_INVALID in rtw_is_channel_plan_valid()
411 u8 chd_2g = RTW_ChannelPlanMap[id].chd_2g; in rtw_chplan_get_ch() local
413 attrib = CH_LIST_ATTRIB(rtw_channel_def_2g[chd_2g]); in rtw_chplan_get_ch()
415 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_2g[chd_2g]); index++) { in rtw_chplan_get_ch()
416 if (CH_LIST_CH(rtw_channel_def_2g[chd_2g], index) == ch) { in rtw_chplan_get_ch()
633 u8 chd_2g = RTW_ChannelPlanMap[chplan].chd_2g; in init_channel_set_from_rtk_priv_2g_5g() local
635 attrib = CH_LIST_ATTRIB(rtw_channel_def_2g[chd_2g]); in init_channel_set_from_rtk_priv_2g_5g()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_chplan.c197 u8 chd_2g; member
205 #define CHPLAN_ENT(_regd_2g, _chd_2g, _regd_5g, _chd_5g) {.regd_2g = RTW_REGD_##_regd_2g, .chd_2g =…
207 #define CHPLAN_ENT(_regd_2g, _chd_2g, _regd_5g, _chd_5g) {.regd_2g = RTW_REGD_##_regd_2g, .chd_2g =…
346 if (chplan_map->chd_2g != RTW_CHD_2G_INVALID in rtw_is_channel_plan_valid()
411 u8 chd_2g = RTW_ChannelPlanMap[id].chd_2g; in rtw_chplan_get_ch() local
413 attrib = CH_LIST_ATTRIB(rtw_channel_def_2g[chd_2g]); in rtw_chplan_get_ch()
415 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_2g[chd_2g]); index++) { in rtw_chplan_get_ch()
416 if (CH_LIST_CH(rtw_channel_def_2g[chd_2g], index) == ch) { in rtw_chplan_get_ch()
633 u8 chd_2g = RTW_ChannelPlanMap[chplan].chd_2g; in init_channel_set_from_rtk_priv_2g_5g() local
635 attrib = CH_LIST_ATTRIB(rtw_channel_def_2g[chd_2g]); in init_channel_set_from_rtk_priv_2g_5g()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_chplan.c263 u8 chd_2g; member
271 #define CHPLAN_ENT(_regd_2g, _chd_2g, _regd_5g, _chd_5g) {.regd_2g = RTW_REGD_##_regd_2g, .chd_2g =…
273 #define CHPLAN_ENT(_regd_2g, _chd_2g, _regd_5g, _chd_5g) {.regd_2g = RTW_REGD_##_regd_2g, .chd_2g =…
427 if (chplan_map->chd_2g != RTW_CHD_2G_INVALID in rtw_is_channel_plan_valid()
515 u8 chd_2g = RTW_ChannelPlanMap[id].chd_2g; in rtw_chplan_get_ch() local
517 attrib = CH_LIST_ATTRIB(rtw_channel_def_2g[chd_2g]); in rtw_chplan_get_ch()
519 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_2g[chd_2g]); index++) { in rtw_chplan_get_ch()
520 if (CH_LIST_CH(rtw_channel_def_2g[chd_2g], index) == ch) { in rtw_chplan_get_ch()
830 u8 chd_2g = RTW_ChannelPlanMap[chplan].chd_2g; in init_channel_set_from_rtk_priv_2g_5g() local
832 attrib = CH_LIST_ATTRIB(rtw_channel_def_2g[chd_2g]); in init_channel_set_from_rtk_priv_2g_5g()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_chplan.c263 u8 chd_2g; member
271 #define CHPLAN_ENT(_regd_2g, _chd_2g, _regd_5g, _chd_5g) {.regd_2g = RTW_REGD_##_regd_2g, .chd_2g =…
273 #define CHPLAN_ENT(_regd_2g, _chd_2g, _regd_5g, _chd_5g) {.regd_2g = RTW_REGD_##_regd_2g, .chd_2g =…
427 if (chplan_map->chd_2g != RTW_CHD_2G_INVALID in rtw_is_channel_plan_valid()
515 u8 chd_2g = RTW_ChannelPlanMap[id].chd_2g; in rtw_chplan_get_ch() local
517 attrib = CH_LIST_ATTRIB(rtw_channel_def_2g[chd_2g]); in rtw_chplan_get_ch()
519 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_2g[chd_2g]); index++) { in rtw_chplan_get_ch()
520 if (CH_LIST_CH(rtw_channel_def_2g[chd_2g], index) == ch) { in rtw_chplan_get_ch()
830 u8 chd_2g = RTW_ChannelPlanMap[chplan].chd_2g; in init_channel_set_from_rtk_priv_2g_5g() local
832 attrib = CH_LIST_ATTRIB(rtw_channel_def_2g[chd_2g]); in init_channel_set_from_rtk_priv_2g_5g()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_chplan.c184 u8 chd_2g; member
192 #define CHPLAN_ENT(_regd_2g, _chd_2g, _regd_5g, _chd_5g) {.regd_2g = RTW_REGD_##_regd_2g, .chd_2g =…
194 #define CHPLAN_ENT(_regd_2g, _chd_2g, _regd_5g, _chd_5g) {.regd_2g = RTW_REGD_##_regd_2g, .chd_2g =…
363 if (chplan_map->chd_2g == RTW_CHD_2G_NULL in rtw_chplan_is_empty()
428 u8 chd_2g = RTW_ChannelPlanMap[ChannelPlan].chd_2g; in init_channel_set_from_rtk_priv() local
430 attrib = CH_LIST_ATTRIB(rtw_channel_def_2g[chd_2g]); in init_channel_set_from_rtk_priv()
432 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_2g[chd_2g]); index++) { in init_channel_set_from_rtk_priv()
433 ch = CH_LIST_CH(rtw_channel_def_2g[chd_2g], index); in init_channel_set_from_rtk_priv()