Searched refs:uA (Results 1 – 4 of 4) sorted by relevance
146 int uA; in led_work() local164 uA = (led->max_uA_index * led->value) / LED_FULL; in led_work()166 BUG_ON(uA >= ARRAY_SIZE(isink_cur)); in led_work()168 ret = regulator_set_current_limit(led->isink, isink_cur[uA], in led_work()169 isink_cur[uA]); in led_work()172 isink_cur[uA], ret); in led_work()
39 of the chip is activated, reducing the supply current to 4uA.
938 static unsigned int get_mode(int uA, const struct wm8350_dcdc_efficiency *eff) in get_mode() argument943 if (uA >= eff[i].uA_load_min && uA <= eff[i].uA_load_max) in get_mode()
482 int uA = 0; in regulator_total_uA_show() local486 uA += regulator->uA_load; in regulator_total_uA_show()488 return sprintf(buf, "%d\n", uA); in regulator_total_uA_show()