Searched refs:bat_psy (Results 1 – 3 of 3) sorted by relevance
118 static struct power_supply *bat_psy; variable128 wm97xx_bat_update(bat_psy); in wm97xx_bat_work()234 bat_psy = power_supply_register(&dev->dev, &bat_psy_desc, &cfg); in wm97xx_bat_probe()235 if (!IS_ERR(bat_psy)) { in wm97xx_bat_probe()238 ret = PTR_ERR(bat_psy); in wm97xx_bat_probe()256 power_supply_unregister(bat_psy); in wm97xx_bat_remove()
29 struct power_supply *bat_psy; member372 ecbat->bat_psy = power_supply_register(ecbat->dev, in yoga_c630_psy_register_bat_psy()377 if (IS_ERR(ecbat->bat_psy)) { in yoga_c630_psy_register_bat_psy()379 return PTR_ERR(ecbat->bat_psy); in yoga_c630_psy_register_bat_psy()396 power_supply_unregister(ecbat->bat_psy); in yoga_c630_ec_refresh_bat_info()414 power_supply_changed(ecbat->bat_psy); in yoga_c630_psy_notify()470 power_supply_unregister(ecbat->bat_psy); in yoga_c630_psy_probe()479 power_supply_unregister(ecbat->bat_psy); in yoga_c630_psy_remove()
107 struct power_supply *bat_psy; member575 power_supply_changed(ecbat->bat_psy); in gaokun_psy_notify()612 ecbat->bat_psy = devm_power_supply_register(dev, &gaokun_psy_bat_desc, in gaokun_psy_probe()614 if (IS_ERR(ecbat->bat_psy)) in gaokun_psy_probe()615 return dev_err_probe(dev, PTR_ERR(ecbat->bat_psy), in gaokun_psy_probe()