Searched defs:bq256xx_chip_info (Results 1 – 1 of 1) sorted by relevance
285 struct bq256xx_chip_info { struct286 int model_id;288 const struct regmap_config *bq256xx_regmap_config;290 int (*bq256xx_get_ichg)(struct bq256xx_device *bq);291 int (*bq256xx_get_iindpm)(struct bq256xx_device *bq);292 int (*bq256xx_get_vbatreg)(struct bq256xx_device *bq);293 int (*bq256xx_get_iterm)(struct bq256xx_device *bq);294 int (*bq256xx_get_iprechg)(struct bq256xx_device *bq);295 int (*bq256xx_get_vindpm)(struct bq256xx_device *bq);297 int (*bq256xx_set_ichg)(struct bq256xx_device *bq, int ichg);[all …]