maxbright          95 drivers/leds/leds-pm8058.c 	enum led_brightness maxbright;
maxbright         123 drivers/leds/leds-pm8058.c 		maxbright = 31; /* 5 bits */
maxbright         125 drivers/leds/leds-pm8058.c 		maxbright = 15; /* 4 bits */
maxbright         126 drivers/leds/leds-pm8058.c 	led->cdev.max_brightness = maxbright;
maxbright         133 drivers/leds/leds-pm8058.c 			led->cdev.brightness = maxbright;
maxbright         134 drivers/leds/leds-pm8058.c 			pm8058_led_set(&led->cdev, maxbright);