Home
last modified time | relevance | path

Searched refs:pwmLimitIface (Results 1 – 2 of 2) sorted by relevance

/openbmc/dbus-sensors/src/exit-air/
H A DExitAirTempSensor.cpp199 pwmLimitIface = in CFMSensor()
249 self->pwmLimitIface->register_property("Limit", maxRpm); in setupMatches()
250 self->pwmLimitIface->initialize(); in setupMatches()
290 self->pwmLimitIface->set_property("Limit", maxRpm); in setupMatches()
304 objServer.remove_interface(pwmLimitIface); in ~CFMSensor()
H A DExitAirTempSensor.hpp44 std::shared_ptr<sdbusplus::asio::dbus_interface> pwmLimitIface; member