Home
last modified time | relevance | path

Searched full:detectors (Results 1 – 20 of 20) sorted by relevance

/Linux-v6.1/drivers/net/wireless/ath/
Ddfs_pattern_detector.c155 * @detectors: array of dynamically created detector elements for this freq
157 * Channel detectors are required to provide multi-channel DFS detection, e.g.
164 struct pri_detector **detectors; member
175 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 cd->detectors = kmalloc_array(dpd->num_radar_types, in channel_detector_create()
210 sizeof(*cd->detectors), GFP_ATOMIC); in channel_detector_create()
211 if (cd->detectors == NULL) in channel_detector_create()
[all …]
/Linux-v6.1/include/linux/
Dnmi.h68 * The run state of the lockup detectors is controlled by the content of the
77 * detectors are 'suspended' while 'watchdog_thresh' is equal zero.
/Linux-v6.1/Documentation/devicetree/bindings/extcon/
Dfcs,fsa880.yaml13 The FSA880 and FSA9480 are USB port accessory detectors and switches.
/Linux-v6.1/tools/testing/selftests/powerpc/mm/
Dhugetlb_vs_thp_test.c45 * softlockup or RCU stall detectors, and when the system is kicked in test_body()
/Linux-v6.1/Documentation/devicetree/bindings/iio/afe/
Dtemperature-sense-rtd.yaml13 RTDs (Resistance Temperature Detectors) are a kind of temperature sensors
/Linux-v6.1/Documentation/driver-api/soundwire/
Derror_handling.rst13 1. Bus clash or parity errors: This mechanism relies on low-level detectors
/Linux-v6.1/Documentation/admin-guide/
Dlockup-watchdogs.rst36 The soft and hard lockup detectors are built on top of the hrtimer and
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,
Dkernel-parameters.txt3539 To disable both hard and soft lockup detectors,
3818 nowatchdog [KNL] Disable both lockup detectors, i.e.
6780 disables both lockup detectors. Default is 10
/Linux-v6.1/arch/x86/platform/olpc/
Dolpc-xo1-sci.c107 * detectors. instead, we make use of an anomaly: with the both in detect_lid_state()
108 * edge detectors turned off, we still get an edge event on a in detect_lid_state()
/Linux-v6.1/drivers/usb/phy/
Dphy-tegra-usb.c1038 /* disable detectors to reset them */ in tegra_usb_phy_configure_pmc()
1047 /* enable detectors */ in tegra_usb_phy_configure_pmc()
1054 /* detectors starts to work after 10ms */ in tegra_usb_phy_configure_pmc()
/Linux-v6.1/drivers/phy/tegra/
Dxusb-tegra210.c1389 /* power down the line state detectors of the pad */ in tegra210_pmc_utmi_enable_phy_sleepwalk()
1474 /* power up the line state detectors of the pad */ in tegra210_pmc_utmi_enable_phy_sleepwalk()
1543 /* power down the line state detectors of the port */ in tegra210_pmc_utmi_disable_phy_sleepwalk()
1599 /* power down the line state detectors of the port */ in tegra210_pmc_hsic_enable_phy_sleepwalk()
1633 /* power up the line state detectors of the port */ in tegra210_pmc_hsic_enable_phy_sleepwalk()
1682 /* power down the line state detectors of the port */ in tegra210_pmc_hsic_disable_phy_sleepwalk()
Dxusb-tegra186.c358 /* power down the line state detectors of the pad */ in tegra186_utmi_enable_phy_sleepwalk()
431 /* power up the line state detectors of the pad */ in tegra186_utmi_enable_phy_sleepwalk()
486 /* power down the line state detectors of the port */ in tegra186_utmi_disable_phy_sleepwalk()
/Linux-v6.1/drivers/acpi/acpica/
Duttrack.c272 * types of issues than using memory leak detectors outside of
/Linux-v6.1/arch/arm/boot/dts/
Dexynos5420-peach-pit.dts1115 * lockup detectors) and so should be last resort.
Dexynos5800-peach-pi.dts1097 * lockup detectors) and so should be last resort.
/Linux-v6.1/Documentation/admin-guide/sysctl/
Dkernel.rst1510 0 Disable both lockup detectors.
1511 1 Enable both lockup detectors.
/Linux-v6.1/drivers/net/wireless/ath/ath5k/
Dphy.c540 * we know it's not accurate (detectors can't measure anything outside
1010 /* Tweak power detectors for half/quarter rate support */ in ath5k_hw_rfregs_init()
/Linux-v6.1/lib/
DKconfig.debug1166 that watchdogs and lockup detectors are working properly.
/Linux-v6.1/drivers/net/wireless/ath/wil6210/
Dwmi.h3278 /* detectors check period usec */