Searched refs:cled (Results 1 – 2 of 2) sorted by relevance
134 mlxreg_led_brightness_set(struct led_classdev *cled, enum led_brightness value) in mlxreg_led_brightness_set() argument 136 struct mlxreg_led_data *led_data = cdev_to_priv(cled); in mlxreg_led_brightness_set() 145 mlxreg_led_brightness_get(struct led_classdev *cled) in mlxreg_led_brightness_get() argument 147 struct mlxreg_led_data *led_data = cdev_to_priv(cled); in mlxreg_led_brightness_get() 153 mlxreg_led_blink_set(struct led_classdev *cled, unsigned long *delay_on, in mlxreg_led_blink_set() argument 156 struct mlxreg_led_data *led_data = cdev_to_priv(cled); in mlxreg_led_blink_set()
27 static void pm8058_led_set(struct led_classdev *cled, in pm8058_led_set() argument 35 led = container_of(cled, struct pm8058_led, cdev); in pm8058_led_set() 55 static enum led_brightness pm8058_led_get(struct led_classdev *cled) in pm8058_led_get() argument 61 led = container_of(cled, struct pm8058_led, cdev); in pm8058_led_get()