Home
last modified time | relevance | path

Searched refs:HwmonIO (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-hwmon/
H A Dhwmonio.hpp66 class HwmonIO : public HwmonIOInterface class
69 HwmonIO() = delete;
70 HwmonIO(const HwmonIO&) = default;
71 HwmonIO(HwmonIO&&) = default;
72 HwmonIO& operator=(const HwmonIO&) = default;
73 HwmonIO& operator=(HwmonIO&&) = default;
74 ~HwmonIO() = default;
81 explicit HwmonIO(const std::string& path,
H A Dhwmonio.cpp108 HwmonIO::HwmonIO(const std::string& path, const FileSystemInterface* intf) : in HwmonIO() function in hwmonio::HwmonIO
112 int64_t HwmonIO::read(const std::string& type, const std::string& id, in read()
171 void HwmonIO::write(uint32_t val, const std::string& type, in write()
220 std::string HwmonIO::path() const in path()
H A Dreadd.cpp84 hwmonio::HwmonIO io(path); in main()
H A Dtargets.hpp169 std::move(std::make_unique<hwmonio::HwmonIO>(ioAccess->path())), in addTarget()
/openbmc/phosphor-hwmon/test/
H A Dhwmonio_default_unittest.cpp32 HwmonIO _hwmonio;