Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DFanMain.cpp486 auto findPwm = connector->second.find("Pwm"); in createSensors() local
487 if (findPwm != connector->second.end()) in createSensors()
490 findPwm->second); in createSensors()
/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp335 auto findPwm = connector->second.find("Pwm"); in findPwmName() local
336 if (findPwm == connector->second.end()) in findPwmName()
340 auto fanPwm = std::get_if<uint64_t>(&findPwm->second); in findPwmName()