cap11xx_led
struct cap11xx_led *led = container_of(cdev, struct cap11xx_led, cdev);
struct cap11xx_led *led;
led = devm_kcalloc(dev, cnt, sizeof(struct cap11xx_led), GFP_KERNEL);
struct cap11xx_led *leds;