Home
last modified time | relevance | path

Searched defs:lp55xx_chip (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/leds/
Dleds-lp55xx-common.h194 struct lp55xx_chip { struct
195 struct i2c_client *cl;
196 struct lp55xx_platform_data *pdata;
197 struct mutex lock; /* lock for user-space interface */
198 int num_leds;
199 const struct lp55xx_device_config *cfg;
223 struct lp55xx_chip *chip; argument