Lines Matching refs:tachSensors
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()
666 createRedundancySensor(tachSensors, systemBus, objectServer); in main()