lp5860_led
struct lp5860_led *led;
static struct lp5860_led *mcled_cdev_to_led(struct led_classdev_mc *mc_cdev)
return container_of(mc_cdev, struct lp5860_led, mc_cdev);
static int lp5860_set_dot_onoff(struct lp5860_led *led, unsigned int dot, bool enable)
struct lp5860_led *led = mcled_cdev_to_led(mc_cdev);
static int lp5860_led_init(struct lp5860_led *led, struct fwnode_handle *fwnode,
static int lp5860_iterate_subleds(struct lp5860_led *led, struct led_init_data *init_data)
DECLARE_FLEX_ARRAY(struct lp5860_led, leds);