/linux/Documentation/devicetree/bindings/misc/ |
H A 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 37 The stall detector expiration timeout measured in seconds. 52 compatible = "qemu,vcpu-stall-detector";
|
/linux/drivers/extcon/ |
H A 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 84 microUSB switch and accessory detector chip. The LC824206XA is a USB 85 port accessory detector and switch. The LC824206XA is fully controlled 97 detector and switch. 116 detector and switch. 126 detector add switch. 135 detector and switch. 168 Richtek RT8973A. The RT8973A is a USB port accessory detector 181 detector and switch.
|
/linux/Documentation/trace/ |
H A 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/Documentation/devicetree/bindings/iio/adc/ |
H A 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";
|
H A D | holt,hi8435.yaml | 7 title: Holt Integrated Circuits HI-8435 SPI threshold detector 44 threshold-detector@0 {
|
/linux/Documentation/devicetree/bindings/media/xilinx/ |
H A 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/drivers/net/wireless/ath/ |
H A 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
|
H A 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 */ 227 * channel_detector_get() - get channel detector for given frequency 231 * Return value: pointer to channel detector on success, NULL otherwise 233 * Return existing channel detector for the given frequency or return a 248 * DFS Pattern Detector 285 /* reset detector on time stamp wraparound, caused by TSF reset */ in dpd_add_pulse()
|
H A 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/Documentation/admin-guide/ |
H A 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/Documentation/devicetree/bindings/iio/frequency/ |
H A D | adi,admv1013.yaml | 64 Envelope Detector voltage regulator. 82 adi,detector-enable: 84 Enable the Envelope Detector available at output pins VENV_P and 151 adi,detector-enable;
|
H A D | adi,admv1014.yaml | 81 adi,detector-enable: 83 Digital Rx Detector Enable. The Square Law Detector output is 141 adi,detector-enable;
|
H A D | adi,adf4350.yaml | 65 adi,phase-detector-polarity-positive-enable: 67 description: Enables positive phase detector polarity. Default negative. 193 adi,phase-detector-polarity-positive-enable;
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A 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/drivers/iio/adc/ |
H A 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/Documentation/ABI/testing/ |
H A 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/lib/ |
H A D | Kconfig.kmsan | 12 bool "KMSAN: detector of uninitialized values use" 19 KernelMemorySanitizer (KMSAN) is a dynamic detector of uses of
|
H A 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
|
H A D | Kconfig.kasan | 35 bool "KASAN: dynamic memory safety error detector" 44 error detector designed to find out-of-bounds and use-after-free bugs.
|
/linux/kernel/trace/ |
H A D | trace_hwlat.c | 3 * trace_hwlat.c - A simple Hardware Latency detector. 389 * stop_stop_kthread - Inform the hardware latency sampling/detector kthread to stop 391 * This kicks the running hardware latency sampling/detector kernel thread and 414 * start_single_kthread - Kick off the hardware latency sampling/detector kthread 471 * stop_per_cpu_kthreads - Inform the hardware latency sampling/detector kthread to stop 473 * This kicks the running hardware latency sampling/detector kernel threads and 573 * start_per_cpu_kthreads - Kick off the hardware latency sampling/detector kthreads 673 * to the hardware latency detector. hwlatd has different operation modes.
|
/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_dfs.c | 211 /* reset hw detector */ in mt76x02_dfs_detector_reset() 214 /* reset sw detector */ in mt76x02_dfs_detector_reset() 632 /* sw detector rx radar pattern */ in mt76x02_dfs_tasklet() 659 /* hw detector rx radar pattern */ in mt76x02_dfs_tasklet() 667 /* reset hw detector */ in mt76x02_dfs_tasklet() 816 /* disable hw detector */ in mt76x02_phy_dfs_adjust_agc() 818 /* enable hw detector */ in mt76x02_phy_dfs_adjust_agc() 836 /* disable hw detector */ in mt76x02_dfs_init_params() 838 /* clear detector status */ in mt76x02_dfs_init_params()
|
/linux/sound/soc/fsl/ |
H A D | fsl_micfil.c | 420 SOC_SINGLE_RANGE("HWVAD Detector Frame Time", REG_MICFIL_VAD0_CTRL2, 16, 0, 63, 0), 421 SOC_SINGLE("HWVAD Detector Initialization Time", REG_MICFIL_VAD0_CTRL1, 8, 31, 0), 539 /* Voice Activity Detector Error Interruption */ in fsl_micfil_configure_hwvad_interrupts() 543 /* Voice Activity Detector Interruption */ in fsl_micfil_configure_hwvad_interrupts() 635 * It is important to remark that the HWVAD detector could be enabled 653 /* Voice Activity Detector Internal Filters Initialization*/ in fsl_micfil_hwvad_enable() 657 /* Voice Activity Detector Internal Filter */ in fsl_micfil_hwvad_enable() 666 /* Voice Activity Detector Reset */ in fsl_micfil_hwvad_enable() 670 /* Voice Activity Detector Enabled */ in fsl_micfil_hwvad_enable() 1393 /* Digital Microphone interface voice activity detector event */ in fsl_micfil_probe() [all …]
|
/linux/arch/arm/boot/dts/microchip/ |
H A D | at91-tse850-3.dts | 69 env_det: envelope-detector { 70 compatible = "axentia,tse850-envelope-detector"; 90 envelope-detector-mux {
|
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | moortec,mr75203.yaml | 21 *) Process Detector (PD) - used to assess silicon speed (e.g. mr74139). 46 - description: PVT process detector registers
|
/linux/arch/sparc/ |
H A D | Kconfig.debug | 20 Sparc64 hardlockup detector is the last one developed before adding
|