Searched refs:last_pulse_ts (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/ath/
H A Ddfs_pattern_detector.h91 * @last_pulse_ts: time stamp of last valid pulse in usecs
106 u64 last_pulse_ts; member in struct:dfs_pattern_detector
H A Ddfs_pattern_detector.c175 cd->detectors[i]->reset(cd->detectors[i], dpd->last_pulse_ts);
286 if (event->ts < dpd->last_pulse_ts)
288 dpd->last_pulse_ts = event->ts;
302 pd->reset(pd, dpd->last_pulse_ts);

Completed in 119 milliseconds