| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_chplan.c | 126 static const struct ch_list_t rtw_channel_def_5g[] = { variable 456 attrib = CH_LIST_ATTRIB(rtw_channel_def_5g[chd_5g]); in init_channel_set() 458 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_5g[chd_5g]); index++) { in init_channel_set() 459 ch = CH_LIST_CH(rtw_channel_def_5g[chd_5g], index); in init_channel_set() 2446 if (CH_LIST_LEN(rtw_channel_def_5g[i]) == CH_LIST_LEN(rtw_channel_def_5g[j]) in dump_chplan_test() 2447 …&& _rtw_memcmp(&CH_LIST_CH(rtw_channel_def_5g[i], 0), &CH_LIST_CH(rtw_channel_def_5g[j], 0), CH_LI… in dump_chplan_test() 2454 for (j = 0; j < CH_LIST_LEN(rtw_channel_def_5g[i]); j++) { in dump_chplan_test() 2455 if (rtw_ch2freq(CH_LIST_CH(rtw_channel_def_5g[i], j)) == 0) in dump_chplan_test() 2456 RTW_PRINT_SEL(sel, "5G invalid ch:%u at (%d,%d)\n", CH_LIST_CH(rtw_channel_def_5g[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 | 126 static const struct ch_list_t rtw_channel_def_5g[] = { variable 461 attrib = CH_LIST_ATTRIB(rtw_channel_def_5g[chd_5g]); in init_channel_set_from_rtk_priv() 463 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_5g[chd_5g]); index++) { in init_channel_set_from_rtk_priv() 464 ch = CH_LIST_CH(rtw_channel_def_5g[chd_5g], index); in init_channel_set_from_rtk_priv() 2484 if (CH_LIST_LEN(rtw_channel_def_5g[i]) == CH_LIST_LEN(rtw_channel_def_5g[j]) in dump_chplan_test() 2485 …&& _rtw_memcmp(&CH_LIST_CH(rtw_channel_def_5g[i], 0), &CH_LIST_CH(rtw_channel_def_5g[j], 0), CH_LI… in dump_chplan_test() 2492 for (j = 0; j < CH_LIST_LEN(rtw_channel_def_5g[i]); j++) { in dump_chplan_test() 2493 if (rtw_ch2freq(CH_LIST_CH(rtw_channel_def_5g[i], j)) == 0) in dump_chplan_test() 2494 RTW_PRINT_SEL(sel, "5G invalid ch:%u at (%d,%d)\n", CH_LIST_CH(rtw_channel_def_5g[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 | 127 static const struct ch_list_t rtw_channel_def_5g[] = { variable 462 attrib = CH_LIST_ATTRIB(rtw_channel_def_5g[chd_5g]); in init_channel_set_from_rtk_priv() 464 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_5g[chd_5g]); index++) { in init_channel_set_from_rtk_priv() 465 ch = CH_LIST_CH(rtw_channel_def_5g[chd_5g], index); in init_channel_set_from_rtk_priv() 2485 if (CH_LIST_LEN(rtw_channel_def_5g[i]) == CH_LIST_LEN(rtw_channel_def_5g[j]) in dump_chplan_test() 2486 …&& _rtw_memcmp(&CH_LIST_CH(rtw_channel_def_5g[i], 0), &CH_LIST_CH(rtw_channel_def_5g[j], 0), CH_LI… in dump_chplan_test() 2493 for (j = 0; j < CH_LIST_LEN(rtw_channel_def_5g[i]); j++) { in dump_chplan_test() 2494 if (rtw_ch2freq(CH_LIST_CH(rtw_channel_def_5g[i], j)) == 0) in dump_chplan_test() 2495 RTW_PRINT_SEL(sel, "5G invalid ch:%u at (%d,%d)\n", CH_LIST_CH(rtw_channel_def_5g[i], j), i, j); in dump_chplan_test()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_chplan.c | 137 static const struct ch_list_t rtw_channel_def_5g[] = { variable 388 attrib = CH_LIST_ATTRIB(rtw_channel_def_5g[chd_5g]); in rtw_chplan_get_ch() 390 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_5g[chd_5g]); index++) { in rtw_chplan_get_ch() 391 if (CH_LIST_CH(rtw_channel_def_5g[chd_5g], index) == ch) { in rtw_chplan_get_ch() 667 attrib = CH_LIST_ATTRIB(rtw_channel_def_5g[chd_5g]); in init_channel_set_from_rtk_priv_2g_5g() 669 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_5g[chd_5g]); index++) { in init_channel_set_from_rtk_priv_2g_5g() 670 ch = CH_LIST_CH(rtw_channel_def_5g[chd_5g], index); in init_channel_set_from_rtk_priv_2g_5g() 3420 if (CH_LIST_LEN(rtw_channel_def_5g[i]) == CH_LIST_LEN(rtw_channel_def_5g[j]) in dump_chplan_test() 3421 …&& _rtw_memcmp(&CH_LIST_CH(rtw_channel_def_5g[i], 0), &CH_LIST_CH(rtw_channel_def_5g[j], 0), CH_LI… in dump_chplan_test() 3428 for (j = 0; j < CH_LIST_LEN(rtw_channel_def_5g[i]); j++) { in dump_chplan_test() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_chplan.c | 137 static const struct ch_list_t rtw_channel_def_5g[] = { variable 388 attrib = CH_LIST_ATTRIB(rtw_channel_def_5g[chd_5g]); in rtw_chplan_get_ch() 390 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_5g[chd_5g]); index++) { in rtw_chplan_get_ch() 391 if (CH_LIST_CH(rtw_channel_def_5g[chd_5g], index) == ch) { in rtw_chplan_get_ch() 667 attrib = CH_LIST_ATTRIB(rtw_channel_def_5g[chd_5g]); in init_channel_set_from_rtk_priv_2g_5g() 669 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_5g[chd_5g]); index++) { in init_channel_set_from_rtk_priv_2g_5g() 670 ch = CH_LIST_CH(rtw_channel_def_5g[chd_5g], index); in init_channel_set_from_rtk_priv_2g_5g() 3420 if (CH_LIST_LEN(rtw_channel_def_5g[i]) == CH_LIST_LEN(rtw_channel_def_5g[j]) in dump_chplan_test() 3421 …&& _rtw_memcmp(&CH_LIST_CH(rtw_channel_def_5g[i], 0), &CH_LIST_CH(rtw_channel_def_5g[j], 0), CH_LI… in dump_chplan_test() 3428 for (j = 0; j < CH_LIST_LEN(rtw_channel_def_5g[i]); j++) { in dump_chplan_test() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_chplan.c | 126 static const struct ch_list_t rtw_channel_def_5g[] = { variable 461 attrib = CH_LIST_ATTRIB(rtw_channel_def_5g[chd_5g]); in init_channel_set_from_rtk_priv() 463 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_5g[chd_5g]); index++) { in init_channel_set_from_rtk_priv() 464 ch = CH_LIST_CH(rtw_channel_def_5g[chd_5g], index); in init_channel_set_from_rtk_priv() 2741 if (CH_LIST_LEN(rtw_channel_def_5g[i]) == CH_LIST_LEN(rtw_channel_def_5g[j]) in dump_chplan_test() 2742 …&& _rtw_memcmp(&CH_LIST_CH(rtw_channel_def_5g[i], 0), &CH_LIST_CH(rtw_channel_def_5g[j], 0), CH_LI… in dump_chplan_test() 2749 for (j = 0; j < CH_LIST_LEN(rtw_channel_def_5g[i]); j++) { in dump_chplan_test() 2750 if (rtw_ch2freq(CH_LIST_CH(rtw_channel_def_5g[i], j)) == 0) in dump_chplan_test() 2751 RTW_PRINT_SEL(sel, "5G invalid ch:%u at (%d,%d)\n", CH_LIST_CH(rtw_channel_def_5g[i], j), i, j); in dump_chplan_test()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_chplan.c | 203 static const struct ch_list_t rtw_channel_def_5g[] = { variable 492 attrib = CH_LIST_ATTRIB(rtw_channel_def_5g[chd_5g]); in rtw_chplan_get_ch() 494 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_5g[chd_5g]); index++) { in rtw_chplan_get_ch() 495 if (CH_LIST_CH(rtw_channel_def_5g[chd_5g], index) == ch) { in rtw_chplan_get_ch() 864 attrib = CH_LIST_ATTRIB(rtw_channel_def_5g[chd_5g]); in init_channel_set_from_rtk_priv_2g_5g() 866 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_5g[chd_5g]); index++) { in init_channel_set_from_rtk_priv_2g_5g() 867 ch = CH_LIST_CH(rtw_channel_def_5g[chd_5g], index); in init_channel_set_from_rtk_priv_2g_5g() 3677 if (CH_LIST_LEN(rtw_channel_def_5g[i]) == CH_LIST_LEN(rtw_channel_def_5g[j]) in dump_chplan_test() 3678 …&& _rtw_memcmp(&CH_LIST_CH(rtw_channel_def_5g[i], 0), &CH_LIST_CH(rtw_channel_def_5g[j], 0), CH_LI… in dump_chplan_test() 3685 for (j = 0; j < CH_LIST_LEN(rtw_channel_def_5g[i]); j++) { in dump_chplan_test() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_chplan.c | 203 static const struct ch_list_t rtw_channel_def_5g[] = { variable 492 attrib = CH_LIST_ATTRIB(rtw_channel_def_5g[chd_5g]); in rtw_chplan_get_ch() 494 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_5g[chd_5g]); index++) { in rtw_chplan_get_ch() 495 if (CH_LIST_CH(rtw_channel_def_5g[chd_5g], index) == ch) { in rtw_chplan_get_ch() 864 attrib = CH_LIST_ATTRIB(rtw_channel_def_5g[chd_5g]); in init_channel_set_from_rtk_priv_2g_5g() 866 for (index = 0; index < CH_LIST_LEN(rtw_channel_def_5g[chd_5g]); index++) { in init_channel_set_from_rtk_priv_2g_5g() 867 ch = CH_LIST_CH(rtw_channel_def_5g[chd_5g], index); in init_channel_set_from_rtk_priv_2g_5g() 3677 if (CH_LIST_LEN(rtw_channel_def_5g[i]) == CH_LIST_LEN(rtw_channel_def_5g[j]) in dump_chplan_test() 3678 …&& _rtw_memcmp(&CH_LIST_CH(rtw_channel_def_5g[i], 0), &CH_LIST_CH(rtw_channel_def_5g[j], 0), CH_LI… in dump_chplan_test() 3685 for (j = 0; j < CH_LIST_LEN(rtw_channel_def_5g[i]); j++) { in dump_chplan_test() [all …]
|