da903x_led
led = devm_kzalloc(&pdev->dev, sizeof(struct da903x_led), GFP_KERNEL);
struct da903x_led *led = platform_get_drvdata(pdev);
struct da903x_led *led =
container_of(led_cdev, struct da903x_led, cdev);
struct da903x_led *led;