Searched defs:uA (Results 1 - 3 of 3) sorted by relevance

/drivers/leds/
H A Dleds-wm8350.c145 int uA; local
163 uA = (led->max_uA_index * led->value) / LED_FULL;
165 BUG_ON(uA >= ARRAY_SIZE(isink_cur));
167 ret = regulator_set_current_limit(led->isink, isink_cur[uA],
168 isink_cur[uA]);
171 isink_cur[uA], ret);
/drivers/regulator/
H A Dwm8350-regulator.c907 static unsigned int get_mode(int uA, const struct wm8350_dcdc_efficiency *eff) argument
912 if (uA >= eff[i].uA_load_min && uA <= eff[i].uA_load_max)
918 /* Query the regulator for it's most efficient mode @ uV,uA
H A Dcore.c484 int uA = 0; local
488 uA += regulator->uA_load;
490 return sprintf(buf, "%d\n", uA);
2832 * @min_uA: Minimum supported current in uA
2833 * @max_uA: Maximum supported current in uA
2893 * This returns the current supplied by the specified current sink in uA.
3065 rdev_err(rdev, "failed to get optimum mode @ %d uA %d -> %d uV\n",

Completed in 1625 milliseconds