Lines Matching refs:psy
96 struct power_supply *psy = (struct power_supply *)arg; \
98 power_supply_changed(psy); \
99 dev_err(&psy->dev, (_wrn_)); \
107 struct power_supply *psy = (struct power_supply *)arg; \
109 power_supply_changed(psy); \
110 dev_dbg(&psy->dev, (_wrn_)); \
120 struct power_supply *psy; member
181 bdpsy->psy); in bd70528_get_irqs()
466 static int bd70528_charger_get_property(struct power_supply *psy, in bd70528_charger_get_property() argument
470 struct bd70528_psy *bdpsy = power_supply_get_drvdata(psy); in bd70528_charger_get_property()
505 static int bd70528_prop_is_writable(struct power_supply *psy, in bd70528_prop_is_writable() argument
641 static int bd70528_charger_set_property(struct power_supply *psy, in bd70528_charger_set_property() argument
645 struct bd70528_psy *bdpsy = power_supply_get_drvdata(psy); in bd70528_charger_set_property()
688 bdpsy->psy = devm_power_supply_register(&pdev->dev, in bd70528_power_probe()
690 if (IS_ERR(bdpsy->psy)) { in bd70528_power_probe()
692 return PTR_ERR(bdpsy->psy); in bd70528_power_probe()