Home
last modified time | relevance | path

Searched full:constant (Results 1 – 25 of 111) sorted by relevance

12345

/Documentation/devicetree/bindings/power/supply/
Dbattery.txt24 - constant-charge-current-max-microamp: maximum constant input current
25 - constant-charge-voltage-max-microvolt: maximum constant input voltage
57 constant-charge-current-max-microamp = <900000>;
58 constant-charge-voltage-max-microvolt = <4200000>;
Dsc2731_charger.txt12 - constant-charge-voltage-max-microvolt: maximum constant input voltage.
20 constant-charge-voltage-max-microvolt = <4350000>;
Dbq2415x.txt26 constant-voltage phase drops below this value (in mA).
Drt9455_charger.txt12 When the current in constant-voltage phase drops
Dbq25890.txt13 constant-voltage phase drops below this value (in uA);
Dsc27xx-fg.txt24 constant-charge-voltage-max-microvolt = <4350000>;
Dbq24257.txt14 constant-voltage phase drops below this value (in uA).
/Documentation/trace/postprocess/
Dtrace-vmscan-postprocess.pl17 use constant MM_VMSCAN_DIRECT_RECLAIM_BEGIN => 1;
18 use constant MM_VMSCAN_DIRECT_RECLAIM_END => 2;
19 use constant MM_VMSCAN_KSWAPD_WAKE => 3;
20 use constant MM_VMSCAN_KSWAPD_SLEEP => 4;
21 use constant MM_VMSCAN_LRU_SHRINK_ACTIVE => 5;
22 use constant MM_VMSCAN_LRU_SHRINK_INACTIVE => 6;
23 use constant MM_VMSCAN_LRU_ISOLATE => 7;
24 use constant MM_VMSCAN_WRITEPAGE_FILE_SYNC => 8;
25 use constant MM_VMSCAN_WRITEPAGE_ANON_SYNC => 9;
26 use constant MM_VMSCAN_WRITEPAGE_FILE_ASYNC => 10;
[all …]
Dtrace-pagealloc-postprocess.pl19 use constant MM_PAGE_ALLOC => 1;
20 use constant MM_PAGE_FREE => 2;
21 use constant MM_PAGE_FREE_BATCHED => 3;
22 use constant MM_PAGE_PCPU_DRAIN => 4;
23 use constant MM_PAGE_ALLOC_ZONE_LOCKED => 5;
24 use constant MM_PAGE_ALLOC_EXTFRAG => 6;
25 use constant EVENT_UNKNOWN => 7;
28 use constant STATE_PCPU_PAGES_DRAINED => 8;
29 use constant STATE_PCPU_PAGES_REFILLED => 9;
32 use constant HIGH_PCPU_DRAINS => 10;
[all …]
/Documentation/devicetree/bindings/mfd/
Dmax14577.txt34 - maxim,constant-uvolt : Battery Constant Voltage in uV;
95 maxim,constant-uvolt = <4350000>;
140 maxim,constant-uvolt = <4350000>;
Dmax77693.txt48 - maxim,constant-microvolt : Battery constant voltage in uV. The charger
49 will operate in fast charge constant current mode till battery voltage
50 reaches this level. Then the charger will switch to fast charge constant
173 maxim,constant-microvolt = <4200000>;
/Documentation/leds/
Dledtrig-oneshot.rst13 event, while in the latter it keeps blinking at constant rate, as to signal
16 A one-shot LED only stays in a constant state when there are no events. An
/Documentation/dev-tools/
Dsparse.rst47 One small note: the constant integer "0" is special. You can use a
48 constant zero as a bitwise integer type without sparse ever complaining.
51 vs cpu-endian vs whatever), and there the constant "0" really _is_
/Documentation/security/
Dsiphash.rst48 If you pass the generic siphash function something of a constant length, it
49 will constant fold at compile-time and automatically choose one of the
157 If you pass the generic hsiphash function something of a constant length, it
158 will constant fold at compile-time and automatically choose one of the
/Documentation/driver-api/thermal/
Dpower_allocator.rst104 constant during temperature overshoot periods (current temperature is
106 proportional term constant during temperature undershoot periods
135 thermal equilibrium under constant load. `sustainable_power` is only
163 `k_i` configures the PID loop's integral term constant. This term
175 `k_d` configures the PID loop's derivative term constant. It's
Dcpu-cooling-api.rst95 represented as a constant coefficient. This is a simplification
102 Where `capacitance` is a constant that represents an indicative
/Documentation/devicetree/bindings/regulator/
Dregulator.yaml69 have the constant time for any level voltage change. This is useful
74 the regulator needs a constant time to settle after voltage increases
80 the regulator needs a constant time to settle after voltage decreases
/Documentation/devicetree/bindings/leds/
Dleds-is31fl32xx.txt4 constant-current channels, each with independent 256-level PWM control.
Dleds-an30259a.txt4 constant current output and sloping current output modes. The chip is connected over I2C.
/Documentation/ABI/testing/
Dsysfs-bus-iio-isl2950144 Finally, the c constant is set by the sensor
Dconfigfs-stp-policy-p_sys-t40 use this option with sources that generate constant and/or
/Documentation/arm/
Dtcm.rst112 /* Constant */
146 printk("TCM constant: 0x%x @ %p\n", tcmconst, &tcmconst);
/Documentation/arm64/
Dmemory.rst125 is kept constant at 0xFFF0000000000000 (corresponding to 52-bit),
138 VA_BITS constant the *maximum* VA space size
140 VA_BITS_MIN constant the *minimum* VA space size
/Documentation/media/uapi/v4l/
Dcolorspaces-defs.rst134 - Use the default non-constant luminance BT.2020 Y'CbCr encoding.
136 - Use the constant luminance BT.2020 Yc'CbcCrc encoding.
/Documentation/kbuild/
Dkconfig-language.rst269 There are two types of symbols: constant and non-constant symbols.
270 Non-constant symbols are the most common ones and are defined with the
271 'config' statement. Non-constant symbols consist entirely of alphanumeric
273 Constant symbols are only part of expressions. Constant symbols are

12345