Home
last modified time | relevance | path

Searched refs:pwmled (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/leds/rgb/
H A Dleds-pwm-multicolor.c70 struct pwm_led *pwmled; in iterate_subleds() local
76 pwmled = &priv->leds[priv->mc_cdev.num_colors]; in iterate_subleds()
77 pwmled->pwm = devm_fwnode_pwm_get(dev, fwnode, NULL); in iterate_subleds()
78 if (IS_ERR(pwmled->pwm)) { in iterate_subleds()
79 ret = dev_err_probe(dev, PTR_ERR(pwmled->pwm), "unable to request PWM\n"); in iterate_subleds()
82 pwm_init_state(pwmled->pwm, &pwmled->state); in iterate_subleds()
83 pwmled->active_low = fwnode_property_read_bool(fwnode, "active-low"); in iterate_subleds()

Completed in 1 milliseconds