/Linux-v6.1/Documentation/input/devices/ |
D | cma3000_d0x.rst | 122 2000: 2000 mg or 2G Range 123 8000: 8000 mg or 8G Range 127 X: X * 71mg (8G Range) 128 X: X * 18mg (2G Range) 138 X: (X >> 2) * 18mg (2G Range) 139 X: (X & 0x0F) * 71 mg (8G Range)
|
/Linux-v6.1/Documentation/devicetree/bindings/phy/ |
D | apm-xgene-phy.txt | 20 supported link speed on the host. Range from 0 to 29 (up to 3) supported link speed on the host. Range is 33 Range is between 0 to 199500 in unit of uV. 37 speed on the host. Range is 0 to 273000 in unit of 41 speed on the host. Range is 0 to 127400 in unit uV. 44 3-tuple setting for Gen1, Gen2, and Gen3. Range is
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-driver-hid-prodikeys | 8 Range: 0..15 18 Range: 0..5000 (milliseconds) 28 Range: -2..2 (minus 2 to plus 2)
|
D | configfs-stp-policy | 38 Range of masters from which to allocate for users of this node. 45 Range of channels from which to allocate for users of this node.
|
D | sysfs-class-powercap | 69 Range of the above energy counter in micro-joules. 84 Range of the above power value in micro-watts.
|
D | sysfs-bus-iio-bno055 | 14 Range for angular velocity readings in radians per second. Note
|
/Linux-v6.1/Documentation/devicetree/bindings/leds/ |
D | leds-lm3601x.txt | 20 - flash-max-microamp : Range from 11mA - 1.5A 21 - flash-max-timeout-us : Range from 40ms - 1600ms 22 - led-max-microamp : Range from 2.4mA - 376mA
|
D | leds-lm3532.txt | 29 Range for ramp settings: 8us - 65536us 38 Range for impedance select: 37000 Ohms - 1190 Ohms 44 Range: 17920us - 2293760us
|
/Linux-v6.1/Documentation/ABI/removed/ |
D | sysfs-bus-nfit | 9 When the nfit driver initializes it runs an ARS (Address Range 13 Uncorrectable Error Range Length Unit Size' (see: ACPI 6.2
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/intel/ |
D | e1000e.rst | 49 :Valid Range: 0,1,3,4,100-100000 117 :Valid Range: 0-65535 (0=off) 135 :Valid Range: 0-65535 (0=off) 146 :Valid Range: 0-65535 (0=off) 157 :Valid Range: 0-65535 (0=off) 168 :Valid Range: 0-xxxxxxx (0=off) 183 :Valid Range: 0,1 191 :Valid Range: 0,1 199 :Valid Range: 0-2 223 :Valid Range: 0,1 [all …]
|
D | e1000.rst | 54 :Valid Range: 0x01-0x0F, 0x20-0x2F 70 :Valid Range: 0-2 (0=auto-negotiate, 1=half, 2=full) 82 :Valid Range: 0-3 (0=none, 1=Rx only, 2=Tx only, 3=Rx&Tx) 93 :Valid Range: 187 :Valid Range: 209 :Valid Range: 0-65535 (0=off) 233 :Valid Range: 0-65535 (0=off) 259 :Valid Range: 276 :Valid Range: 0-65535 (0=off) 290 :Valid Range: 0-65535 (0=off) [all …]
|
D | ixgb.rst | 91 :Valid Range: 0-XXXX 99 :Valid Range: 0-16 (0=none,...,16=all) 107 :Valid Range: 0-3 (0=none, 1=Rx only, 2=Tx only, 3=Rx&Tx) 116 :Valid Range: 64-4096 130 :Valid Range: 64-4096 139 :Valid Range: 0-65535 (0=off) 152 :Valid Range: 0-65535 (0=off) 164 :Valid Range: 0-1 172 :Valid Range: 1,536-262,136 (0x600 - 0x3FFF8, 8 byte granularity) 179 :Valid Range: 64-262,136 (0x40 - 0x3FFF8, 8 byte granularity) [all …]
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/stmicro/ |
D | stmmac.rst | 120 :Valid Range: 5000-None 127 :Valid Range: 0-16 (0=none,...,16=all) 135 :Valid Range: 0-31 142 :Valid Range: 0-3 (0=off,1=rx,2=tx,3=rx/tx) 149 :Valid Range: 0-65535 156 :Valid Range: 64-256 163 :Valid Range: 1536-16384 170 :Valid Range: 0-None 177 :Valid Range: 0-1 (0=off,1=on) 368 6) Fixed CSR Clock Range selection::
|
/Linux-v6.1/Documentation/hwmon/ |
D | mc13783-adc.rst | 45 Channel Signal Input Range Scaling 71 Channel Signal Input Range Scaling
|
D | max197.rst | 25 The A/D converters MAX197, and MAX199 are both 8-Channel, Multi-Range, 5V,
|
D | lm73.rst | 40 Resolution Conv. Time Input Range
|
/Linux-v6.1/arch/arm64/boot/dts/ti/ |
D | k3-am62.dtsi | 79 /* MCU Domain Range */ 82 /* Wakeup Domain Range */
|
D | k3-am62a.dtsi | 81 /* MCU Domain Range */ 88 /* Wakeup Domain Range */
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | max9892x.txt | 29 Range : 0 (off), 1 (on), Default : 0
|
/Linux-v6.1/Documentation/devicetree/bindings/mfd/ |
D | ti-lmu.txt | 31 Range from 2048 us - 117.44 s 34 Range from 2048 us - 117.44 s
|
/Linux-v6.1/rust/alloc/vec/ |
D | mod.rs | 70 use core::ops::{self, Index, IndexMut, Range, RangeBounds}; 1877 let Range { start, end } = slice::range(range, ..len); in drain() localVariable 2463 unsafe fn spec_extend_from_within(&mut self, src: Range<usize>); in spec_extend_from_within() 2467 default unsafe fn spec_extend_from_within(&mut self, src: Range<usize>) { in spec_extend_from_within() 2486 unsafe fn spec_extend_from_within(&mut self, src: Range<usize>) { in spec_extend_from_within()
|
/Linux-v6.1/Documentation/power/powercap/ |
D | powercap.rst | 201 Range of the above energy counter in micro-joules. 207 Range of the above power value in micro-watts.
|
/Linux-v6.1/Documentation/x86/ |
D | mtrr.rst | 4 MTRR (Memory Type Range Register) control 35 the Memory Type Range Registers (MTRRs) may be used to control 42 The Cyrix 6x86, 6x86MX and M II processors have Address Range
|
/Linux-v6.1/Documentation/devicetree/bindings/net/ |
D | micrel-ksz90x1.txt | 168 Range of the value -700 to 2400, default value 0: 173 Range of the value -700 to 800, default value 0:
|
/Linux-v6.1/Documentation/devicetree/bindings/serial/ |
D | nvidia,tegra20-hsuart.txt | 29 Each entry contains sets of 3 values. Range low/high and adjusted rate.
|