Lines Matching defs:bq2515x_device
178 struct bq2515x_device { struct
179 struct power_supply *mains;
180 struct power_supply *battery;
181 struct regmap *regmap;
182 struct device *dev;
184 struct gpio_desc *reset_gpio;
185 struct gpio_desc *powerdown_gpio;
186 struct gpio_desc *ac_detect_gpio;
187 struct gpio_desc *ce_gpio;
189 const struct bq2515x_info *info;
190 char model_name[I2C_NAME_SIZE];
191 bool mains_online;
193 struct bq2515x_init_data init_data;