Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp963 auto& fanConfig = sensorConfig[fanPwmIndex]; in init() local
964 fanConfig.type = pidClass; in init()
965 fanConfig.readPath = fanPath; in init()
966 fanConfig.writePath = pwmPath; in init()
969 fanConfig.max = 255; in init()
970 fanConfig.min = 0; in init()