Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/
Ddfs_pattern_detector.c164 cd->detectors[i]->reset(cd->detectors[i], dpd->last_pulse_ts); in channel_detector_reset()
277 dpd->last_pulse_ts = event->ts; in dpd_add_pulse()
279 if (event->ts < dpd->last_pulse_ts) in dpd_add_pulse()
292 pd->reset(pd, dpd->last_pulse_ts); in dpd_add_pulse()
Ddfs_pattern_detector.h96 u64 last_pulse_ts; member