lp5812_led
static int lp5812_multicolor_brightness(struct lp5812_led *led)
static int lp5812_led_brightness(struct lp5812_led *led)
struct lp5812_led *led = container_of(cdev, struct lp5812_led, cdev);
struct lp5812_led *led = container_of(mc_dev, struct lp5812_led, mc_cdev);
static int lp5812_init_led(struct lp5812_led *led, struct lp5812_chip *chip, int chan)
static int lp5812_register_leds(struct lp5812_led *leds, struct lp5812_chip *chip)
struct lp5812_led *led;
struct lp5812_led *leds;