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.cpp883 auto& fanConfig = sensorConfig[fanPwmIndex]; in init() local
884 fanConfig.type = pidClass; in init()
885 fanConfig.readPath = fanPath; in init()
886 fanConfig.writePath = pwmPath; in init()
889 fanConfig.max = 255; in init()
890 fanConfig.min = 0; in init()