Home
last modified time | relevance | path

Searched refs:detectors (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/
H A Ddfs_pattern_detector.c163 struct pri_detector **detectors; member
174 cd->detectors[i]->reset(cd->detectors[i], dpd->last_pulse_ts); in channel_detector_reset()
185 if (cd->detectors) { in channel_detector_exit()
187 struct pri_detector *de = cd->detectors[i]; in channel_detector_exit()
192 kfree(cd->detectors); in channel_detector_exit()
208 sz = sizeof(cd->detectors) * dpd->num_radar_types; in channel_detector_create()
209 cd->detectors = kzalloc(sz, GFP_ATOMIC); in channel_detector_create()
210 if (cd->detectors == NULL) in channel_detector_create()
218 cd->detectors[i] = de; in channel_detector_create()
295 struct pri_detector *pd = cd->detectors[i]; in dpd_add_pulse()
/OK3568_Linux_fs/kernel/Documentation/driver-api/soundwire/
H A Derror_handling.rst13 1. Bus clash or parity errors: This mechanism relies on low-level detectors
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dlockup-watchdogs.rst36 The soft and hard lockup detectors are built on top of the hrtimer and
H A Dras.rst245 This new device type allows for non-memory type of ECC hardware detectors
249 Some architectures have ECC detectors for L1, L2 and L3 caches,
H A Dkernel-parameters.txt3246 To disable both hard and soft lockup detectors,
3529 nowatchdog [KNL] Disable both lockup detectors, i.e.
6081 disables both lockup detectors. Default is 10
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dexynos5800-peach-pi.dts1093 * lockup detectors) and so should be last resort.
H A Dexynos5420-peach-pit.dts1111 * lockup detectors) and so should be last resort.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dkernel.rst1479 0 Disable both lockup detectors.
1480 1 Enable both lockup detectors.
/OK3568_Linux_fs/kernel/lib/
H A DKconfig.debug1099 that watchdogs and lockup detectors are working properly.