Home
last modified time | relevance | path

Searched refs:history_cnt_6g (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_regulation_6g.c233 rg->history_6g[rg->history_cnt_6g].code = domain; in _history_log_6g()
234 rg->history_6g[rg->history_cnt_6g].reason = reason; in _history_log_6g()
235 rg->history_cnt_6g++; in _history_log_6g()
236 if (rg->history_cnt_6g >= MAX_HISTORY_NUM) in _history_log_6g()
237 rg->history_cnt_6g = 0; in _history_log_6g()
H A Dphl_regulation.h82 u8 history_cnt_6g; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_regulation_6g.c233 rg->history_6g[rg->history_cnt_6g].code = domain; in _history_log_6g()
234 rg->history_6g[rg->history_cnt_6g].reason = reason; in _history_log_6g()
235 rg->history_cnt_6g++; in _history_log_6g()
236 if (rg->history_cnt_6g >= MAX_HISTORY_NUM) in _history_log_6g()
237 rg->history_cnt_6g = 0; in _history_log_6g()
H A Dphl_regulation.h82 u8 history_cnt_6g; member