Home
last modified time | relevance | path

Searched full:detector (Results 1 – 25 of 163) sorted by relevance

1234567

/Linux-v5.15/Documentation/trace/
Dhwlat_detector.rst2 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-v5.15/drivers/extcon/
DKconfig39 FSA9480 microUSB switch and accessory detector chip. The FSA9480 is a USB
40 port accessory detector and switch. The FSA9480 is fully controlled using
83 detector and switch.
102 detector and switch.
112 detector add switch.
120 detector and switch.
152 Richtek RT8973A. The RT8973A is a USB port accessory detector
165 detector and switch.
/Linux-v5.15/Documentation/devicetree/bindings/media/xilinx/
Dxlnx,v-tc.txt5 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-v5.15/Documentation/devicetree/bindings/iio/adc/
Denvelope-detector.yaml4 $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";
Dholt,hi8435.yaml7 title: Holt Integrated Circuits HI-8435 SPI threshold detector
43 threshold-detector@0 {
/Linux-v5.15/drivers/net/wireless/ath/
Ddfs_pattern_detector.h59 * 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
Ddfs_pattern_detector.c152 * 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 */
230 * channel_detector_get() - get channel detector for given frequency
234 * Return value: pointer to channel detector on success, NULL otherwise
236 * Return existing channel detector for the given frequency or return a
251 * DFS Pattern Detector
288 /* reset detector on time stamp wraparound, caused by TSF reset */ in dpd_add_pulse()
Ddfs_pri_detector.h47 * struct pri_detector - PRI detector element for a dedicated radar type
51 * @rs: detector specs for this detector element
/Linux-v5.15/Documentation/admin-guide/
Dlockup-watchdogs.rst2 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-v5.15/Documentation/RCU/
Dstallwarn.rst4 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.
125 Fine-Tuning the RCU CPU Stall Detector
129 CPU stall detector, which detects conditions that unduly delay RCU grace
132 The stall detector's idea of what constitutes "unduly delayed" is
167 The CPU stall detector tries to make the offending CPU print its
189 Interpreting RCU's CPU Stall-Detector "Splats"
/Linux-v5.15/kernel/
Dwatchdog.c8 * 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()
561 * Create the watchdog infrastructure and configure the detector(s).
615 * lockup_detector_soft_poweroff - Interface to stop lockup detector(s)
617 * Special interface for parisc. It prevents lockup detector warnings from
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-iio-adc-hi84356 Program sensor type for threshold detector inputs.
8 threshold detector input channel. Channels 0..7, 8..15, 16..23
/Linux-v5.15/drivers/iio/adc/
Denvelope-detector.c3 * Driver for an envelope detector using a DAC and a comparator
360 0, "envelope-detector", env); in envelope_detector_probe()
393 { .compatible = "axentia,tse850-envelope-detector", },
401 .name = "iio-envelope-detector",
407 MODULE_DESCRIPTION("Envelope detector using a DAC and a comparator");
/Linux-v5.15/include/linux/
Dnmi.h69 * '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-v5.15/drivers/net/wireless/ath/ath9k/
Ddfs_debug.c55 "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-v5.15/kernel/trace/
Dtrace_hwlat.c3 * 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
573 * start_per_cpu_kthreads - Kick off the hardware latency sampling/detector kthreads
676 * to the hardware latency detector. hwlatd has different operation modes.
/Linux-v5.15/Documentation/devicetree/bindings/iio/frequency/
Dadi,adf4350.yaml59 adi,phase-detector-polarity-positive-enable:
61 description: Enables positive phase detector polarity. Default negative.
184 adi,phase-detector-polarity-positive-enable;
/Linux-v5.15/lib/
DKconfig.kfence7 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-v5.15/arch/arm/boot/dts/
Dat91-tse850-3.dts69 env_det: envelope-detector {
70 compatible = "axentia,tse850-envelope-detector";
90 envelope-detector-mux {
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/
Dmt76x02_dfs.c211 /* 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()
839 /* disable hw detector */ in mt76x02_dfs_init_params()
841 /* clear detector status */ in mt76x02_dfs_init_params()
/Linux-v5.15/Documentation/devicetree/bindings/phy/
Dnvidia,tegra20-usb-phy.txt55 - nvidia,hssquelch-level : HS squelch detector level.
56 - nvidia,hsdiscon-level : HS disconnect detector level.
/Linux-v5.15/drivers/net/pcs/
Dpcs-xpcs-nxp.c144 /* Program threshold for receiver signal detector. in nxp_sja1110_pma_config()
145 * Enable control of RXPLL by receiver signal detector to disable RXPLL in nxp_sja1110_pma_config()
/Linux-v5.15/drivers/media/platform/xilinx/
Dxilinx-vtc.c66 * The following registers exist in two blocks, one at 0x0020 for the detector
148 * @has_detector: the VTC has a timing detector
313 xvtc->has_detector = of_property_read_bool(node, "xlnx,detector"); in xvtc_parse_of()
/Linux-v5.15/Documentation/devicetree/bindings/extcon/
Dextcon-rt8973a.txt5 is a USB port accessory detector and switch that is optimized to protect low
/Linux-v5.15/Documentation/devicetree/bindings/power/supply/
Dmaxim,max14656.yaml39 charger-detector@35 {

1234567