Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A Dlenovo_yoga_c630_battery.c37 bool bat_present; member
81 ecbat->bat_present = !!(val & LENOVO_EC_BAT_PRESENT_IS_PRESENT); in yoga_c630_psy_update_bat_info()
82 if (!ecbat->bat_present) in yoga_c630_psy_update_bat_info()
213 if (!ecbat->bat_present && psp != POWER_SUPPLY_PROP_PRESENT) in yoga_c630_psy_bat_get_property()
232 val->intval = ecbat->bat_present; in yoga_c630_psy_bat_get_property()
H A Dhuawei-gaokun-battery.c120 int bat_present; member
193 ecbat->bat_present = ret ? false : !!(present & EC_BAT_PRESENT); in gaokun_psy_get_bat_present()
198 return ecbat->bat_present; in gaokun_psy_bat_present()
291 val->intval = ecbat->bat_present; in gaokun_psy_get_bat_property()