Searched refs:iw_msg_level (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_iw.c | 54 uint iw_msg_level = WL_ERROR_LEVEL; variable 58 if (iw_msg_level & WL_ERROR_LEVEL) { \ 64 if (iw_msg_level & WL_TRACE_LEVEL) { \ 70 if (iw_msg_level & WL_SCAN_LEVEL) { \ 76 if (iw_msg_level & WL_WSEC_LEVEL) { \
|
| H A D | wl_android_ext.c | 1161 iw_msg_level = (uint)(val & 0xFFFF); in wl_ext_wlmsglevel() 1162 WL_MSG(dev->name, "iw_msg_level=0x%x\n", iw_msg_level); in wl_ext_wlmsglevel() 1184 "\niw_msg_level=0x%x", iw_msg_level); in wl_ext_wlmsglevel()
|
| H A D | dhd_common.c | 2477 int_val = (int32)iw_msg_level; in dhd_doiovar() 2479 printf("iw_msg_level=0x%x\n", iw_msg_level); in dhd_doiovar() 2499 iw_msg_level = (uint)(int_val & 0xFFFF); in dhd_doiovar() 2500 printf("iw_msg_level=0x%x\n", iw_msg_level); in dhd_doiovar()
|
| H A D | dhd_config.c | 3212 iw_msg_level = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_log_level() 3213 CONFIG_MSG("iw_msg_level = 0x%X\n", iw_msg_level); in dhd_conf_read_log_level()
|
| H A D | dhd.h | 3116 extern uint iw_msg_level;
|
| H A D | dhd_linux.c | 650 module_param(iw_msg_level, int, 0);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_iw.c | 55 uint iw_msg_level = WL_ERROR_LEVEL; variable 59 if (iw_msg_level & WL_ERROR_LEVEL) { \ 65 if (iw_msg_level & WL_TRACE_LEVEL) { \ 71 if (iw_msg_level & WL_SCAN_LEVEL) { \ 77 if (iw_msg_level & WL_WSEC_LEVEL) { \
|
| H A D | dhd_common.c | 1226 int_val = (int32)iw_msg_level; in dhd_doiovar() 1228 printf("iw_msg_level=0x%x\n", iw_msg_level); in dhd_doiovar() 1248 iw_msg_level = (uint)(int_val & 0xFFFF); in dhd_doiovar() 1249 printf("iw_msg_level=0x%x\n", iw_msg_level); in dhd_doiovar()
|
| H A D | dhd_config.c | 2229 iw_msg_level = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_log_level() 2230 CONFIG_MSG("iw_msg_level = 0x%X\n", iw_msg_level); in dhd_conf_read_log_level()
|
| H A D | dhd.h | 1900 extern uint iw_msg_level;
|
| H A D | dhd_linux.c | 997 module_param(iw_msg_level, int, 0);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_iw.c | 54 uint iw_msg_level = WL_ERROR_LEVEL; variable 58 if (iw_msg_level & WL_ERROR_LEVEL) { \ 64 if (iw_msg_level & WL_TRACE_LEVEL) { \ 70 if (iw_msg_level & WL_SCAN_LEVEL) { \ 76 if (iw_msg_level & WL_WSEC_LEVEL) { \
|
| H A D | wl_android_ext.c | 1198 iw_msg_level = (uint)(val & 0xFFFF); in wl_ext_wlmsglevel() 1199 WL_MSG(dev->name, "iw_msg_level=0x%x\n", iw_msg_level); in wl_ext_wlmsglevel() 1221 "\niw_msg_level=0x%x", iw_msg_level); in wl_ext_wlmsglevel()
|
| H A D | dhd_common.c | 2477 int_val = (int32)iw_msg_level; in dhd_doiovar() 2479 printf("iw_msg_level=0x%x\n", iw_msg_level); in dhd_doiovar() 2499 iw_msg_level = (uint)(int_val & 0xFFFF); in dhd_doiovar() 2500 printf("iw_msg_level=0x%x\n", iw_msg_level); in dhd_doiovar()
|
| H A D | dhd_config.c | 3330 iw_msg_level = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_log_level() 3331 CONFIG_MSG("iw_msg_level = 0x%X\n", iw_msg_level); in dhd_conf_read_log_level()
|
| H A D | dhd.h | 3121 extern uint iw_msg_level;
|
| H A D | dhd_linux.c | 651 module_param(iw_msg_level, int, 0);
|