Searched refs:uA (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/leds/ |
D | leds-wm8350.c | 145 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/ |
D | qcom,pmic-gpio.txt | 119 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/ |
D | as3711.txt | 15 - su1-max-uA : maximum current 20 - su1-max-uA : maximum current 66 su2-max-uA = <36000>;
|
D | max14577.txt | 23 - maxim,fast-charge-uamp : Current in uA for Fast Charge; 27 - maxim,eoc-uamp : Current in uA for End-Of-Charge mode;
|
D | max77693.txt | 68 in uA (current from battery to system).
|
/linux-4.1.27/drivers/staging/iio/Documentation/dac/ |
D | max517 | 39 of the chip is activated, reducing the supply current to 4uA.
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | max77802.txt | 40 3: Low Power which reduces the quiescent current down to only 1uA
|
/linux-4.1.27/drivers/regulator/ |
D | wm8350-regulator.c | 907 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()
|
D | core.c | 489 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/ |
D | imx6qdl-cubox-i.dtsi | 196 * leaving it as a pull-up, even if it is just 10uA.
|