Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/power/supply/
Dbq25890_charger.c85 u8 boost_fault; member
409 if (!state.chrg_fault && !state.bat_fault && !state.boost_fault) in bq25890_power_supply_get_property()
475 {F_BOOST_FAULT, &state->boost_fault}, in bq25890_get_chip_state()
490 state->chrg_fault, state->boost_fault, state->bat_fault); in bq25890_get_chip_state()
508 old_state.boost_fault != new_state->boost_fault || in bq25890_state_changed()
Dbq24190_charger.c393 BQ24190_SYSFS_FIELD_RO(boost_fault, F, BOOST_FAULT),