Searched defs:lp55xx_chip (Results 1 – 1 of 1) sorted by relevance
152 struct lp55xx_chip { struct153 struct i2c_client *cl;154 struct clk *clk;155 struct lp55xx_platform_data *pdata;156 struct mutex lock; /* lock for user-space interface */157 int num_leds;158 struct lp55xx_device_config *cfg;182 struct lp55xx_chip *chip; argument