/freebsd/share/man/man4/ |
H A D | mac_mls.4 | 67 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 D | wsp.4 | 98 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 D | mac.c | 1727 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 D | debugfs.c | 36 seq_printf(s, "Sensitivity: %d\n", dev->sensitivity); in mt7603_radio_read()
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | max8973-regulator.txt | 29 -maxim,enable-high-etr-sensitivity: boolean, Enhanced transient response 30 circuit is enabled and set for high sensitivity. If this
|
H A D | maxim,max8973.yaml | 78 maxim,enable-high-etr-sensitivity: 82 sensitivity. If this property is available then etr will be enable
|
/freebsd/sbin/setkey/ |
H A D | test-pfkey.c | 166 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 D | ModuleDependencyCollector.cpp | 105 // 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 D | hycon,hy46xx.yaml | 50 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 D | edt-ft5x06.yaml | 66 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 D | mac.c | 1814 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 D | cdns,xtensa-pic.txt | 13 IRQ sensitivity and priority are fixed for each core variant and may not be
|
/freebsd/sys/contrib/device-tree/Bindings/iio/light/ |
H A D | amstaos,tsl2591.yaml | 13 AMS/TAOS TSL2591 is a very-high sensitivity
|
H A D | cm3605.txt | 25 - capella,aset-resistance-ohms: the sensitivity calibration resistance,
|
H A D | capella,cm3605.yaml | 53 Sensitivity calibration resistance. Note that calibration curves
|
/freebsd/sys/contrib/device-tree/Bindings/iio/accel/ |
H A D | memsensing,msa311.yaml | 14 sensitivity consumer applications. It has dynamical user selectable full
|
/freebsd/sys/contrib/device-tree/Bindings/net/can/ |
H A D | cc770.txt | 15 (number and sensitivity) required for the controller.
|
H A D | sja1000.txt | 11 (number and sensitivity) required for the SJA1000.
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | allwinner,sun4i-a10-ts.yaml | 39 description: Sensitivity of pen down detection
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | fan-common.yaml | 34 Divisor for the tach sampling clock, which determines the sensitivity of the tach pin.
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | sgpio-aspeed.txt | 8 sensitivity option (level-high, level-low, edge-high, edge-low)
|
H A D | aspeed,sgpio.yaml | 18 sensitivity option (level-high, level-low, edge-high, edge-low)
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | cap11xx.txt | 25 effectively controls the sensitivity, as a
|
H A D | microchip,cap11xx.yaml | 62 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 D | mtk-uart.txt | 33 index 1: optional, an interrupt specifier with edge sensitivity on Rx pin to
|