| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ |
| D | dfs_pattern_detector.c | 154 * @detectors: array of dynamically created detector elements for this freq 156 * Channel detectors are required to provide multi-channel DFS detection, e.g. 163 struct pri_detector **detectors; member 174 cd->detectors[i]->reset(cd->detectors[i], dpd->last_pulse_ts); in channel_detector_reset() 185 if (cd->detectors) { in channel_detector_exit() 187 struct pri_detector *de = cd->detectors[i]; in channel_detector_exit() 192 kfree(cd->detectors); in channel_detector_exit() 208 sz = sizeof(cd->detectors) * dpd->num_radar_types; in channel_detector_create() 209 cd->detectors = kzalloc(sz, GFP_ATOMIC); in channel_detector_create() 210 if (cd->detectors == NULL) in channel_detector_create() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ |
| D | dfs_pattern_detector.c | 155 * @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 = kcalloc(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 …]
|
| /kernel/linux/linux-6.6/arch/sparc/ |
| D | Kconfig.debug | 24 the common infrastructure for handling hardlockup detectors. It is
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | nmi.h | 89 * The run state of the lockup detectors is controlled by the content of the 98 * detectors are 'suspended' while 'watchdog_thresh' is equal zero.
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | nmi.h | 90 * The run state of the lockup detectors is controlled by the content of the 99 * detectors are 'suspended' while 'watchdog_thresh' is equal zero.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/extcon/ |
| D | fcs,fsa880.yaml | 13 The FSA880 and FSA9480 are USB port accessory detectors and switches.
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/ |
| D | hugetlb_vs_thp_test.c | 45 * softlockup or RCU stall detectors, and when the system is kicked in test_body()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/ |
| D | hugetlb_vs_thp_test.c | 45 * softlockup or RCU stall detectors, and when the system is kicked in test_body()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/afe/ |
| D | temperature-sense-rtd.yaml | 13 RTDs (Resistance Temperature Detectors) are a kind of temperature sensors
|
| /kernel/linux/linux-6.6/Documentation/driver-api/soundwire/ |
| D | error_handling.rst | 13 1. Bus clash or parity errors: This mechanism relies on low-level detectors
|
| /kernel/linux/linux-5.10/Documentation/driver-api/soundwire/ |
| D | error_handling.rst | 13 1. Bus clash or parity errors: This mechanism relies on low-level detectors
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | lockup-watchdogs.rst | 36 The soft and hard lockup detectors are built on top of the hrtimer and
|
| D | ras.rst | 245 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,
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/ |
| D | lockup-watchdogs.rst | 36 The soft and hard lockup detectors are built on top of the hrtimer and
|
| D | ras.rst | 245 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,
|
| /kernel/linux/linux-5.10/arch/x86/platform/olpc/ |
| D | olpc-xo1-sci.c | 107 * 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()
|
| /kernel/linux/linux-6.6/arch/x86/platform/olpc/ |
| D | olpc-xo1-sci.c | 107 * 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()
|
| /kernel/linux/linux-6.6/drivers/usb/phy/ |
| D | phy-tegra-usb.c | 1038 /* 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()
|
| /kernel/linux/linux-6.6/drivers/phy/tegra/ |
| D | xusb-tegra210.c | 1389 /* 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()
|
| D | xusb-tegra186.c | 373 /* power down the line state detectors of the pad */ in tegra186_utmi_enable_phy_sleepwalk() 450 /* power up the line state detectors of the pad */ in tegra186_utmi_enable_phy_sleepwalk() 512 /* power down the line state detectors of the port */ in tegra186_utmi_disable_phy_sleepwalk()
|
| /kernel/linux/linux-6.6/drivers/acpi/acpica/ |
| D | uttrack.c | 272 * types of issues than using memory leak detectors outside of
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| D | uttrack.c | 272 * types of issues than using memory leak detectors outside of
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/samsung/ |
| D | exynos5800-peach-pi.dts | 1101 * lockup detectors) and so should be last resort.
|
| D | exynos5420-peach-pit.dts | 1119 * lockup detectors) and so should be last resort.
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | exynos5800-peach-pi.dts | 1093 * lockup detectors) and so should be last resort.
|