/openbmc/linux/drivers/leds/ |
H A D | leds-wm8350.c | 147 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()
|
/openbmc/linux/Documentation/devicetree/bindings/rtc/ |
H A D | rtc-palmas.txt | 17 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.
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | cs43130.txt | 24 1 = 7.5uA 25 2 = 12.5uA 26 3 = 15uA
|
H A D | cs35l33.txt | 35 The range starts at 1850000uA and goes to a maximum of 3600000uA 36 with a step size of 15625uA. The default is 2500000uA.
|
/openbmc/u-boot/include/power/ |
H A D | regulator.h | 206 int (*set_current)(struct udevice *dev, int uA); 289 int regulator_set_current(struct udevice *dev, int uA);
|
/openbmc/u-boot/drivers/power/regulator/ |
H A D | sandbox.c | 224 static int buck_set_current(struct udevice *dev, int uA) in buck_set_current() argument 231 buck_current_range, uA); in buck_set_current() 300 static int ldo_set_current(struct udevice *dev, int uA) in ldo_set_current() argument 307 ldo_current_range, uA); in ldo_set_current()
|
H A D | regulator-uclass.c | 104 int regulator_set_current(struct udevice *dev, int uA) in regulator_set_current() argument 110 if (uc_pdata->min_uA != -ENODATA && uA < uc_pdata->min_uA) in regulator_set_current() 112 if (uc_pdata->max_uA != -ENODATA && uA > uc_pdata->max_uA) in regulator_set_current() 118 return ops->set_current(dev, uA); in regulator_set_current()
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | as3711.txt | 15 - su1-max-uA : maximum current 20 - su1-max-uA : maximum current 66 su2-max-uA = <36000>;
|
/openbmc/linux/Documentation/devicetree/bindings/leds/ |
H A D | leds-lm3532.txt | 66 bank. The range is from 5000uA-29800uA in increments 67 of 800uA.
|
H A D | leds-lm36274.txt | 6 the I2C bus and/or controlled via a logic level PWM input from 60 uA to 30 mA.
|
/openbmc/linux/drivers/remoteproc/ |
H A D | qcom_q6v5_mss.c | 140 int uA; member 146 int uA; member 280 regs[i].uA = reg_res[i].uA; in q6v5_regulator_init() 304 if (regs[i].uA > 0) { in q6v5_regulator_enable() 306 regs[i].uA); in q6v5_regulator_enable() 327 if (regs[i].uA > 0) in q6v5_regulator_enable() 345 if (regs[i].uA > 0) in q6v5_regulator_disable() 2319 .uA = 100000, 2358 .uA = 100000, 2392 .uA = 100000, [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-adc-mt6360 | 43 Calculating with scale and offset returns voltage in uA 50 Calculating with scale and offset returns voltage in uA
|
H A D | sysfs-class-power | 738 than 1uA. Note that on some devices/systems this disconnects the battery
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mq-librem5-r2.dts | 22 ti,charge-current = <1600000>; /* uA */
|
H A D | imx8mq-librem5-r3.dtsi | 25 ti,charge-current = <1500000>; /* uA */
|
H A D | imx8mq-librem5.dtsi | 1159 ti,termination-current = <128000>; /* uA */ 1160 ti,precharge-current = <128000>; /* uA */ 1163 ti,boost-max-current = <1500000>; /* uA */
|
/openbmc/u-boot/arch/sandbox/dts/ |
H A D | sandbox_pmic.dtsi | 61 * VAL2REG(min, step, value) [uV/uA]
|
/openbmc/linux/drivers/regulator/ |
H A D | wm8350-regulator.c | 835 static unsigned int get_mode(int uA, const struct wm8350_dcdc_efficiency *eff) in get_mode() argument 840 if (uA >= eff[i].uA_load_min && uA <= eff[i].uA_load_max) in get_mode()
|
H A D | core.c | 838 int uA = 0; in requested_microamps_show() local 843 uA += regulator->uA_load; in requested_microamps_show() 846 return sprintf(buf, "%d\n", uA); in requested_microamps_show()
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6qdl-cubox-i.dtsi | 197 * leaving it as a pull-up, even if it is just 10uA.
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-flash.rst | 133 independent of the flash LED. The unit should be microamps (uA) if
|
/openbmc/linux/drivers/staging/greybus/Documentation/ |
H A D | sysfs-bus-greybus | 60 Current measurement of the interface in microamps (uA)
|
/openbmc/u-boot/cmd/ |
H A D | Kconfig | 1582 - regulator current <val> - print/[set] current value [uA]
|