Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/fan/
H A DFanMain.cpp513 auto findPwm = connector->second.find("Pwm"); in createSensors() local
514 if (findPwm != connector->second.end()) in createSensors()
517 findPwm->second); in createSensors()
/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp331 auto findPwm = connector->second.find("Pwm"); in findPwmName() local
332 if (findPwm == connector->second.end()) in findPwmName()
336 auto fanPwm = std::get_if<uint64_t>(&findPwm->second); in findPwmName()