Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_regulation.h62 u8 history_cnt; member
H A Dphl_regulation.c503 rg->history[rg->history_cnt].code = domain; in _history_log()
504 rg->history[rg->history_cnt].reason = reason; in _history_log()
505 rg->history_cnt++; in _history_log()
506 if (rg->history_cnt >= MAX_HISTORY_NUM) in _history_log()
507 rg->history_cnt = 0; in _history_log()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_regulation.h62 u8 history_cnt; member
H A Dphl_regulation.c503 rg->history[rg->history_cnt].code = domain; in _history_log()
504 rg->history[rg->history_cnt].reason = reason; in _history_log()
505 rg->history_cnt++; in _history_log()
506 if (rg->history_cnt >= MAX_HISTORY_NUM) in _history_log()
507 rg->history_cnt = 0; in _history_log()