Searched refs:max_cur (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/leds/
H A Dleds-lm3692x.c365 u32 max_cur)
370 max_code = ((max_cur * 1000) - 37806) / 12195;
381 u32 ovp, max_cur; local
442 ret = fwnode_property_read_u32(child, "led-max-microamp", &max_cur);
444 lm3692x_max_brightness(led, max_cur);
364 lm3692x_max_brightness(struct lm3692x_led *led, u32 max_cur) argument

Completed in 194 milliseconds