Home
last modified time | relevance | path

Searched refs:subleds (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/leds/
Dleds-cros_ec.c183 struct mc_subled *subleds; in cros_ec_led_probe_one() local
209 subleds = devm_kcalloc(dev, num_subleds, sizeof(*subleds), GFP_KERNEL); in cros_ec_led_probe_one()
210 if (!subleds) in cros_ec_led_probe_one()
218 subleds[subled].color_index = cros_ec_led_to_linux_id[i]; in cros_ec_led_probe_one()
220 subleds[subled].intensity = 100; in cros_ec_led_probe_one()
224 priv->led_mc_cdev.subled_info = subleds; in cros_ec_led_probe_one()
/linux-6.12.1/drivers/leds/rgb/
Dleds-ktd202x.c162 struct mc_subled *subleds, in ktd202x_brightness_set() argument
188 channel = subleds[i].channel; in ktd202x_brightness_set()
200 brightness = subleds[i].brightness; in ktd202x_brightness_set()
201 channel = subleds[i].channel; in ktd202x_brightness_set()
269 unsigned long *delay_off, struct mc_subled *subleds, in ktd202x_blink_set() argument
282 int channel = subleds[i].channel; in ktd202x_blink_set()
Dleds-qcom-lpg.c800 struct mc_subled *subleds) in lpg_brightness_set() argument
813 brightness = subleds[i].brightness; in lpg_brightness_set()