Searched refs:cled (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/leds/ |
A D | leds-mlxreg.c | 136 mlxreg_led_brightness_set(struct led_classdev *cled, enum led_brightness value) in mlxreg_led_brightness_set() argument 138 struct mlxreg_led_data *led_data = cdev_to_priv(cled); in mlxreg_led_brightness_set() 147 mlxreg_led_brightness_get(struct led_classdev *cled) in mlxreg_led_brightness_get() argument 149 struct mlxreg_led_data *led_data = cdev_to_priv(cled); in mlxreg_led_brightness_get() 155 mlxreg_led_blink_set(struct led_classdev *cled, unsigned long *delay_on, in mlxreg_led_blink_set() argument 158 struct mlxreg_led_data *led_data = cdev_to_priv(cled); in mlxreg_led_blink_set()
|
A D | leds-pm8058.c | 28 static void pm8058_led_set(struct led_classdev *cled, in pm8058_led_set() argument 36 led = container_of(cled, struct pm8058_led, cdev); in pm8058_led_set() 56 static enum led_brightness pm8058_led_get(struct led_classdev *cled) in pm8058_led_get() argument 62 led = container_of(cled, struct pm8058_led, cdev); in pm8058_led_get()
|
/linux-6.3-rc2/drivers/staging/greybus/ |
A D | light.c | 37 struct led_classdev cled; member 159 return container_of(cdev, struct gb_channel, cled); in get_channel_from_cdev() 164 return &channel->cled; in get_channel_cdev()
|
Completed in 9 milliseconds