Home
last modified time | relevance | path

Searched refs:chg_ctrl_2 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/power/supply/
H A Dbq25980_charger.c562 unsigned int chg_ctrl_2; in bq25980_get_state() local
586 ret = regmap_read(bq->regmap, BQ25980_CHRGR_CTRL_2, &chg_ctrl_2); in bq25980_get_state()
602 state->ce = chg_ctrl_2 & BQ25980_CHG_EN; in bq25980_get_state()
603 state->hiz = chg_ctrl_2 & BQ25980_EN_HIZ; in bq25980_get_state()
604 state->bypass = chg_ctrl_2 & BQ25980_EN_BYPASS; in bq25980_get_state()
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dbq25980_charger.c562 unsigned int chg_ctrl_2; in bq25980_get_state() local
586 ret = regmap_read(bq->regmap, BQ25980_CHRGR_CTRL_2, &chg_ctrl_2); in bq25980_get_state()
602 state->ce = chg_ctrl_2 & BQ25980_CHG_EN; in bq25980_get_state()
603 state->hiz = chg_ctrl_2 & BQ25980_EN_HIZ; in bq25980_get_state()
604 state->bypass = chg_ctrl_2 & BQ25980_EN_BYPASS; in bq25980_get_state()

Completed in 4 milliseconds