Home
last modified time | relevance | path

Searched refs:chplan_map (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_chplan.c399 struct chplan_ent_t *chplan_map; in rtw_chplan_is_empty() local
402 chplan_map = &RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE; in rtw_chplan_is_empty()
404 chplan_map = &RTW_ChannelPlanMap[id]; in rtw_chplan_is_empty()
406 if (chplan_map->rd_2g == RTW_RD_2G_NULL in rtw_chplan_is_empty()
408 && chplan_map->rd_5g == RTW_RD_5G_NULL in rtw_chplan_is_empty()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_chplan.c399 struct chplan_ent_t *chplan_map; in rtw_chplan_is_empty() local
402 chplan_map = &RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE; in rtw_chplan_is_empty()
404 chplan_map = &RTW_ChannelPlanMap[id]; in rtw_chplan_is_empty()
406 if (chplan_map->rd_2g == RTW_RD_2G_NULL in rtw_chplan_is_empty()
408 && chplan_map->rd_5g == RTW_RD_5G_NULL in rtw_chplan_is_empty()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_chplan.c413 struct chplan_ent_t *chplan_map; in rtw_chplan_is_empty() local
416 chplan_map = &RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE; in rtw_chplan_is_empty()
418 chplan_map = &RTW_ChannelPlanMap[id]; in rtw_chplan_is_empty()
420 if (chplan_map->rd_2g == RTW_RD_2G_NULL in rtw_chplan_is_empty()
422 && chplan_map->rd_5g == RTW_RD_5G_NULL in rtw_chplan_is_empty()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_chplan.c391 const struct chplan_ent_t *chplan_map = &RTW_ChannelPlanMap[id]; in rtw_chplan_is_empty() local
393 if (chplan_map->rd_2g == RTW_RD_2G_NULL in rtw_chplan_is_empty()
395 && chplan_map->rd_5g == RTW_RD_5G_NULL in rtw_chplan_is_empty()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_chplan.c390 const struct chplan_ent_t *chplan_map = &RTW_ChannelPlanMap[id]; in rtw_chplan_is_empty() local
392 if (chplan_map->rd_2g == RTW_RD_2G_NULL in rtw_chplan_is_empty()
394 && chplan_map->rd_5g == RTW_RD_5G_NULL in rtw_chplan_is_empty()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_chplan.c396 const struct chplan_ent_t *chplan_map = &RTW_ChannelPlanMap[id]; in rtw_chplan_is_empty() local
398 if (chplan_map->rd_2g == RTW_RD_2G_NULL in rtw_chplan_is_empty()
400 && chplan_map->rd_5g == RTW_RD_5G_NULL in rtw_chplan_is_empty()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_chplan.c361 const struct chplan_ent_t *chplan_map = &RTW_ChannelPlanMap[id]; in rtw_chplan_is_empty() local
363 if (chplan_map->chd_2g == RTW_CHD_2G_NULL in rtw_chplan_is_empty()
365 && chplan_map->chd_5g == RTW_CHD_5G_NULL in rtw_chplan_is_empty()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_chplan.c361 const struct chplan_ent_t *chplan_map = &RTW_ChannelPlanMap[id]; in rtw_chplan_is_empty() local
363 if (chplan_map->chd_2g == RTW_CHD_2G_NULL in rtw_chplan_is_empty()
365 && chplan_map->chd_5g == RTW_CHD_5G_NULL in rtw_chplan_is_empty()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_chplan.c362 const struct chplan_ent_t *chplan_map = &RTW_ChannelPlanMap[id]; in rtw_chplan_is_empty() local
364 if (chplan_map->chd_2g == RTW_CHD_2G_NULL in rtw_chplan_is_empty()
366 && chplan_map->chd_5g == RTW_CHD_5G_NULL in rtw_chplan_is_empty()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_chplan.c344 const struct chplan_ent_t *chplan_map = &RTW_ChannelPlanMap[id]; in rtw_is_channel_plan_valid() local
346 if (chplan_map->chd_2g != RTW_CHD_2G_INVALID in rtw_is_channel_plan_valid()
348 && chplan_map->chd_5g != RTW_CHD_5G_INVALID in rtw_is_channel_plan_valid()
484 const struct chplan_6g_ent_t *chplan_map = &rtw_chplan_6g_map[id]; in rtw_is_channel_plan_6g_valid() local
486 if (chplan_map->chd != RTW_CHD_6G_INVALID) in rtw_is_channel_plan_6g_valid()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_chplan.c344 const struct chplan_ent_t *chplan_map = &RTW_ChannelPlanMap[id]; in rtw_is_channel_plan_valid() local
346 if (chplan_map->chd_2g != RTW_CHD_2G_INVALID in rtw_is_channel_plan_valid()
348 && chplan_map->chd_5g != RTW_CHD_5G_INVALID in rtw_is_channel_plan_valid()
484 const struct chplan_6g_ent_t *chplan_map = &rtw_chplan_6g_map[id]; in rtw_is_channel_plan_6g_valid() local
486 if (chplan_map->chd != RTW_CHD_6G_INVALID) in rtw_is_channel_plan_6g_valid()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_chplan.c425 const struct chplan_ent_t *chplan_map = &RTW_ChannelPlanMap[id]; in rtw_is_channel_plan_valid()
427 if (chplan_map->chd_2g != RTW_CHD_2G_INVALID in rtw_is_channel_plan_valid()
429 && chplan_map->chd_5g != RTW_CHD_5G_INVALID in rtw_is_channel_plan_valid()
600 const struct chplan_6g_ent_t *chplan_map = &rtw_chplan_6g_map[id]; in rtw_is_channel_plan_6g_valid()
602 if (chplan_map->chd != RTW_CHD_6G_INVALID) in rtw_is_channel_plan_6g_valid()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_chplan.c425 const struct chplan_ent_t *chplan_map = &RTW_ChannelPlanMap[id]; in rtw_is_channel_plan_valid()
427 if (chplan_map->chd_2g != RTW_CHD_2G_INVALID in rtw_is_channel_plan_valid()
429 && chplan_map->chd_5g != RTW_CHD_5G_INVALID in rtw_is_channel_plan_valid()
600 const struct chplan_6g_ent_t *chplan_map = &rtw_chplan_6g_map[id]; in rtw_is_channel_plan_6g_valid()
602 if (chplan_map->chd != RTW_CHD_6G_INVALID) in rtw_is_channel_plan_6g_valid()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_chplan.c361 const struct chplan_ent_t *chplan_map = &RTW_ChannelPlanMap[id]; in rtw_chplan_is_empty() local
363 if (chplan_map->chd_2g == RTW_CHD_2G_NULL in rtw_chplan_is_empty()
365 && chplan_map->chd_5g == RTW_CHD_5G_NULL in rtw_chplan_is_empty()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_mlme_ext.c309 RT_CHANNEL_PLAN_MAP *chplan_map; in rtw_chplan_is_empty() local
312 chplan_map = &RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE; in rtw_chplan_is_empty()
314 chplan_map = &RTW_ChannelPlanMap[id]; in rtw_chplan_is_empty()
316 if (chplan_map->Index2G == RTW_RD_2G_NULL in rtw_chplan_is_empty()
317 && chplan_map->Index5G == RTW_RD_5G_NULL) in rtw_chplan_is_empty()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_mlme_ext.c309 RT_CHANNEL_PLAN_MAP *chplan_map; in rtw_chplan_is_empty() local
312 chplan_map = &RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE; in rtw_chplan_is_empty()
314 chplan_map = &RTW_ChannelPlanMap[id]; in rtw_chplan_is_empty()
316 if (chplan_map->Index2G == RTW_RD_2G_NULL in rtw_chplan_is_empty()
317 && chplan_map->Index5G == RTW_RD_5G_NULL) in rtw_chplan_is_empty()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_mlme_ext.c352 RT_CHANNEL_PLAN_MAP *chplan_map; in rtw_chplan_is_empty() local
355 chplan_map = &RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE; in rtw_chplan_is_empty()
357 chplan_map = &RTW_ChannelPlanMap[id]; in rtw_chplan_is_empty()
359 if (chplan_map->Index2G == RTW_RD_2G_NULL in rtw_chplan_is_empty()
361 && chplan_map->Index5G == RTW_RD_5G_NULL in rtw_chplan_is_empty()