Searched refs:CFMSensor (Results 1 – 2 of 2) sorted by relevance
13 struct CFMSensor : public Sensor, std::enable_shared_from_this<CFMSensor> struct24 CFMSensor(std::shared_ptr<sdbusplus::asio::connection>& conn, argument29 ~CFMSensor() override;
75 static std::vector<std::shared_ptr<CFMSensor>> cfmSensors;171 CFMSensor::CFMSensor(std::shared_ptr<sdbusplus::asio::connection>& conn, in CFMSensor() function in CFMSensor207 void CFMSensor::setupMatches() in setupMatches()209 std::weak_ptr<CFMSensor> weakRef = weak_from_this(); in setupMatches()295 CFMSensor::~CFMSensor() in ~CFMSensor()307 void CFMSensor::createMaxCFMIface() in createMaxCFMIface()316 std::weak_ptr<CFMSensor> weakRef = weak_from_this(); in addTachRanges()339 void CFMSensor::checkThresholds() in checkThresholds()344 void CFMSensor::updateReading() in updateReading()361 uint64_t CFMSensor::getMaxRpm(uint64_t cfmMaxSetting) const in getMaxRpm()[all …]