Lines Matching defs:cdev
28 struct led_classdev cdev;
48 return container_of(led_cd, struct simatic_ipc_led, cdev);
81 struct led_classdev *cdev;
108 cdev = &ipcled->cdev;
109 cdev->brightness_set = simatic_ipc_led_set_io;
110 cdev->brightness_get = simatic_ipc_led_get_io;
111 cdev->max_brightness = LED_ON;
112 cdev->name = ipcled->name;
114 err = devm_led_classdev_register(dev, cdev);