| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_chplan.c | 115 static const struct ch_list_t rtw_channel_def_2g[] = { variable 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() 2428 if (CH_LIST_LEN(rtw_channel_def_2g[i]) == CH_LIST_LEN(rtw_channel_def_2g[j]) in dump_chplan_test() 2429 …&& _rtw_memcmp(&CH_LIST_CH(rtw_channel_def_2g[i], 0), &CH_LIST_CH(rtw_channel_def_2g[j], 0), CH_LI… in dump_chplan_test() 2436 for (j = 0; j < CH_LIST_LEN(rtw_channel_def_2g[i]); j++) { in dump_chplan_test() 2437 if (rtw_ch2freq(CH_LIST_CH(rtw_channel_def_2g[i], j)) == 0) in dump_chplan_test() 2438 RTW_PRINT_SEL(sel, "2G invalid ch:%u at (%d,%d)\n", CH_LIST_CH(rtw_channel_def_2g[i], j), i, j); in dump_chplan_test()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_chplan.c | 115 static const struct ch_list_t rtw_channel_def_2g[] = { variable 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() 2466 if (CH_LIST_LEN(rtw_channel_def_2g[i]) == CH_LIST_LEN(rtw_channel_def_2g[j]) in dump_chplan_test() 2467 …&& _rtw_memcmp(&CH_LIST_CH(rtw_channel_def_2g[i], 0), &CH_LIST_CH(rtw_channel_def_2g[j], 0), CH_LI… in dump_chplan_test() 2474 for (j = 0; j < CH_LIST_LEN(rtw_channel_def_2g[i]); j++) { in dump_chplan_test() 2475 if (rtw_ch2freq(CH_LIST_CH(rtw_channel_def_2g[i], j)) == 0) in dump_chplan_test() 2476 RTW_PRINT_SEL(sel, "2G invalid ch:%u at (%d,%d)\n", CH_LIST_CH(rtw_channel_def_2g[i], j), i, j); in dump_chplan_test()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_chplan.c | 116 static const struct ch_list_t rtw_channel_def_2g[] = { variable 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() 2467 if (CH_LIST_LEN(rtw_channel_def_2g[i]) == CH_LIST_LEN(rtw_channel_def_2g[j]) in dump_chplan_test() 2468 …&& _rtw_memcmp(&CH_LIST_CH(rtw_channel_def_2g[i], 0), &CH_LIST_CH(rtw_channel_def_2g[j], 0), CH_LI… in dump_chplan_test() 2475 for (j = 0; j < CH_LIST_LEN(rtw_channel_def_2g[i]); j++) { in dump_chplan_test() 2476 if (rtw_ch2freq(CH_LIST_CH(rtw_channel_def_2g[i], j)) == 0) in dump_chplan_test() 2477 RTW_PRINT_SEL(sel, "2G invalid ch:%u at (%d,%d)\n", CH_LIST_CH(rtw_channel_def_2g[i], j), i, j); in dump_chplan_test()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_chplan.c | 125 static const struct ch_list_t rtw_channel_def_2g[] = { variable 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() 635 attrib = CH_LIST_ATTRIB(rtw_channel_def_2g[chd_2g]); in init_channel_set_from_rtk_priv_2g_5g() 637 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_2g[chd_2g]); index++) { in init_channel_set_from_rtk_priv_2g_5g() 638 ch = CH_LIST_CH(rtw_channel_def_2g[chd_2g], index); in init_channel_set_from_rtk_priv_2g_5g() 3402 if (CH_LIST_LEN(rtw_channel_def_2g[i]) == CH_LIST_LEN(rtw_channel_def_2g[j]) in dump_chplan_test() 3403 …&& _rtw_memcmp(&CH_LIST_CH(rtw_channel_def_2g[i], 0), &CH_LIST_CH(rtw_channel_def_2g[j], 0), CH_LI… in dump_chplan_test() 3410 for (j = 0; j < CH_LIST_LEN(rtw_channel_def_2g[i]); j++) { in dump_chplan_test() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_chplan.c | 125 static const struct ch_list_t rtw_channel_def_2g[] = { variable 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() 635 attrib = CH_LIST_ATTRIB(rtw_channel_def_2g[chd_2g]); in init_channel_set_from_rtk_priv_2g_5g() 637 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_2g[chd_2g]); index++) { in init_channel_set_from_rtk_priv_2g_5g() 638 ch = CH_LIST_CH(rtw_channel_def_2g[chd_2g], index); in init_channel_set_from_rtk_priv_2g_5g() 3402 if (CH_LIST_LEN(rtw_channel_def_2g[i]) == CH_LIST_LEN(rtw_channel_def_2g[j]) in dump_chplan_test() 3403 …&& _rtw_memcmp(&CH_LIST_CH(rtw_channel_def_2g[i], 0), &CH_LIST_CH(rtw_channel_def_2g[j], 0), CH_LI… in dump_chplan_test() 3410 for (j = 0; j < CH_LIST_LEN(rtw_channel_def_2g[i]); j++) { in dump_chplan_test() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_chplan.c | 115 static const struct ch_list_t rtw_channel_def_2g[] = { variable 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() 2723 if (CH_LIST_LEN(rtw_channel_def_2g[i]) == CH_LIST_LEN(rtw_channel_def_2g[j]) in dump_chplan_test() 2724 …&& _rtw_memcmp(&CH_LIST_CH(rtw_channel_def_2g[i], 0), &CH_LIST_CH(rtw_channel_def_2g[j], 0), CH_LI… in dump_chplan_test() 2731 for (j = 0; j < CH_LIST_LEN(rtw_channel_def_2g[i]); j++) { in dump_chplan_test() 2732 if (rtw_ch2freq(CH_LIST_CH(rtw_channel_def_2g[i], j)) == 0) in dump_chplan_test() 2733 RTW_PRINT_SEL(sel, "2G invalid ch:%u at (%d,%d)\n", CH_LIST_CH(rtw_channel_def_2g[i], j), i, j); in dump_chplan_test()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_chplan.c | 191 static const struct ch_list_t rtw_channel_def_2g[] = { variable 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() 832 attrib = CH_LIST_ATTRIB(rtw_channel_def_2g[chd_2g]); in init_channel_set_from_rtk_priv_2g_5g() 834 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_2g[chd_2g]); index++) { in init_channel_set_from_rtk_priv_2g_5g() 835 ch = CH_LIST_CH(rtw_channel_def_2g[chd_2g], index); in init_channel_set_from_rtk_priv_2g_5g() 3659 if (CH_LIST_LEN(rtw_channel_def_2g[i]) == CH_LIST_LEN(rtw_channel_def_2g[j]) in dump_chplan_test() 3660 …&& _rtw_memcmp(&CH_LIST_CH(rtw_channel_def_2g[i], 0), &CH_LIST_CH(rtw_channel_def_2g[j], 0), CH_LI… in dump_chplan_test() 3667 for (j = 0; j < CH_LIST_LEN(rtw_channel_def_2g[i]); j++) { in dump_chplan_test() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_chplan.c | 191 static const struct ch_list_t rtw_channel_def_2g[] = { variable 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() 832 attrib = CH_LIST_ATTRIB(rtw_channel_def_2g[chd_2g]); in init_channel_set_from_rtk_priv_2g_5g() 834 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_2g[chd_2g]); index++) { in init_channel_set_from_rtk_priv_2g_5g() 835 ch = CH_LIST_CH(rtw_channel_def_2g[chd_2g], index); in init_channel_set_from_rtk_priv_2g_5g() 3659 if (CH_LIST_LEN(rtw_channel_def_2g[i]) == CH_LIST_LEN(rtw_channel_def_2g[j]) in dump_chplan_test() 3660 …&& _rtw_memcmp(&CH_LIST_CH(rtw_channel_def_2g[i], 0), &CH_LIST_CH(rtw_channel_def_2g[j], 0), CH_LI… in dump_chplan_test() 3667 for (j = 0; j < CH_LIST_LEN(rtw_channel_def_2g[i]); j++) { in dump_chplan_test() [all …]
|