Searched refs:pwmled (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/leds/rgb/ |
H A D | leds-pwm-multicolor.c | 70 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()
|
/openbmc/linux/Documentation/devicetree/bindings/pwm/ |
H A D | ti,twl-pwmled.txt | 8 - compatible: "ti,twl4030-pwmled" or "ti,twl6030-pwmled" 14 twl_pwmled: pwmled { 15 compatible = "ti,twl6030-pwmled";
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | twl6030.dtsi | 94 twl_pwmled: pwmled { 96 compatible = "ti,twl6030-pwmled";
|
H A D | twl4030.dtsi | 138 twl_pwmled: pwmled { 139 compatible = "ti,twl4030-pwmled";
|
H A D | omap4-epson-embt2ws.dts | 154 twl_pwmled: pwmled { 156 compatible = "ti,twl6030-pwmled";
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | twl4030.dtsi | 139 twl_pwmled: pwmled { 140 compatible = "ti,twl4030-pwmled";
|