Home
last modified time | relevance | path

Searched refs:boost_fault (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/power/supply/
Dbq25890_charger.c77 u8 boost_fault; member
410 if (!state.chrg_fault && !state.bat_fault && !state.boost_fault) in bq25890_power_supply_get_property()
485 {F_BOOST_FAULT, &state->boost_fault}, in bq25890_get_chip_state()
500 state->chrg_fault, state->boost_fault, state->bat_fault); in bq25890_get_chip_state()
518 old_state.boost_fault != new_state->boost_fault || in bq25890_state_changed()
Dbq24190_charger.c397 BQ24190_SYSFS_FIELD_RO(boost_fault, F, BOOST_FAULT),