Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp752 std::vector<SensorInterfaceType> outputSensorInterfaces; in init()
820 outputSensorInterfaces); in init()
911 if (outputSensorInterfaces.size() == 1) in init()
917 outputSensorInterfaces.size()) in init()
938 pwmPath = outputSensorInterfaces.at(0).first; in init()
939 pwmInterface = outputSensorInterfaces.at(0).second; in init()
946 pwmPath = outputSensorInterfaces.at(idx).first; in init()
948 outputSensorInterfaces.at(idx).second; in init()
744 std::vector<SensorInterfaceType> outputSensorInterfaces; init() local