Lines Matching defs:lm3532_data
159 struct lm3532_data { struct
160 struct gpio_desc *enable_gpio;
161 struct regulator *regulator;
162 struct i2c_client *client;
163 struct regmap *regmap;
164 struct device *dev;
165 struct mutex lock;
167 struct lm3532_als_data *als_data;
169 u32 runtime_ramp_up;
170 u32 runtime_ramp_down;
172 struct lm3532_led leds[];