Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/leds/
Dleds-wm8350.c145 int uA; in led_work() local
163 uA = (led->max_uA_index * led->value) / LED_FULL; in led_work()
165 BUG_ON(uA >= ARRAY_SIZE(isink_cur)); in led_work()
167 ret = regulator_set_current_limit(led->isink, isink_cur[uA], in led_work()
168 isink_cur[uA]); in led_work()
171 isink_cur[uA], ret); in led_work()
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dqcom,pmic-gpio.txt119 1: 30uA (PMIC_GPIO_PULL_UP_30)
120 2: 1.5uA (PMIC_GPIO_PULL_UP_1P5)
121 3: 31.5uA (PMIC_GPIO_PULL_UP_31P5)
122 4: 1.5uA + 30uA boost (PMIC_GPIO_PULL_UP_1P5_30)
123 If this property is ommited 30uA strength will be used if
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Das3711.txt15 - su1-max-uA : maximum current
20 - su1-max-uA : maximum current
66 su2-max-uA = <36000>;
Dmax14577.txt23 - maxim,fast-charge-uamp : Current in uA for Fast Charge;
27 - maxim,eoc-uamp : Current in uA for End-Of-Charge mode;
Dmax77693.txt68 in uA (current from battery to system).
/linux-4.1.27/drivers/staging/iio/Documentation/dac/
Dmax51739 of the chip is activated, reducing the supply current to 4uA.
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Dmax77802.txt40 3: Low Power which reduces the quiescent current down to only 1uA
/linux-4.1.27/drivers/regulator/
Dwm8350-regulator.c907 static unsigned int get_mode(int uA, const struct wm8350_dcdc_efficiency *eff) in get_mode() argument
912 if (uA >= eff[i].uA_load_min && uA <= eff[i].uA_load_max) in get_mode()
Dcore.c489 int uA = 0; in regulator_total_uA_show() local
493 uA += regulator->uA_load; in regulator_total_uA_show()
495 return sprintf(buf, "%d\n", uA); in regulator_total_uA_show()
/linux-4.1.27/arch/arm/boot/dts/
Dimx6qdl-cubox-i.dtsi196 * leaving it as a pull-up, even if it is just 10uA.