Lines Matching full:lp50xx
2 // TI LP50XX LED chip family driver
267 struct lp50xx *priv;
273 * struct lp50xx -
283 struct lp50xx { struct
346 static int lp50xx_set_banks(struct lp50xx *priv, u32 led_banks[]) in lp50xx_set_banks()
371 static int lp50xx_reset(struct lp50xx *priv) in lp50xx_reset()
376 static int lp50xx_enable_disable(struct lp50xx *priv, int enable_disable) in lp50xx_enable_disable()
391 static int lp50xx_probe_leds(struct fwnode_handle *child, struct lp50xx *priv, in lp50xx_probe_leds()
435 static int lp50xx_probe_dt(struct lp50xx *priv) in lp50xx_probe_dt()
521 struct lp50xx *led; in lp50xx_probe()
563 struct lp50xx *led = i2c_get_clientdata(client); in lp50xx_remove()
603 .name = "lp50xx",
612 MODULE_DESCRIPTION("Texas Instruments LP50XX LED driver");