Home
last modified time | relevance | path

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

/openbmc/linux/drivers/leds/
H A Dleds-apu.c79 static const struct apu_led_profile apu1_led_profile[] = { variable
121 ARRAY_SIZE(apu1_led_profile), sizeof(struct apu_led_priv), in apu_led_config()
127 for (i = 0; i < ARRAY_SIZE(apu1_led_profile); i++) { in apu_led_config()
131 led_cdev->name = apu1_led_profile[i].name; in apu_led_config()
132 led_cdev->brightness = apu1_led_profile[i].brightness; in apu_led_config()
138 apu1_led_profile[i].offset, APU1_IOSIZE); in apu_led_config()
148 apu1_led_brightness_set(led_cdev, apu1_led_profile[i].brightness); in apu_led_config()
209 for (i = 0; i < ARRAY_SIZE(apu1_led_profile); i++) in apu_led_exit()