ktd202x_led
struct ktd202x_led leds[] __counted_by(num_leds);
static int ktd202x_brightness_set(struct ktd202x_led *led,
struct ktd202x_led *led = container_of(cdev, struct ktd202x_led, cdev);
struct ktd202x_led *led = container_of(mc, struct ktd202x_led, mcdev);
static int ktd202x_blink_set(struct ktd202x_led *led, unsigned long *delay_on,
struct ktd202x_led *led = container_of(cdev, struct ktd202x_led, cdev);
struct ktd202x_led *led = container_of(mc, struct ktd202x_led, mcdev);
struct ktd202x_led *led, struct led_init_data *init_data)
struct ktd202x_led *led, struct led_init_data *init_data)
struct ktd202x_led *led = &chip->leds[index];