cdev_flash         54 drivers/leds/leds-lm355x.c 	struct led_classdev cdev_flash;
cdev_flash        327 drivers/leds/leds-lm355x.c 	    container_of(cdev, struct lm355x_chip_data, cdev_flash);
cdev_flash        452 drivers/leds/leds-lm355x.c 	chip->cdev_flash.name = "flash";
cdev_flash        453 drivers/leds/leds-lm355x.c 	chip->cdev_flash.max_brightness = 16;
cdev_flash        454 drivers/leds/leds-lm355x.c 	chip->cdev_flash.brightness_set_blocking = lm355x_strobe_brightness_set;
cdev_flash        455 drivers/leds/leds-lm355x.c 	chip->cdev_flash.default_trigger = "flash";
cdev_flash        457 drivers/leds/leds-lm355x.c 				    &client->dev, &chip->cdev_flash);
cdev_flash        492 drivers/leds/leds-lm355x.c 	led_classdev_unregister(&chip->cdev_flash);
cdev_flash        505 drivers/leds/leds-lm355x.c 	led_classdev_unregister(&chip->cdev_flash);
cdev_flash         67 drivers/leds/leds-lm3642.c 	struct led_classdev cdev_flash;
cdev_flash        258 drivers/leds/leds-lm3642.c 	    container_of(cdev, struct lm3642_chip_data, cdev_flash);
cdev_flash        347 drivers/leds/leds-lm3642.c 	chip->cdev_flash.name = "flash";
cdev_flash        348 drivers/leds/leds-lm3642.c 	chip->cdev_flash.max_brightness = 16;
cdev_flash        349 drivers/leds/leds-lm3642.c 	chip->cdev_flash.brightness_set_blocking = lm3642_strobe_brightness_set;
cdev_flash        350 drivers/leds/leds-lm3642.c 	chip->cdev_flash.default_trigger = "flash";
cdev_flash        351 drivers/leds/leds-lm3642.c 	chip->cdev_flash.groups = lm3642_flash_groups,
cdev_flash        353 drivers/leds/leds-lm3642.c 				    &client->dev, &chip->cdev_flash);
cdev_flash        390 drivers/leds/leds-lm3642.c 	led_classdev_unregister(&chip->cdev_flash);
cdev_flash        401 drivers/leds/leds-lm3642.c 	led_classdev_unregister(&chip->cdev_flash);
cdev_flash         37 drivers/video/backlight/lm3639_bl.c 	struct led_classdev cdev_flash;
cdev_flash        263 drivers/video/backlight/lm3639_bl.c 	pchip = container_of(cdev, struct lm3639_chip_data, cdev_flash);
cdev_flash        362 drivers/video/backlight/lm3639_bl.c 	pchip->cdev_flash.name = "lm3639_flash";
cdev_flash        363 drivers/video/backlight/lm3639_bl.c 	pchip->cdev_flash.max_brightness = 16;
cdev_flash        364 drivers/video/backlight/lm3639_bl.c 	pchip->cdev_flash.brightness_set = lm3639_flash_brightness_set;
cdev_flash        366 drivers/video/backlight/lm3639_bl.c 				    &client->dev, &pchip->cdev_flash);
cdev_flash        386 drivers/video/backlight/lm3639_bl.c 	led_classdev_unregister(&pchip->cdev_flash);
cdev_flash        400 drivers/video/backlight/lm3639_bl.c 	led_classdev_unregister(&pchip->cdev_flash);