max77650_led
static struct max77650_led *max77650_to_led(struct led_classdev *cdev)
return container_of(cdev, struct max77650_led, cdev);
struct max77650_led *led = max77650_to_led(cdev);
struct max77650_led *leds, *led;