Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_device.hpp76 std::bind(std::mem_fn(&Device::throttleProcTempCallback), this, in Device()
273 void throttleProcTempCallback(int error);
H A Docc_device.cpp119 void Device::throttleProcTempCallback(int error) in throttleProcTempCallback() function in open_power::occ::Device