Home
last modified time | relevance | path

Searched refs:uA (Results 1 – 25 of 46) sorted by relevance

12

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/
H A Dpalmas-gpadc.txt26 ti,channel0-current-microamp: Channel 0 current in uA.
27 Values are rounded to derive 0uA, 5uA, 15uA, 20uA.
28 ti,channel3-current-microamp: Channel 3 current in uA.
29 Values are rounded to derive 0uA, 10uA, 400uA, 800uA.
/OK3568_Linux_fs/u-boot/drivers/power/charge/
H A Dsgm41542_charger.c264 static int sgm4154x_set_ichrg_curr(struct sgm41542 *charger, int uA) in sgm4154x_set_ichrg_curr() argument
269 if (uA < SGM4154x_ICHRG_I_MIN_uA) in sgm4154x_set_ichrg_curr()
270 uA = SGM4154x_ICHRG_I_MIN_uA; in sgm4154x_set_ichrg_curr()
271 else if (uA > charger->ichg) in sgm4154x_set_ichrg_curr()
272 uA = uA > charger->ichg; in sgm4154x_set_ichrg_curr()
274 reg_val = uA / SGM4154x_ICHRG_I_STEP_uA; in sgm4154x_set_ichrg_curr()
286 static int sgm4154x_set_prechrg_curr(struct sgm41542 *charger, int uA) in sgm4154x_set_prechrg_curr() argument
291 if (uA < SGM4154x_PRECHRG_I_MIN_uA) in sgm4154x_set_prechrg_curr()
292 uA = SGM4154x_PRECHRG_I_MIN_uA; in sgm4154x_set_prechrg_curr()
293 else if (uA > SGM4154x_PRECHRG_I_MAX_uA) in sgm4154x_set_prechrg_curr()
[all …]
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-wm8350.c147 int uA; in wm8350_led_set() local
163 uA = (led->max_uA_index * led->value) / LED_FULL; in wm8350_led_set()
165 BUG_ON(uA >= ARRAY_SIZE(isink_cur)); in wm8350_led_set()
167 ret = regulator_set_current_limit(led->isink, isink_cur[uA], in wm8350_led_set()
168 isink_cur[uA]); in wm8350_led_set()
171 isink_cur[uA], ret); in wm8350_led_set()
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dsgm41542_charger.c254 static int sgm4154x_set_term_curr(struct sgm4154x_device *sgm, int uA) in sgm4154x_set_term_curr() argument
259 if (uA < SGM4154x_TERMCHRG_I_MIN_uA) in sgm4154x_set_term_curr()
260 uA = SGM4154x_TERMCHRG_I_MIN_uA; in sgm4154x_set_term_curr()
261 else if (uA > SGM4154x_TERMCHRG_I_MAX_uA) in sgm4154x_set_term_curr()
262 uA = SGM4154x_TERMCHRG_I_MAX_uA; in sgm4154x_set_term_curr()
264 reg_val = (uA - SGM4154x_TERMCHRG_I_MIN_uA) / SGM4154x_TERMCHRG_CURRENT_STEP_uA; in sgm4154x_set_term_curr()
276 static int sgm4154x_set_prechrg_curr(struct sgm4154x_device *sgm, int uA) in sgm4154x_set_prechrg_curr() argument
281 if (uA < SGM4154x_PRECHRG_I_MIN_uA) in sgm4154x_set_prechrg_curr()
282 uA = SGM4154x_PRECHRG_I_MIN_uA; in sgm4154x_set_prechrg_curr()
283 else if (uA > SGM4154x_PRECHRG_I_MAX_uA) in sgm4154x_set_prechrg_curr()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rtc/
H A Drtc-palmas.txt17 backup battery. Device supports the < 100uA and > 100uA charging.
18 The high current will be > 100uA. Absence of this property will
19 charge battery to lower current i.e. < 100uA.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/
H A Dusb251xb.txt52 attached peripheral (range: 0 - 100000 uA, default 1000 uA)
56 attached peripheral (range: 0 - 510000 uA, default 100000 uA)
60 attached peripheral (range: 0 - 100000 uA, default 1000 uA)
64 attached peripheral (range: 0 - 510000 uA, default 100000 uA)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dsc89890-charger.txt11 - sc,charge-current: integer, maximum charging current (in uA);
13 constant-voltage phase drops below this value (in uA);
15 phase (in uA);
21 (in uA).
H A Dsc8551_charger.txt13 - input-current-limit-microamp: integer, input current value in uA drained by the
14 charger from the power source.Default: 500000 uA (500mA)
20 - sc,sc8551,bat-ocp-threshold: Configures the battery over current protection voltage (in uA).
22 - sc,sc8551,bus-ocp-threshold: Configures the bus over current protection voltage (in uA).
H A Dbq25890.txt15 - ti,charge-current: integer, maximum charging current (in uA);
17 constant-voltage phase drops below this value (in uA);
19 phase (in uA);
25 (in uA).
H A Drt9455_charger.txt10 battery, in uA.
26 - richtek,avg-input-current-regulation: integer, input current value in uA drained by the
28 Default: 500000 uA (500mA)
H A Dbq24257.txt12 - ti,charge-current: integer, maximum charging current in uA.
14 constant-voltage phase drops below this value (in uA).
23 (in uA). If this property is not specified, the input limit current is
H A Dsgm41542_charger.txt9 - input-current-limit-microamp: integer, input current value in uA drained by the
10 charger from the power source.Default: 500000 uA (500mA)
H A Dqcom_smbb.txt45 Value type: <u32>; uA; range [100mA : 3A]
71 Value type: <u32>; uA; range [100mA : 3A]
90 Value type: <u32>; uA; range [100mA : 2.5A]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/
H A Dimx8mq-librem5-r2.dts17 ti,charge-current = <1600000>; /* uA */
18 ti,termination-current = <66000>; /* uA */
H A Dimx8mq-librem5-r3.dts21 ti,charge-current = <1500000>; /* uA */
22 ti,termination-current = <144000>; /* uA */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dcs43130.txt24 1 = 7.5uA
25 2 = 12.5uA
26 3 = 15uA
H A Dcs35l33.txt35 The range starts at 1850000uA and goes to a maximum of 3600000uA
36 with a step size of 15625uA. The default is 2500000uA.
/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dsandbox.c227 static int buck_set_current(struct udevice *dev, int uA) in buck_set_current() argument
234 buck_current_range, uA); in buck_set_current()
303 static int ldo_set_current(struct udevice *dev, int uA) in ldo_set_current() argument
310 ldo_current_range, uA); in ldo_set_current()
H A Dregulator-uclass.c121 int regulator_set_current(struct udevice *dev, int uA) in regulator_set_current() argument
127 if (uc_pdata->min_uA != -ENODATA && uA < uc_pdata->min_uA) in regulator_set_current()
129 if (uc_pdata->max_uA != -ENODATA && uA > uc_pdata->max_uA) in regulator_set_current()
135 return ops->set_current(dev, uA); in regulator_set_current()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/health/
H A Dmax30102.txt21 Note that each step is approximately 200 microamps, ranging from 0 uA to
22 50800 uA.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dqcom,pmic-gpio.txt152 1: 30uA (PMIC_GPIO_PULL_UP_30)
153 2: 1.5uA (PMIC_GPIO_PULL_UP_1P5)
154 3: 31.5uA (PMIC_GPIO_PULL_UP_31P5)
155 4: 1.5uA + 30uA boost (PMIC_GPIO_PULL_UP_1P5_30)
156 If this property is omitted 30uA strength will be used if
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Das3711.txt15 - su1-max-uA : maximum current
20 - su1-max-uA : maximum current
66 su2-max-uA = <36000>;
/OK3568_Linux_fs/u-boot/include/power/
H A Dregulator.h212 int (*set_current)(struct udevice *dev, int uA);
323 int regulator_set_current(struct udevice *dev, int uA);
/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dqcom_q6v5_mss.c123 int uA; member
129 int uA; member
240 regs[i].uA = reg_res[i].uA; in q6v5_regulator_init()
264 if (regs[i].uA > 0) { in q6v5_regulator_enable()
266 regs[i].uA); in q6v5_regulator_enable()
287 if (regs[i].uA > 0) in q6v5_regulator_enable()
305 if (regs[i].uA > 0) in q6v5_regulator_disable()
1920 .uA = 100000,
1955 .uA = 100000,
1959 .uA = 100000,
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/
H A Dleds-lm3532.txt66 bank. The range is from 5000uA-29800uA in increments
67 of 800uA.

12