Lines Matching defs:cdev_torch
68 struct led_classdev cdev_torch;
202 container_of(cdev, struct lm3642_chip_data, cdev_torch);
349 chip->cdev_torch.name = "torch";
350 chip->cdev_torch.max_brightness = 8;
351 chip->cdev_torch.brightness_set_blocking = lm3642_torch_brightness_set;
352 chip->cdev_torch.default_trigger = "torch";
353 chip->cdev_torch.groups = lm3642_torch_groups;
354 err = led_classdev_register(&client->dev, &chip->cdev_torch);
375 led_classdev_unregister(&chip->cdev_torch);
387 led_classdev_unregister(&chip->cdev_torch);