Searched refs:detectors (Results 1 – 10 of 10) sorted by relevance
164 struct pri_detector **detectors; member175 cd->detectors[i]->reset(cd->detectors[i], dpd->last_pulse_ts); in channel_detector_reset()186 if (cd->detectors) { in channel_detector_exit()188 struct pri_detector *de = cd->detectors[i]; in channel_detector_exit()193 kfree(cd->detectors); in channel_detector_exit()209 sz = sizeof(cd->detectors) * dpd->num_radar_types; in channel_detector_create()210 cd->detectors = kzalloc(sz, GFP_ATOMIC); in channel_detector_create()211 if (cd->detectors == NULL) in channel_detector_create()219 cd->detectors[i] = de; in channel_detector_create()297 struct pri_detector *pd = cd->detectors[i]; in dpd_add_pulse()
13 The FSA880 and FSA9480 are USB port accessory detectors and switches.
13 1. Bus clash or parity errors: This mechanism relies on low-level detectors
36 The soft and hard lockup detectors are built on top of the hrtimer and
245 This new device type allows for non-memory type of ECC hardware detectors249 Some architectures have ECC detectors for L1, L2 and L3 caches,
3299 To disable both hard and soft lockup detectors,3592 nowatchdog [KNL] Disable both lockup detectors, i.e.6300 disables both lockup detectors. Default is 10
1094 * lockup detectors) and so should be last resort.
1112 * lockup detectors) and so should be last resort.
1500 0 Disable both lockup detectors.1501 1 Enable both lockup detectors.
1166 that watchdogs and lockup detectors are working properly.
Completed in 28 milliseconds