Searched defs:lp5523_chip (Results 1 - 1 of 1) sorted by relevance

/drivers/leds/
H A Dleds-lp5523.c126 struct lp5523_chip { struct
141 static inline struct lp5523_chip *engine_to_lp5523(struct lp5523_engine *engine)
143 return container_of(engine, struct lp5523_chip,
147 static inline struct lp5523_chip *led_to_lp5523(struct lp5523_led *led)
149 return container_of(led, struct lp5523_chip,
194 struct lp5523_chip *chip = i2c_get_clientdata(client);
266 struct lp5523_chip *chip = engine_to_lp5523(engine);
289 struct lp5523_chip *chip = engine_to_lp5523(engine);
306 struct lp5523_chip *chip = engine_to_lp5523(engine);
323 struct lp5523_chip *chi
[all...]

Completed in 12 milliseconds