Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/
H A Ddfs_pattern_detector.c175 cd->detectors[i]->reset(cd->detectors[i], dpd->last_pulse_ts); in channel_detector_reset()
286 if (event->ts < dpd->last_pulse_ts) in dpd_add_pulse()
288 dpd->last_pulse_ts = event->ts; in dpd_add_pulse()
302 pd->reset(pd, dpd->last_pulse_ts); in dpd_add_pulse()
H A Ddfs_pattern_detector.h106 u64 last_pulse_ts; member