Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/actions/
H A Doverride_fan_target.cpp122 zone.unlockFanTarget(fan, _target); in unlockFans()
/openbmc/phosphor-fan-presence/control/json/
H A Dzone.hpp232 void unlockFanTarget(const std::string& fname, uint64_t target);
H A Dzone.cpp182 void Zone::unlockFanTarget(const std::string& fname, uint64_t target) in unlockFanTarget() function in phosphor::fan::control::json::Zone