Lines Matching defs:cdev
28 struct led_classdev cdev;
43 container_of(led_cdev, struct led_pwm_data, cdev);
44 unsigned int max = led_dat->cdev.max_brightness;
67 led_data->cdev.name = led->name;
68 led_data->cdev.brightness = LED_OFF;
69 led_data->cdev.max_brightness = led->max_brightness;
70 led_data->cdev.flags = LED_CORE_SUSPENDRESUME;
78 led_data->cdev.brightness_set_blocking = led_pwm_set;
82 ret = devm_led_classdev_register_ext(dev, &led_data->cdev, &init_data);
89 ret = led_pwm_set(&led_data->cdev, led_data->cdev.brightness);