Home
last modified time | relevance | path

Searched refs:last_ro_ch_time (Results 1 – 2 of 2) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Drtw_roch.h41 systime last_ro_ch_time; /* this will be updated at the beginning and end of ro_ch */ member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Dioctl_cfg80211.c7814 return adapter->rochinfo.last_ro_ch_time ? 1 : 0; in rtw_cfg80211_is_ro_ch_once()
7819 adapter->rochinfo.last_ro_ch_time = rtw_get_current_time(); in rtw_cfg80211_set_last_ro_ch_time()
7821 if (!adapter->rochinfo.last_ro_ch_time) in rtw_cfg80211_set_last_ro_ch_time()
7822 adapter->rochinfo.last_ro_ch_time++; in rtw_cfg80211_set_last_ro_ch_time()
7827 return rtw_get_passing_time_ms(adapter->rochinfo.last_ro_ch_time); in rtw_cfg80211_get_last_ro_ch_passing_ms()