Home
last modified time | relevance | path

Searched full:sensitivity (Results 1 – 25 of 90) sorted by relevance

1234

/freebsd/share/man/man4/
H A Dmac_mls.467 made up of a sensitivity level and zero or more compartments.
71 The sensitivity level is expressed as a value between 0 and
72 65535, with higher values reflecting higher sensitivity levels.
75 A complete label consists of both sensitivity and compartment
79 or equal active sensitivity level, and having at least
H A Dwsp.498 Controls the pointer sensitivity. Default is 12.
133 Z-axis sensitivity. Default is 5.
141 T-axis sensitivity. Default is 0 (disabled).
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c1727 if (!dev->sensitivity || dev->sensitivity < -100) { in mt7603_adjust_sensitivity()
1728 dev->sensitivity = 0; in mt7603_adjust_sensitivity()
1729 } else if (dev->sensitivity <= -84) { in mt7603_adjust_sensitivity()
1730 adj = 7 + (dev->sensitivity + 92) / 2; in mt7603_adjust_sensitivity()
1736 } else if (dev->sensitivity <= -72) { in mt7603_adjust_sensitivity()
1737 adj = 7 + (dev->sensitivity + 80) / 2; in mt7603_adjust_sensitivity()
1746 if (dev->sensitivity > -54) in mt7603_adjust_sensitivity()
1747 dev->sensitivity = -54; in mt7603_adjust_sensitivity()
1749 adj = 7 + (dev->sensitivity + 80) / 2; in mt7603_adjust_sensitivity()
1793 dev->sensitivity = 0; in mt7603_false_cca_check()
[all …]
H A Ddebugfs.c36 seq_printf(s, "Sensitivity: %d\n", dev->sensitivity); in mt7603_radio_read()
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dmax8973-regulator.txt29 -maxim,enable-high-etr-sensitivity: boolean, Enhanced transient response
30 circuit is enabled and set for high sensitivity. If this
H A Dmaxim,max8973.yaml78 maxim,enable-high-etr-sensitivity:
82 sensitivity. If this property is available then etr will be enable
/freebsd/sbin/setkey/
H A Dtest-pfkey.c166 key(AE), (identity(SD),) (sensitivity)> */
181 (identity(SD),) (sensitivity)> */
200 key(AE), (identity(SD),) (sensitivity)> */
205 (sensitivity,) proposal> */
214 (sensitivity,) proposal> */
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp105 // already expects when sensitivity isn't setup. in isCaseSensitivePath()
123 // Explicitly set case sensitivity for the YAML writer. For that, find out in writeFileMap()
124 // the sensitivity at the path where the headers all collected to. in writeFileMap()
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dhycon,hy46xx.yaml50 description: Allows setting the sensitivity in the range from 0 to 255.
76 description: Allows setting the sensitivity distance in the range from 0 to 5.
H A Dedt-ft5x06.yaml66 description: Allows setting the sensitivity in the range from 0 to 31.
67 Note that lower values indicate higher sensitivity.
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c1814 s8 *sensitivity; in mt7615_mac_adjust_sensitivity() local
1817 sensitivity = ofdm ? &phy->ofdm_sensitivity : &phy->cck_sensitivity; in mt7615_mac_adjust_sensitivity()
1830 if (*sensitivity == def_th && signal > -90) { in mt7615_mac_adjust_sensitivity()
1831 *sensitivity = -90; in mt7615_mac_adjust_sensitivity()
1833 } else if (*sensitivity + 2 < signal) { in mt7615_mac_adjust_sensitivity()
1834 *sensitivity += 2; in mt7615_mac_adjust_sensitivity()
1840 if (*sensitivity - 2 >= def_th) { in mt7615_mac_adjust_sensitivity()
1841 *sensitivity -= 2; in mt7615_mac_adjust_sensitivity()
1846 if (*sensitivity > signal) { in mt7615_mac_adjust_sensitivity()
1847 *sensitivity = signal; in mt7615_mac_adjust_sensitivity()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dcdns,xtensa-pic.txt13 IRQ sensitivity and priority are fixed for each core variant and may not be
/freebsd/sys/contrib/device-tree/Bindings/iio/light/
H A Damstaos,tsl2591.yaml13 AMS/TAOS TSL2591 is a very-high sensitivity
H A Dcm3605.txt25 - capella,aset-resistance-ohms: the sensitivity calibration resistance,
H A Dcapella,cm3605.yaml53 Sensitivity calibration resistance. Note that calibration curves
/freebsd/sys/contrib/device-tree/Bindings/iio/accel/
H A Dmemsensing,msa311.yaml14 sensitivity consumer applications. It has dynamical user selectable full
/freebsd/sys/contrib/device-tree/Bindings/net/can/
H A Dcc770.txt15 (number and sensitivity) required for the controller.
H A Dsja1000.txt11 (number and sensitivity) required for the SJA1000.
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dallwinner,sun4i-a10-ts.yaml39 description: Sensitivity of pen down detection
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dfan-common.yaml34 Divisor for the tach sampling clock, which determines the sensitivity of the tach pin.
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dsgpio-aspeed.txt8 sensitivity option (level-high, level-low, edge-high, edge-low)
H A Daspeed,sgpio.yaml18 sensitivity option (level-high, level-low, edge-high, edge-low)
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dcap11xx.txt25 effectively controls the sensitivity, as a
H A Dmicrochip,cap11xx.yaml62 effectively controls the sensitivity, as a
73 microchip,sensitivity-delta-sense:
78 Controls the sensitivity multiplier of a touch detection.
110 microchip,calib-sensitivity:
176 microchip,calib-sensitivity: false
197 microchip,sensitivity-delta-sense = <16>;
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dmtk-uart.txt33 index 1: optional, an interrupt specifier with edge sensitivity on Rx pin to

1234