power_supply_set_property
power_supply_set_property(psy, POWER_SUPPLY_PROP_CHARGE_FULL,
power_supply_set_property(bq->secondary_chrg, POWER_SUPPLY_PROP_ONLINE, &value);
power_supply_set_property(bq->secondary_chrg, POWER_SUPPLY_PROP_ONLINE, &value);
power_supply_set_property(bq->secondary_chrg, POWER_SUPPLY_PROP_ONLINE, &val);
power_supply_set_property(bq->secondary_chrg, POWER_SUPPLY_PROP_ONLINE, &val);
error = power_supply_set_property(charger,
ret = power_supply_set_property(priv->psy, POWER_SUPPLY_PROP_ONLINE,
EXPORT_SYMBOL_GPL(power_supply_set_property);
return power_supply_set_property(psy, prop, &pspval);
ret = power_supply_set_property(psy, psp, &value);
ret = power_supply_set_property(dwc->usb_psy, POWER_SUPPLY_PROP_INPUT_CURRENT_LIMIT, &val);
extern int power_supply_set_property(struct power_supply *psy,