cdev_torch 55 drivers/leds/leds-lm355x.c struct led_classdev cdev_torch; cdev_torch 312 drivers/leds/leds-lm355x.c container_of(cdev, struct lm355x_chip_data, cdev_torch); cdev_torch 461 drivers/leds/leds-lm355x.c chip->cdev_torch.name = "torch"; cdev_torch 462 drivers/leds/leds-lm355x.c chip->cdev_torch.max_brightness = 8; cdev_torch 463 drivers/leds/leds-lm355x.c chip->cdev_torch.brightness_set_blocking = lm355x_torch_brightness_set; cdev_torch 464 drivers/leds/leds-lm355x.c chip->cdev_torch.default_trigger = "torch"; cdev_torch 466 drivers/leds/leds-lm355x.c &client->dev, &chip->cdev_torch); cdev_torch 490 drivers/leds/leds-lm355x.c led_classdev_unregister(&chip->cdev_torch); cdev_torch 504 drivers/leds/leds-lm355x.c led_classdev_unregister(&chip->cdev_torch); cdev_torch 68 drivers/leds/leds-lm3642.c struct led_classdev cdev_torch; cdev_torch 207 drivers/leds/leds-lm3642.c container_of(cdev, struct lm3642_chip_data, cdev_torch); cdev_torch 360 drivers/leds/leds-lm3642.c chip->cdev_torch.name = "torch"; cdev_torch 361 drivers/leds/leds-lm3642.c chip->cdev_torch.max_brightness = 8; cdev_torch 362 drivers/leds/leds-lm3642.c chip->cdev_torch.brightness_set_blocking = lm3642_torch_brightness_set; cdev_torch 363 drivers/leds/leds-lm3642.c chip->cdev_torch.default_trigger = "torch"; cdev_torch 364 drivers/leds/leds-lm3642.c chip->cdev_torch.groups = lm3642_torch_groups, cdev_torch 366 drivers/leds/leds-lm3642.c &client->dev, &chip->cdev_torch); cdev_torch 388 drivers/leds/leds-lm3642.c led_classdev_unregister(&chip->cdev_torch); cdev_torch 400 drivers/leds/leds-lm3642.c led_classdev_unregister(&chip->cdev_torch); cdev_torch 38 drivers/video/backlight/lm3639_bl.c struct led_classdev cdev_torch; cdev_torch 226 drivers/video/backlight/lm3639_bl.c pchip = container_of(cdev, struct lm3639_chip_data, cdev_torch); cdev_torch 373 drivers/video/backlight/lm3639_bl.c pchip->cdev_torch.name = "lm3639_torch"; cdev_torch 374 drivers/video/backlight/lm3639_bl.c pchip->cdev_torch.max_brightness = 8; cdev_torch 375 drivers/video/backlight/lm3639_bl.c pchip->cdev_torch.brightness_set = lm3639_torch_brightness_set; cdev_torch 377 drivers/video/backlight/lm3639_bl.c &client->dev, &pchip->cdev_torch); cdev_torch 399 drivers/video/backlight/lm3639_bl.c led_classdev_unregister(&pchip->cdev_torch);