Searched refs:power_supply_set_property (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | power_supply.h | 863 extern int power_supply_set_property(struct power_supply *psy, 867 static inline int power_supply_set_property(struct power_supply *psy, in power_supply_set_property() function
|
/kernel/linux/linux-6.6/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_hwmon.c | 286 return power_supply_set_property(psy, prop, &pspval); in power_supply_hwmon_write()
|
H A D | power_supply_sysfs.c | 351 ret = power_supply_set_property(psy, psp, &value); in power_supply_store_property()
|
H A D | power_supply_core.c | 1218 int power_supply_set_property(struct power_supply *psy, in power_supply_set_property() function 1227 EXPORT_SYMBOL_GPL(power_supply_set_property); variable
|
H A D | 88pm860x_charger.c | 508 power_supply_set_property(psy, POWER_SUPPLY_PROP_CHARGE_FULL, in pm860x_done_handler()
|
H A D | cpcap-battery.c | 817 error = power_supply_set_property(charger, in cpcap_battery_update_charger()
|
H A D | mt6370-charger.c | 419 ret = power_supply_set_property(priv->psy, POWER_SUPPLY_PROP_ONLINE, in mt6370_chg_pwr_rdy_check()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | power_supply.h | 430 extern int power_supply_set_property(struct power_supply *psy,
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | power_supply_hwmon.c | 286 return power_supply_set_property(psy, prop, &pspval); in power_supply_hwmon_write()
|
H A D | power_supply_sysfs.c | 341 ret = power_supply_set_property(psy, psp, &value); in power_supply_store_property()
|
H A D | power_supply_core.c | 894 int power_supply_set_property(struct power_supply *psy, in power_supply_set_property() function 903 EXPORT_SYMBOL_GPL(power_supply_set_property); variable
|
H A D | cpcap-battery.c | 572 error = power_supply_set_property(charger, in cpcap_battery_update_charger()
|
H A D | 88pm860x_charger.c | 508 power_supply_set_property(psy, POWER_SUPPLY_PROP_CHARGE_FULL, in pm860x_done_handler()
|
/kernel/linux/linux-6.6/drivers/usb/dwc3/ |
H A D | gadget.c | 3071 ret = power_supply_set_property(dwc->usb_psy, POWER_SUPPLY_PROP_INPUT_CURRENT_LIMIT, &val); in dwc3_gadget_vbus_draw()
|
Completed in 25 milliseconds