Searched refs:detectors (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/
H A Ddfs_pattern_detector.c144 * @detectors: array of dynamically created detector elements for this freq
146 * Channel detectors are required to provide multi-channel DFS detection, e.g.
153 struct pri_detector **detectors; member in struct:channel_detector
164 cd->detectors[i]->reset(cd->detectors[i], dpd->last_pulse_ts); channel_detector_reset()
176 struct pri_detector *de = cd->detectors[i]; channel_detector_exit()
180 kfree(cd->detectors); channel_detector_exit()
196 sz = sizeof(cd->detectors) * dpd->num_radar_types; channel_detector_create()
197 cd->detectors = kzalloc(sz, GFP_ATOMIC); channel_detector_create()
198 if (cd->detectors == NULL) channel_detector_create()
206 cd->detectors[i] = de; channel_detector_create()
242 /* dpd_reset(): reset all channel detectors */ dpd_reset()
284 struct pri_detector *pd = cd->detectors[i]; dpd_add_pulse()
320 /* delete all channel detectors for previous DFS domain */ dpd_set_domain()
/linux-4.1.27/tools/testing/selftests/powerpc/mm/
H A Dhugetlb_vs_thp_test.c44 * softlockup or RCU stall detectors, and when the system is kicked test_body()
/linux-4.1.27/kernel/
H A Dwatchdog.c28 * The run state of the lockup detectors is controlled by the content of the
36 * boolean, and the lockup detectors are 'suspended' while 'watchdog_thresh'
716 * Enable/disable the lockup detectors or watchdog_enable_all_cpus()
737 * Update the run state of the lockup detectors.
747 * period will be updated and the lockup detectors will be enabled proc_watchdog_update()
782 * run state of the lockup detectors. proc_watchdog_common()
812 * Update the run state of the lockup detectors. proc_watchdog_common()
/linux-4.1.27/arch/x86/platform/olpc/
H A Dolpc-xo1-sci.c112 * detectors. instead, we make use of an anomoly: with the both detect_lid_state()
113 * edge detectors turned off, we still get an edge event on a detect_lid_state()
/linux-4.1.27/drivers/acpi/acpica/
H A Duttrack.c306 * types of issues than using memory leak detectors outside of
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
H A Dphy.c542 * we know it's not accurate (detectors can't measure anything outside
1014 /* Tweak power detectors for half/quarter rate support */ ath5k_hw_rfregs_init()

Completed in 1096 milliseconds