Lines Matching full:lp50xx
2 // TI LP50XX LED chip family driver
265 struct lp50xx *priv;
271 * struct lp50xx -
281 struct lp50xx {
344 static int lp50xx_set_banks(struct lp50xx *priv, u32 led_banks[])
369 static int lp50xx_reset(struct lp50xx *priv)
374 static int lp50xx_enable_disable(struct lp50xx *priv, int enable_disable)
389 static int lp50xx_probe_leds(struct fwnode_handle *child, struct lp50xx *priv,
433 static int lp50xx_probe_dt(struct lp50xx *priv)
521 struct lp50xx *led;
563 struct lp50xx *led = i2c_get_clientdata(client);
603 .name = "lp50xx",
612 MODULE_DESCRIPTION("Texas Instruments LP50XX LED driver");