Searched refs:bdpsy (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | bd70528-charger.c | 147 struct bd70528_psy *bdpsy) in bd70528_get_irqs() 181 bdpsy->psy); in bd70528_get_irqs() 193 ret = regmap_update_bits(bdpsy->regmap, in bd70528_get_irqs() 201 static int bd70528_get_charger_status(struct bd70528_psy *bdpsy, int *val) in bd70528_get_charger_status() argument 206 ret = regmap_read(bdpsy->regmap, BD70528_REG_CHG_CURR_STAT, &v); in bd70528_get_charger_status() 208 dev_err(bdpsy->dev, "Charger state read failure %d\n", in bd70528_get_charger_status() 241 static int bd70528_get_charge_type(struct bd70528_psy *bdpsy, int *val) in bd70528_get_charge_type() argument 246 ret = regmap_read(bdpsy->regmap, BD70528_REG_CHG_CURR_STAT, &v); in bd70528_get_charge_type() 248 dev_err(bdpsy->dev, "Charger state read failure %d\n", in bd70528_get_charge_type() 281 static int bd70528_get_battery_health(struct bd70528_psy *bdpsy, in argument 146 bd70528_get_irqs(struct platform_device *pdev, struct bd70528_psy *bdpsy) bd70528_get_irqs() argument 305 bd70528_get_online(struct bd70528_psy *bdpsy, int *val) bd70528_get_online() argument 322 bd70528_get_present(struct bd70528_psy *bdpsy, int *val) bd70528_get_present() argument 401 get_charge_current(struct bd70528_psy *bdpsy, int *ma) get_charge_current() argument 428 get_current_limit(struct bd70528_psy *bdpsy, int *ma) get_current_limit() argument 470 struct bd70528_psy *bdpsy = power_supply_get_drvdata(psy); bd70528_charger_get_property() local 518 set_charge_current(struct bd70528_psy *bdpsy, int ma) set_charge_current() argument 591 set_current_limit(struct bd70528_psy *bdpsy, int ma) set_current_limit() argument 645 struct bd70528_psy *bdpsy = power_supply_get_drvdata(psy); bd70528_charger_set_property() local 670 struct bd70528_psy *bdpsy; bd70528_power_probe() local [all...] |
Completed in 1 milliseconds