Searched refs:max_microamp (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/leds/
H A Dleds-is31fl319x.c100 u32 max_microamp; member in struct:is31fl319x_chip::is31fl319x_led
381 led->max_microamp = is31->cdef->current_default;
382 ret = fwnode_property_read_u32(child, "led-max-microamp", &led->max_microamp);
384 if (led->max_microamp < is31->cdef->current_min)
386 led->max_microamp = min(led->max_microamp,
553 is31->leds[i].max_microamp < aggregated_led_microamp)
554 aggregated_led_microamp = is31->leds[i].max_microamp;

Completed in 137 milliseconds