Home
last modified time | relevance | path

Searched refs:phl_log_level (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_debug.h64 extern u8 phl_log_level;
86 if(((comp) & phl_log_components) && (level <= phl_log_level)) {\
94 if(((comp) & phl_log_components) && (level <= phl_log_level)) {\
H A Dphl_debug.c35 u8 phl_log_level = _PHL_INFO_; variable
H A Dphl_sta.c1832 if (_PHL_DEBUG_ <= phl_log_level) in rtw_phl_get_stainfo_by_macid()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_debug.h64 extern u8 phl_log_level;
86 if(((comp) & phl_log_components) && (level <= phl_log_level)) {\
94 if(((comp) & phl_log_components) && (level <= phl_log_level)) {\
H A Dphl_debug.c35 u8 phl_log_level = _PHL_INFO_; variable
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dphl_dbg_cmd.c1228 phl_log_level = (u8)dbg_level; in _phl_set_level()
1231 "phl_log_level=%u\n", phl_log_level); in _phl_set_level()