Home
last modified time | relevance | path

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

/openbmc/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()
291 if (event->ts < dpd->last_pulse_ts) in dpd_add_pulse()
293 dpd->last_pulse_ts = event->ts; in dpd_add_pulse()
307 pd->reset(pd, dpd->last_pulse_ts); in dpd_add_pulse()
H A Ddfs_pattern_detector.h106 u64 last_pulse_ts; member