/Linux-v6.1/Documentation/devicetree/bindings/misc/ |
D | qemu,vcpu-stall-detector.yaml | 4 $id: http://devicetree.org/schemas/misc/qemu,vcpu-stall-detector.yaml# 7 title: VCPU stall detector 10 This binding describes a CPU stall detector mechanism for virtual CPUs 19 - qemu,vcpu-stall-detector 27 The internal clock of the stall detector peripheral measure in Hz used 34 The stall detector expiration timeout measured in seconds. 47 compatible = "qemu,vcpu-stall-detector";
|
/Linux-v6.1/Documentation/trace/ |
D | hwlat_detector.rst | 2 Hardware Latency Detector 24 The hardware latency detector works by hogging one of the cpus for configurable 31 Note that the hwlat detector should *NEVER* be used in a production environment. 55 for every 1,000,000 usecs (1s) the hwlat detector will spin for 500,000 usecs 64 If tracing_thresh was zero when hwlat detector was started, it will be set 66 tracing_thresh that hwlat detector had will be saved and this value will 67 be restored in tracing_thresh if it is still zero when hwlat detector is 81 By default, one hwlat detector's kernel thread will migrate across each CPU
|
/Linux-v6.1/drivers/extcon/ |
D | Kconfig | 39 FSA9480 microUSB switch and accessory detector chip. The FSA9480 is a USB 40 port accessory detector and switch. The FSA9480 is fully controlled using 85 detector and switch. 104 detector and switch. 114 detector add switch. 122 detector and switch. 155 Richtek RT8973A. The RT8973A is a USB port accessory detector 168 detector and switch.
|
/Linux-v6.1/drivers/misc/ |
D | vcpu_stall_detector.c | 3 // VCPU stall detector. 63 /* Reload the stall detector counter register every in vcpu_stall_detect_timer_fn() 91 /* Compute the number of ticks required for the stall detector in start_stall_detector_cpu() 99 /* Enable the internal clock and start the stall detector */ in start_stall_detector_cpu() 102 /* Pet the stall detector at half of its expiration timeout in start_stall_detector_cpu() 126 /* Disable the stall detector for the current CPU */ in stop_stall_detector_cpu() 204 { .compatible = "qemu,vcpu-stall-detector", }, 223 MODULE_DESCRIPTION("VCPU stall detector");
|
/Linux-v6.1/Documentation/devicetree/bindings/media/xilinx/ |
D | xlnx,v-tc.txt | 5 detector. 18 - xlnx,detector: The VTC has a timing detector 21 At least one of the xlnx,detector and xlnx,generator properties must be
|
/Linux-v6.1/Documentation/devicetree/bindings/iio/adc/ |
D | envelope-detector.yaml | 4 $id: http://devicetree.org/schemas/iio/adc/envelope-detector.yaml# 7 title: ADC envelope detector using a DAC and a comparator 32 const: axentia,tse850-envelope-detector 77 envelope-detector { 78 compatible = "axentia,tse850-envelope-detector";
|
D | holt,hi8435.yaml | 7 title: Holt Integrated Circuits HI-8435 SPI threshold detector 44 threshold-detector@0 {
|
/Linux-v6.1/drivers/net/wireless/ath/ |
D | dfs_pattern_detector.h | 59 * struct radar_detector_specs - detector specs for a radar pattern type 85 * struct dfs_pattern_detector - DFS pattern detector 87 * @set_dfs_domain(): set DFS domain, resets detector lines upon domain changes 88 * @add_pulse(): add radar pulse to detector, returns true on detection 115 * dfs_pattern_detector_init() - constructor for pattern detector class
|
D | dfs_pattern_detector.c | 152 * struct channel_detector - detector elements for a DFS channel 154 * @freq: frequency for this channel detector in MHz 155 * @detectors: array of dynamically created detector elements for this freq 158 * to support off-channel scanning. A pattern detector has a list of channels 167 /* channel_detector_reset() - reset detector lines for a given channel */ 232 * channel_detector_get() - get channel detector for given frequency 236 * Return value: pointer to channel detector on success, NULL otherwise 238 * Return existing channel detector for the given frequency or return a 253 * DFS Pattern Detector 290 /* reset detector on time stamp wraparound, caused by TSF reset */ in dpd_add_pulse()
|
D | dfs_pri_detector.h | 47 * struct pri_detector - PRI detector element for a dedicated radar type 51 * @rs: detector specs for this detector element
|
/Linux-v6.1/Documentation/admin-guide/ |
D | lockup-watchdogs.rst | 2 Softlockup detector and hardlockup detector (aka nmi_watchdog) 46 'hardlockup detector' (the handler for the NMI perf event) will 53 'softlockup detector' (coded inside the hrtimer callback function) 60 detector kicks in.
|
/Linux-v6.1/Documentation/devicetree/bindings/iio/frequency/ |
D | adi,admv1014.yaml | 81 adi,detector-enable: 83 Digital Rx Detector Enable. The Square Law Detector output is 130 adi,detector-enable;
|
D | adi,admv1013.yaml | 42 adi,detector-enable: 44 Enable the Envelope Detector available at output pins VENV_P and 88 adi,detector-enable;
|
D | adi,adf4350.yaml | 59 adi,phase-detector-polarity-positive-enable: 61 description: Enables positive phase detector polarity. Default negative. 184 adi,phase-detector-polarity-positive-enable;
|
/Linux-v6.1/Documentation/RCU/ |
D | stallwarn.rst | 4 Using RCU's CPU Stall Detector 8 detector can locate, and then discusses kernel parameters and Kconfig 9 options that can be used to fine-tune the detector's operation. Finally, 10 this document explains the stall detector's "splat" format. 135 Fine-Tuning the RCU CPU Stall Detector 139 CPU stall detector, which detects conditions that unduly delay RCU grace 142 The stall detector's idea of what constitutes "unduly delayed" is 197 The CPU stall detector tries to make the offending CPU print its 219 Interpreting RCU's CPU Stall-Detector "Splats"
|
/Linux-v6.1/kernel/ |
D | watchdog.c | 8 * detector, so thanks to Ingo for the initial implementation. 92 * own hardlockup detector. 238 * hardlockup detector generates a warning in set_sample_period() 317 /* watchdog detector functions */ 364 /* kick the hardlockup detector */ in watchdog_timer_fn() 367 /* kick the softlockup detector */ in watchdog_timer_fn() 568 * Create the watchdog infrastructure and configure the detector(s). 626 * lockup_detector_soft_poweroff - Interface to stop lockup detector(s) 628 * Special interface for parisc. It prevents lockup detector warnings from
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-bus-iio-adc-hi8435 | 6 Program sensor type for threshold detector inputs. 8 threshold detector input channel. Channels 0..7, 8..15, 16..23
|
/Linux-v6.1/drivers/iio/adc/ |
D | envelope-detector.c | 3 * Driver for an envelope detector using a DAC and a comparator 359 0, "envelope-detector", env); in envelope_detector_probe() 392 { .compatible = "axentia,tse850-envelope-detector", }, 400 .name = "iio-envelope-detector", 406 MODULE_DESCRIPTION("Envelope detector using a DAC and a comparator");
|
/Linux-v6.1/drivers/net/wireless/ath/ath9k/ |
D | dfs_debug.c | 55 "DFS detector not enabled\n"); in read_file_dfs() 61 len += scnprintf(buf + len, size - len, "Pulse detector statistics:\n"); in read_file_dfs() 71 len += scnprintf(buf + len, size - len, "Radar detector statistics " in read_file_dfs()
|
/Linux-v6.1/include/linux/ |
D | nmi.h | 69 * 'watchdog_enabled' variable. Each lockup detector has its dedicated bit - 70 * bit 0 for the hard lockup detector and bit 1 for the soft lockup detector.
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | fsl,micfil.yaml | 29 - description: voice activity detector event interrupt 30 - description: voice activity detector error interrupt
|
/Linux-v6.1/lib/ |
D | Kconfig.kmsan | 12 bool "KMSAN: detector of uninitialized values use" 19 KernelMemorySanitizer (KMSAN) is a dynamic detector of uses of
|
D | Kconfig.kfence | 7 bool "KFENCE: low-overhead sampling-based memory safety error detector" 12 KFENCE is a low-overhead sampling-based detector of heap out-of-bounds
|
/Linux-v6.1/kernel/trace/ |
D | trace_hwlat.c | 3 * trace_hwlat.c - A simple Hardware Latency detector. 391 * stop_stop_kthread - Inform the hardware latency sampling/detector kthread to stop 393 * This kicks the running hardware latency sampling/detector kernel thread and 416 * start_single_kthread - Kick off the hardware latency sampling/detector kthread 473 * stop_per_cpu_kthreads - Inform the hardware latency sampling/detector kthread to stop 475 * This kicks the running hardware latency sampling/detector kernel threads and 569 * start_per_cpu_kthreads - Kick off the hardware latency sampling/detector kthreads 672 * to the hardware latency detector. hwlatd has different operation modes.
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | at91-tse850-3.dts | 69 env_det: envelope-detector { 70 compatible = "axentia,tse850-envelope-detector"; 90 envelope-detector-mux {
|