Home
last modified time | relevance | path

Searched refs:maxbright (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/leds/
Dleds-pm8058.c97 enum led_brightness maxbright; in pm8058_led_probe() local
123 maxbright = 31; /* 5 bits */ in pm8058_led_probe()
125 maxbright = 15; /* 4 bits */ in pm8058_led_probe()
126 led->cdev.max_brightness = maxbright; in pm8058_led_probe()
133 led->cdev.brightness = maxbright; in pm8058_led_probe()
134 pm8058_led_set(&led->cdev, maxbright); in pm8058_led_probe()