Home
last modified time | relevance | path

Searched refs:make_sysfs_path (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-hwmon/
H A Dfan_speed.cpp41 auto file = sysfs::make_sysfs_path(_ioAccess->path(), _type, _id, in target()
77 auto fullPath = sysfs::make_sysfs_path(_ioAccess->path(), type::pwm, in enable()
H A Dhwmonio.cpp117 auto fullPath = sysfs::make_sysfs_path(_p, type, id, sensor); in read()
176 auto fullPath = sysfs::make_sysfs_path(_p, type, id, sensor); in write()
H A Dsysfs.hpp8 inline std::string make_sysfs_path(const std::string& path, in make_sysfs_path() function
H A Dfan_pwm.cpp41 auto file = sysfs::make_sysfs_path(_ioAccess->path(), _type, _id, in target()
H A Dtargets.hpp101 sysfsFullPath = sysfs::make_sysfs_path(ioAccess->path(), targetName, in addTarget()
H A Dmainloop.cpp277 auto file = sysfs::make_sysfs_path(_ioAccess->path(), sensorSysfsType, in getObject()
589 auto file = sysfs::make_sysfs_path( in read()
682 auto file = sysfs::make_sysfs_path(_ioAccess->path(), in addDroppedSensors()
H A Dsensor.cpp224 auto sysfsFullPath = sysfs::make_sysfs_path(_ioAccess->path(), faultName, in addStatus()