Searched defs:bq2515x_device (Results 1 – 1 of 1) sorted by relevance
173 struct bq2515x_device { struct174 struct power_supply *mains;175 struct power_supply *battery;176 struct regmap *regmap;177 struct device *dev;179 struct gpio_desc *reset_gpio;180 struct gpio_desc *powerdown_gpio;181 struct gpio_desc *ac_detect_gpio;182 struct gpio_desc *ce_gpio;184 char model_name[I2C_NAME_SIZE];[all …]