Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
H A Ddfs_bindetects.c41 uint64_t start_ts) in dfs_find_first_index_within_window() argument
48 if (pl->pl_elems[index].p_time >= start_ts) { in dfs_find_first_index_within_window()
211 uint64_t start_ts) in dfs_count_pulses() argument
218 window_start = (start_ts + (refpri*n))-(primargin+n); in dfs_count_pulses()
245 uint64_t start_ts, end_ts; in dfs_bin_fixedpattern_check() local
252 start_ts = end_ts - (refpri*rf->rf_numpulses); in dfs_bin_fixedpattern_check()
257 (unsigned long long)start_ts, in dfs_bin_fixedpattern_check()
261 start_ts); in dfs_bin_fixedpattern_check()
268 first_index, refpri, start_ts); in dfs_bin_fixedpattern_check()
/wlan-driver/qca-wifi-host-cmn/utils/logging/src/
H A Dwlan_logging_sock_svc.c228 uint64_t start_ts; member
892 gwlan_logging.start_ts = qdf_get_log_timestamp(); in wlan_logging_thread()