Home
last modified time | relevance | path

Searched refs:power_supply_set_property (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/power/supply/
H A Dbq25890_charger.c1068 power_supply_set_property(bq->secondary_chrg, POWER_SUPPLY_PROP_ONLINE, &value); in bq25890_pump_express_work()
1104 power_supply_set_property(bq->secondary_chrg, POWER_SUPPLY_PROP_ONLINE, &value); in bq25890_pump_express_work()
1165 power_supply_set_property(bq->secondary_chrg, POWER_SUPPLY_PROP_ONLINE, &val); in bq25890_vbus_enable()
1183 power_supply_set_property(bq->secondary_chrg, POWER_SUPPLY_PROP_ONLINE, &val); in bq25890_vbus_disable()
H A Dpower_supply_core.c1279 int power_supply_set_property(struct power_supply *psy, in power_supply_set_property() function
1305 EXPORT_SYMBOL_GPL(power_supply_set_property);
H A D88pm860x_charger.c508 power_supply_set_property(psy, POWER_SUPPLY_PROP_CHARGE_FULL, in pm860x_done_handler()
H A Dmt6370-charger.c419 ret = power_supply_set_property(priv->psy, POWER_SUPPLY_PROP_ONLINE, in mt6370_chg_pwr_rdy_check()
H A Dcpcap-battery.c817 error = power_supply_set_property(charger, in cpcap_battery_update_charger()
/linux/drivers/usb/dwc3/
H A Dgadget.c3146 ret = power_supply_set_property(dwc->usb_psy, POWER_SUPPLY_PROP_INPUT_CURRENT_LIMIT, &val); in dwc3_gadget_vbus_draw()