Searched refs:power_supply_set_property (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/supply/ |
D | power_supply_hwmon.c | 286 return power_supply_set_property(psy, prop, &pspval); in power_supply_hwmon_write()
|
D | power_supply_sysfs.c | 340 ret = power_supply_set_property(psy, psp, &value); in power_supply_store_property()
|
D | power_supply_core.c | 887 int power_supply_set_property(struct power_supply *psy, in power_supply_set_property() function 896 EXPORT_SYMBOL_GPL(power_supply_set_property);
|
D | 88pm860x_charger.c | 508 power_supply_set_property(psy, POWER_SUPPLY_PROP_CHARGE_FULL, in pm860x_done_handler()
|
D | cpcap-battery.c | 572 error = power_supply_set_property(charger, in cpcap_battery_update_charger()
|
/kernel/linux/linux-5.10/include/linux/ |
D | power_supply.h | 429 extern int power_supply_set_property(struct power_supply *psy,
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | include.patch | 2372 extern int power_supply_set_property(struct power_supply *psy, 2376 +static inline int power_supply_set_property(struct power_supply *psy,
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0031_linux_drivers_perf_phy_pinctrl_ptp_pwm.patch | 1738 + power_supply_set_property(imx_phy->vbus_power_supply,
|