Home
last modified time | relevance | path

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

/wlan-driver/platform/cnss2/
H A Dmain.c4298 unsigned int i, min_time_sync_period = CNSS_TIME_SYNC_PERIOD_INVALID; in cnss_get_min_time_sync_period_by_vote() local
4303 if (min_time_sync_period > time_sync_period) in cnss_get_min_time_sync_period_by_vote()
4304 min_time_sync_period = time_sync_period; in cnss_get_min_time_sync_period_by_vote()
4307 return min_time_sync_period; in cnss_get_min_time_sync_period_by_vote()