Home
last modified time | relevance | path

Searched refs:HwmonIOInterface (Results 1 – 11 of 11) sorted by relevance

/openbmc/phosphor-hwmon/
H A Dhwmonio.hpp40 class HwmonIOInterface class
43 virtual ~HwmonIOInterface() = default;
66 class HwmonIO : public HwmonIOInterface
H A Dsensor.hpp63 const hwmonio::HwmonIOInterface* ioAccess,
188 const hwmonio::HwmonIOInterface* _ioAccess;
244 const hwmonio::HwmonIOInterface* ioAccess,
H A Dfan_pwm.hpp31 FanPwm(std::unique_ptr<hwmonio::HwmonIOInterface> io, in FanPwm()
56 std::unique_ptr<hwmonio::HwmonIOInterface> _ioAccess;
H A Dfan_speed.hpp32 FanSpeed(std::unique_ptr<hwmonio::HwmonIOInterface> io, in FanSpeed()
63 std::unique_ptr<hwmonio::HwmonIOInterface> _ioAccess;
H A Dmainloop.hpp65 const hwmonio::HwmonIOInterface* ioIntf);
120 const hwmonio::HwmonIOInterface* _ioAccess;
H A Dsensor.cpp32 const hwmonio::HwmonIOInterface* ioAccess, in Sensor()
317 const hwmonio::HwmonIOInterface* ioAccess, in asyncRead()
333 &hwmonio::HwmonIOInterface::read, ioAccess, in asyncRead()
H A Dtargets.hpp69 const hwmonio::HwmonIOInterface* ioAccess, in addTarget()
H A Dmainloop.cpp341 const hwmonio::HwmonIOInterface* ioIntf) : in MainLoop()
/openbmc/phosphor-hwmon/test/
H A Dfanpwm_unittest.cpp69 std::unique_ptr<hwmonio::HwmonIOInterface> hwmonio_mock = in TEST()
94 std::unique_ptr<hwmonio::HwmonIOInterface> hwmonio_mock = in TEST()
123 std::unique_ptr<hwmonio::HwmonIOInterface> hwmonio_mock = in TEST()
167 std::unique_ptr<hwmonio::HwmonIOInterface> hwmonio_mock = in TEST()
H A Dsensor_unittest.cpp50 std::unique_ptr<hwmonio::HwmonIOInterface> hwmonio_mock = in TEST_F()
83 std::unique_ptr<hwmonio::HwmonIOInterface> hwmonio_mock = in TEST_F()
114 std::unique_ptr<hwmonio::HwmonIOInterface> hwmonio_mock = in TEST_F()
H A Dhwmonio_mock.hpp10 class HwmonIOMock : public HwmonIOInterface