Home
last modified time | relevance | path

Searched refs:fullPath (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-hwmon/
H A Dhwmonio.cpp117 auto fullPath = sysfs::make_sysfs_path(_p, type, id, sensor); in read() local
123 val = _intf->read(fullPath); in read()
176 auto fullPath = sysfs::make_sysfs_path(_p, type, id, sensor); in write() local
185 _intf->write(fullPath, val); in write()
H A Dfan_speed.cpp70 auto fullPath = sysfs::make_sysfs_path(_ioAccess->path(), type::pwm, in enable() local
74 fullPath, e.code().value()) in enable()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddevice_callouts.cpp28 fs::path fullPath; in getJSONFilename() local
47 fullPath = path; in getJSONFilename()
55 fullPath = path; in getJSONFilename()
60 if (fullPath.empty()) in getJSONFilename()
66 return fullPath; in getJSONFilename()
/openbmc/phosphor-buttons/src/
H A Dgpio.cpp163 fs::path fullPath(devPath); in configGpio() local
165 if (fs::exists(fullPath)) in configGpio()
/openbmc/phosphor-debug-collector/
H A Ddump_manager_bmc.hpp88 void createEntry(const std::filesystem::path& fullPath);
/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp400 std::string pwmName, fullPath; in appMTMGetSignal() local
406 fullPath = fanPwmPath + pwmName; in appMTMGetSignal()
407 if (mtm.getProperty(fanService, fullPath, fanIntf, "Value", in appMTMGetSignal()