Searched refs:tachSensors (Results 1 – 1 of 1) sorted by relevance
/openbmc/dbus-sensors/src/fan/ |
H A D | FanMain.cpp | 275 tachSensors, in createSensors() 287 [&io, &objectServer, &tachSensors, &pwmSensors, &presenceGpios, in createSensors() 409 auto findSensor = tachSensors.find(sensorName); in createSensors() 410 if (!firstScan && findSensor != tachSensors.end()) in createSensors() 583 auto& tachSensor = tachSensors[sensorName]; in createSensors() 601 createRedundancySensor(tachSensors, dbusConnection, objectServer); in createSensors() 619 tachSensors; in main() local 628 createSensors(io, objectServer, tachSensors, pwmSensors, presenceGpios, in main() 655 createSensors(io, objectServer, tachSensors, pwmSensors, in main() 665 [&tachSensors, &systemBus, &objectServer](sdbusplus::message_t&) { in main() [all …]
|