Searched refs:power_supply_set_property (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/power/supply/ |
H A D | bq25890_charger.c | 1068 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 D | power_supply_core.c | 1279 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 D | 88pm860x_charger.c | 508 power_supply_set_property(psy, POWER_SUPPLY_PROP_CHARGE_FULL, in pm860x_done_handler()
|
H A D | mt6370-charger.c | 419 ret = power_supply_set_property(priv->psy, POWER_SUPPLY_PROP_ONLINE, in mt6370_chg_pwr_rdy_check()
|
H A D | cpcap-battery.c | 817 error = power_supply_set_property(charger, in cpcap_battery_update_charger()
|
/linux/drivers/usb/dwc3/ |
H A D | gadget.c | 3146 ret = power_supply_set_property(dwc->usb_psy, POWER_SUPPLY_PROP_INPUT_CURRENT_LIMIT, &val); in dwc3_gadget_vbus_draw()
|