Searched defs:lp55xx_chip (Results 1 – 1 of 1) sorted by relevance
194 struct lp55xx_chip { struct195 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