Searched full:constant (Results 1 – 25 of 111) sorted by relevance
12345
| /Documentation/devicetree/bindings/power/supply/ |
| D | battery.txt | 24 - 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>;
|
| D | sc2731_charger.txt | 12 - constant-charge-voltage-max-microvolt: maximum constant input voltage. 20 constant-charge-voltage-max-microvolt = <4350000>;
|
| D | bq2415x.txt | 26 constant-voltage phase drops below this value (in mA).
|
| D | rt9455_charger.txt | 12 When the current in constant-voltage phase drops
|
| D | bq25890.txt | 13 constant-voltage phase drops below this value (in uA);
|
| D | sc27xx-fg.txt | 24 constant-charge-voltage-max-microvolt = <4350000>;
|
| D | bq24257.txt | 14 constant-voltage phase drops below this value (in uA).
|
| /Documentation/trace/postprocess/ |
| D | trace-vmscan-postprocess.pl | 17 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 …]
|
| D | trace-pagealloc-postprocess.pl | 19 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/ |
| D | max14577.txt | 34 - maxim,constant-uvolt : Battery Constant Voltage in uV; 95 maxim,constant-uvolt = <4350000>; 140 maxim,constant-uvolt = <4350000>;
|
| D | max77693.txt | 48 - 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/ |
| D | ledtrig-oneshot.rst | 13 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/ |
| D | sparse.rst | 47 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/ |
| D | siphash.rst | 48 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/ |
| D | power_allocator.rst | 104 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
|
| D | cpu-cooling-api.rst | 95 represented as a constant coefficient. This is a simplification 102 Where `capacitance` is a constant that represents an indicative
|
| /Documentation/devicetree/bindings/regulator/ |
| D | regulator.yaml | 69 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/ |
| D | leds-is31fl32xx.txt | 4 constant-current channels, each with independent 256-level PWM control.
|
| D | leds-an30259a.txt | 4 constant current output and sloping current output modes. The chip is connected over I2C.
|
| /Documentation/ABI/testing/ |
| D | sysfs-bus-iio-isl29501 | 44 Finally, the c constant is set by the sensor
|
| D | configfs-stp-policy-p_sys-t | 40 use this option with sources that generate constant and/or
|
| /Documentation/arm/ |
| D | tcm.rst | 112 /* Constant */ 146 printk("TCM constant: 0x%x @ %p\n", tcmconst, &tcmconst);
|
| /Documentation/arm64/ |
| D | memory.rst | 125 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/ |
| D | colorspaces-defs.rst | 134 - Use the default non-constant luminance BT.2020 Y'CbCr encoding. 136 - Use the constant luminance BT.2020 Yc'CbcCrc encoding.
|
| /Documentation/kbuild/ |
| D | kconfig-language.rst | 269 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