apu1_led_profile 79 drivers/leds/leds-apu.c static const struct apu_led_profile apu1_led_profile[] = { apu1_led_profile 112 drivers/leds/leds-apu.c ARRAY_SIZE(apu1_led_profile), sizeof(struct apu_led_priv), apu1_led_profile 118 drivers/leds/leds-apu.c for (i = 0; i < ARRAY_SIZE(apu1_led_profile); i++) { apu1_led_profile 122 drivers/leds/leds-apu.c led_cdev->name = apu1_led_profile[i].name; apu1_led_profile 123 drivers/leds/leds-apu.c led_cdev->brightness = apu1_led_profile[i].brightness; apu1_led_profile 129 drivers/leds/leds-apu.c apu1_led_profile[i].offset, APU1_IOSIZE); apu1_led_profile 139 drivers/leds/leds-apu.c apu1_led_brightness_set(led_cdev, apu1_led_profile[i].brightness); apu1_led_profile 200 drivers/leds/leds-apu.c for (i = 0; i < ARRAY_SIZE(apu1_led_profile); i++)