Searched refs:power_supply_add_hwmon_sysfs (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/power/supply/
H A Dpower_supply_hwmon.c327 int power_supply_add_hwmon_sysfs(struct power_supply *psy) function
336 if (!devres_open_group(dev, power_supply_add_hwmon_sysfs,
401 devres_close_group(dev, power_supply_add_hwmon_sysfs);
410 devres_release_group(&psy->dev, power_supply_add_hwmon_sysfs);
H A Dpower_supply_core.c1434 rc = power_supply_add_hwmon_sysfs(psy);
/linux-master/include/linux/
H A Dpower_supply.h955 int power_supply_add_hwmon_sysfs(struct power_supply *psy);
958 static inline int power_supply_add_hwmon_sysfs(struct power_supply *psy) function

Completed in 75 milliseconds