Home
last modified time | relevance | path

Searched +full:current +full:- +full:regulated (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/
H A Dbq25700.txt1 Binding for TI bq25700 Li-Ion Charger
4 - compatible: Should contain one of the following:
6 - reg: integer, smbus address of the device.
7 - ti,battery-regulation-voltage: integer, maximum charging voltage (in uV);
8 - ti,charge-current: integer, maximum charging current (in uA);
9 - ti,minimum-sys-voltage: integer, when battery is charging and it is below
10 minimum system voltage, the system will be regulated above
11 minimum-sys-voltage setting (in uV);
21 ti,charge-current = <1000000>;
22 ti,termination-current = <50000>;
[all …]
H A Dbq25703.txt1 Binding for TI bq25703 Li-Ion Charger
4 - compatible: Should contain one of the following:
6 - reg: integer, i2c address of the device.
7 - ti,max-charge-voltage: integer, maximum charging voltage (in uV);
8 - ti,charge-current: integer, maximum charging current (in uA);
9 - ti,minimum-sys-voltage: integer, when battery is charging and it is below
10 minimum system voltage, the system will be regulated above
11 minimum-sys-voltage setting (in uV);
21 ti,max-charge-voltage = <4200000>;
22 ti,charge-current = <1000000>;
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dsc89890-charger.txt1 Binding for sc8990 Li-Ion Charger
7 - compatible: "sc,sc89890"
8 - reg: integer, i2c address of the device.
9 - interrupts: interrupt line;
10 - sc,battery-regulation-voltage: integer, maximum charging voltage (in uV);
11 - sc,charge-current: integer, maximum charging current (in uA);
12 - sc,termination-current: integer, charge will be terminated when current in
13 constant-voltage phase drops below this value (in uA);
14 - sc,precharge-current: integer, maximum charge current during precharge
16 - sc,minimum-sys-voltage: integer, when battery is charging and it is below
[all …]
H A Dbq24190.txt1 TI BQ24190 Li-Ion Battery Charger
4 - compatible: contains one of the following:
9 - reg: integer, I2C address of the charger.
10 - interrupts[-extended]: configuration for charger INT pin.
13 - monitored-battery: phandle of battery characteristics devicetree node
15 + precharge-current-microamp: maximum charge current during precharge
17 + charge-term-current-microamp: a charge cycle terminates when the
18 battery voltage is above recharge threshold, and the current is below
21 - ti,system-minimum-microvolt: when power is connected and the battery is below
22 minimum system voltage, the system will be regulated above this setting.
[all …]
H A Dbq25890.txt1 Binding for TI bq25890 Li-Ion Charger
7 - compatible: Should contain one of the following:
12 - reg: integer, i2c address of the device.
13 - interrupts: interrupt line;
14 - ti,battery-regulation-voltage: integer, maximum charging voltage (in uV);
15 - ti,charge-current: integer, maximum charging current (in uA);
16 - ti,termination-current: integer, charge will be terminated when current in
17 constant-voltage phase drops below this value (in uA);
18 - ti,precharge-current: integer, maximum charge current during precharge
20 - ti,minimum-sys-voltage: integer, when battery is charging and it is below
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/
H A Dleds-sgm3140.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/leds/leds-sgm3140.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Luca Weiss <luca@z3ntu.xyz>
13 The SGM3140 is a current-regulated charge pump which can regulate two current
17 http://www.sg-micro.com/uploads/soft/20190626/1561535688.pdf
23 enable-gpios:
27 flash-gpios:
31 vin-supply:
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dgpio-regulator.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/regulator/gpio-regulator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Liam Girdwood <lgirdwood@gmail.com>
11 - Mark Brown <broonie@kernel.org>
18 - $ref: "regulator.yaml#"
22 const: regulator-gpio
24 regulator-name: true
26 enable-gpios:
[all …]
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dworkqueue.rst33 thread system-wide. A single MT wq needed to keep around the same
60 * Use per-CPU unified worker pools shared by all wq to provide
83 called worker-pools.
85 The cmwq design differentiates between the user-facing workqueues that
87 which manages worker-pools and processes the queued work items.
89 There are two worker-pools, one for normal work items and the other
91 worker-pools to serve work items queued on unbound workqueues - the
102 When a work item is queued to a workqueue, the target worker-pool is
104 and appended on the shared worklist of the worker-pool. For example,
106 be queued on the worklist of either normal or highpri worker-pool that
[all …]
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dqueue-sysfs.rst11 read-write.
14 ---------------
19 ------------------
21 For a RAID device (dm-raid), chunk_sectors indicates the size in 512B sectors
22 of the RAID volume stripe segment. For a zoned block device, either host-aware
23 or host-managed, chunk_sectors indicates the size in 512B sectors of the zones
28 --------
30 used by CPU-addressable storage to bypass the pagecache. It shows '1'
34 ------------------------
40 -------------------------
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-1011 “GNU Lesser General Public License”, the Front-Cover texts being “A GNU
12 Manual”, and with the Back-Cover Texts as in (a) below. A copy of the
16 (a) The FSF’s Back-Cover Text is: “You have the freedom to copy and
19 INFO-DIR-SECTION Software libraries
20 START-INFO-DIR-ENTRY
22 END-INFO-DIR-ENTRY
24 INFO-DIR-SECTION GNU C library functions and macros
25 START-INFO-DIR-ENTRY
311 * O_CREAT: (libc)Open-time Flags.
312 * O_DIRECTORY: (libc)Open-time Flags.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-1011 “GNU Lesser General Public License”, the Front-Cover texts being “A GNU
12 Manual”, and with the Back-Cover Texts as in (a) below. A copy of the
16 (a) The FSF’s Back-Cover Text is: “You have the freedom to copy and
19 INFO-DIR-SECTION Software libraries
20 START-INFO-DIR-ENTRY
22 END-INFO-DIR-ENTRY
24 INFO-DIR-SECTION GNU C library functions and macros
25 START-INFO-DIR-ENTRY
311 * O_CREAT: (libc)Open-time Flags.
312 * O_DIRECTORY: (libc)Open-time Flags.
[all …]
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dfair.c1 // SPDX-License-Identifier: GPL-2.0
30 * Targeted preemption latency for CPU-bound tasks:
33 * 'timeslice length' - timeslices in CFS are of variable length
34 * and have no persistent notion like in traditional, time-slice
38 * run vmstat and monitor the context-switches (cs) field)
47 * The initial- and re-scaling of tunables is configurable
51 * SCHED_TUNABLESCALING_NONE - unscaled, always *1
52 * SCHED_TUNABLESCALING_LOG - scaled logarithmical, *1+ilog(ncpus)
53 * SCHED_TUNABLESCALING_LINEAR - scaled linear, *ncpus
60 * Minimal preemption granularity for CPU-bound tasks:
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dimgproc.hpp13 // Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
51 This module includes image-processing functions.
56 Functions and classes described in this section are used to perform various linear or non-linear
62 will be of the same size as the input image. Normally, the functions support multi-channel arrays,
67 simple arithmetic functions, they need to extrapolate values of some non-existing pixels. For
69 processing the left-most pixels in each row, you need pixels to the left of them, that is, outside
70 of the image. You can let these pixels be the same as the left-most image pixels ("replicated
71 border" extrapolation method), or assume that all the non-existing pixels are zeros ("constant
78 --------------------------|----------------------
79 CV_8U | -1/CV_16S/CV_32F/CV_64F
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dimgproc.hpp13 // Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
51 This module includes image-processing functions.
56 Functions and classes described in this section are used to perform various linear or non-linear
62 will be of the same size as the input image. Normally, the functions support multi-channel arrays,
67 simple arithmetic functions, they need to extrapolate values of some non-existing pixels. For
69 processing the left-most pixels in each row, you need pixels to the left of them, that is, outside
70 of the image. You can let these pixels be the same as the left-most image pixels ("replicated
71 border" extrapolation method), or assume that all the non-existing pixels are zeros ("constant
78 --------------------------|----------------------
79 CV_8U | -1/CV_16S/CV_32F/CV_64F
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dimgproc.hpp13 // Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
51 This module includes image-processing functions.
56 Functions and classes described in this section are used to perform various linear or non-linear
62 will be of the same size as the input image. Normally, the functions support multi-channel arrays,
67 simple arithmetic functions, they need to extrapolate values of some non-existing pixels. For
69 processing the left-most pixels in each row, you need pixels to the left of them, that is, outside
70 of the image. You can let these pixels be the same as the left-most image pixels ("replicated
71 border" extrapolation method), or assume that all the non-existing pixels are zeros ("constant
78 --------------------------|----------------------
79 CV_8U | -1/CV_16S/CV_32F/CV_64F
[all …]