brightness_fn     492 drivers/leds/leds-lp5521.c 	.brightness_fn      = lp5521_led_brightness,
brightness_fn     859 drivers/leds/leds-lp5523.c 	.brightness_fn      = lp5523_led_brightness,
brightness_fn     508 drivers/leds/leds-lp5562.c 	.brightness_fn      = lp5562_led_brightness,
brightness_fn     141 drivers/leds/leds-lp55xx-common.c 	return cfg->brightness_fn(led);
brightness_fn     465 drivers/leds/leds-lp55xx-common.c 	if (!cfg->brightness_fn) {
brightness_fn     110 drivers/leds/leds-lp55xx-common.h 	int (*brightness_fn)(struct lp55xx_led *led);
brightness_fn     296 drivers/leds/leds-lp8501.c 	.brightness_fn      = lp8501_led_brightness,