Searched defs:lm3532_data (Results 1 – 1 of 1) sorted by relevance
160 struct lm3532_data { struct161 struct gpio_desc *enable_gpio;162 struct regulator *regulator;163 struct i2c_client *client;164 struct regmap *regmap;165 struct device *dev;166 struct mutex lock;168 struct lm3532_als_data *als_data;170 u32 runtime_ramp_up;171 u32 runtime_ramp_down;[all …]