Home
last modified time | relevance | path

Searched refs:add_pulse (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/
H A Ddfs_pri_detector.h49 * @add_pulse(): add pulse event, returns pri_sequence if pattern was detected
62 (*add_pulse)(struct pri_detector *de, struct pulse_event *e); member
H A Ddfs_pattern_detector.h88 * @add_pulse(): add radar pulse to detector, returns true on detection
99 bool (*add_pulse)(struct dfs_pattern_detector *dpd, member
H A Ddfs_pattern_detector.c296 struct pri_sequence *ps = pd->add_pulse(pd, event); in dpd_add_pulse()
346 .add_pulse = dpd_add_pulse,
H A Ddfs_pri_detector.c426 de->add_pulse = pri_detector_add_pulse; in pri_detector_init()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/
H A Ddfs_pri_detector.h49 * @add_pulse(): add pulse event, returns pri_sequence if pattern was detected
62 (*add_pulse)(struct pri_detector *de, struct pulse_event *e); member
H A Ddfs_pattern_detector.h88 * @add_pulse(): add radar pulse to detector, returns true on detection
99 bool (*add_pulse)(struct dfs_pattern_detector *dpd, member
H A Ddfs_pattern_detector.c298 struct pri_sequence *ps = pd->add_pulse(pd, event); in dpd_add_pulse()
348 .add_pulse = dpd_add_pulse,
H A Ddfs_pri_detector.c425 de->add_pulse = pri_detector_add_pulse; in pri_detector_init()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Ddfs.c280 if (!pd->add_pulse(pd, pe, NULL)) in ath9k_dfs_process_radar_pulse()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Ddfs.c280 if (!pd->add_pulse(pd, pe, NULL)) in ath9k_dfs_process_radar_pulse()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dwmi.c4099 if (!ar->dfs_detector->add_pulse(ar->dfs_detector, &pe, &rs)) { in ath10k_dfs_radar_report()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dwmi.c4099 if (!ar->dfs_detector->add_pulse(ar->dfs_detector, &pe, &rs)) { in ath10k_dfs_radar_report()

Completed in 28 milliseconds