Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dpower_supply.h855 extern int power_supply_set_property(struct power_supply *psy,
859 static inline int power_supply_set_property(struct power_supply *psy, in power_supply_set_property() function
/Linux-v6.1/drivers/power/supply/
Dpower_supply_hwmon.c286 return power_supply_set_property(psy, prop, &pspval); in power_supply_hwmon_write()
Dpower_supply_sysfs.c349 ret = power_supply_set_property(psy, psp, &value); in power_supply_store_property()
Dpower_supply_core.c1059 int power_supply_set_property(struct power_supply *psy, in power_supply_set_property() function
1068 EXPORT_SYMBOL_GPL(power_supply_set_property);
D88pm860x_charger.c508 power_supply_set_property(psy, POWER_SUPPLY_PROP_CHARGE_FULL, in pm860x_done_handler()
Dmt6370-charger.c419 ret = power_supply_set_property(priv->psy, POWER_SUPPLY_PROP_ONLINE, in mt6370_chg_pwr_rdy_check()
Dcpcap-battery.c817 error = power_supply_set_property(charger, in cpcap_battery_update_charger()
/Linux-v6.1/drivers/usb/dwc3/
Dgadget.c2907 ret = power_supply_set_property(dwc->usb_psy, POWER_SUPPLY_PROP_INPUT_CURRENT_LIMIT, &val); in dwc3_gadget_vbus_draw()