Searched defs:bq256xx_chip_info (Results 1 – 1 of 1) sorted by relevance
275 struct bq256xx_chip_info { struct276 int model_id;278 const struct regmap_config *bq256xx_regmap_config;280 int (*bq256xx_get_ichg)(struct bq256xx_device *bq);281 int (*bq256xx_get_iindpm)(struct bq256xx_device *bq);282 int (*bq256xx_get_vbatreg)(struct bq256xx_device *bq);283 int (*bq256xx_get_iterm)(struct bq256xx_device *bq);284 int (*bq256xx_get_iprechg)(struct bq256xx_device *bq);285 int (*bq256xx_get_vindpm)(struct bq256xx_device *bq);287 int (*bq256xx_set_ichg)(struct bq256xx_device *bq, int ichg);[all …]