Home
last modified time | relevance | path

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

/linux/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()
/linux/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.
/linux/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.
/linux/drivers/remoteproc/
H A Dqcom_q6v5_mss.c145 int uA; member
151 int uA; member
287 regs[i].uA = reg_res[i].uA; in q6v5_regulator_init()
311 if (regs[i].uA > 0) { in q6v5_regulator_enable()
313 regs[i].uA); in q6v5_regulator_enable()
334 if (regs[i].uA > 0) in q6v5_regulator_enable()
352 if (regs[i].uA > 0) in q6v5_regulator_disable()
2371 .uA = 100000,
2410 .uA = 100000,
2445 .uA = 100000,
[all …]
/linux/Documentation/devicetree/bindings/leds/
H A Dleds-lm3532.txt66 bank. The range is from 5000uA-29800uA in increments
67 of 800uA.
H A Dleds-lm36274.txt6 the I2C bus and/or controlled via a logic level PWM input from 60 uA to 30 mA.
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-adc-mt636043 Calculating with scale and offset returns voltage in uA
50 Calculating with scale and offset returns voltage in uA
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mq-librem5-r2.dts22 ti,charge-current = <1600000>; /* uA */
H A Dimx8mq-librem5-r3.dtsi25 ti,charge-current = <1500000>; /* uA */
H A Dimx8mq-librem5.dtsi1155 ti,termination-current = <128000>; /* uA */
1156 ti,precharge-current = <128000>; /* uA */
1159 ti,boost-max-current = <1500000>; /* uA */
/linux/drivers/net/pse-pd/
H A Dpse_core.c1850 int uV, uA, ret, previous_pw_allocated = 0; in pse_ethtool_set_pw_limit() local
1872 uA = DIV_ROUND_CLOSEST_ULL(tmp_64, uV); in pse_ethtool_set_pw_limit()
1888 ret = regulator_set_current_limit(psec->ps, 0, uA); in pse_ethtool_set_pw_limit()
/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-flash.rst134 independent of the flash LED. The unit should be microamps (uA) if
/linux/drivers/staging/greybus/Documentation/
H A Dsysfs-bus-greybus60 Current measurement of the interface in microamps (uA)
/linux/drivers/regulator/
H A Dcore.c790 int uA = 0; in requested_microamps_show() local
795 uA += regulator->uA_load; in requested_microamps_show()
798 return sprintf(buf, "%d\n", uA); in requested_microamps_show()