Searched refs:checkStatusVout (Results 1 – 9 of 9) sorted by relevance
/openbmc/phosphor-power/phosphor-power-sequencer/test/ |
H A D | rail_tests.cpp | 60 bool checkStatusVout{false}; in TEST() local 67 checkStatusVout, in TEST() 87 bool checkStatusVout{true}; in TEST() local 94 checkStatusVout, in TEST() 119 bool checkStatusVout{true}; in TEST() local 123 checkStatusVout, compareVoltageToLimit, gpio}), in TEST() 133 bool checkStatusVout{false}; in TEST() local 137 checkStatusVout, compareVoltageToLimit, gpio}), in TEST() 148 bool checkStatusVout{false}; in TEST() local 155 checkStatusVout, in TEST() [all …]
|
H A D | standard_device_tests.cpp | 95 bool checkStatusVout{true}; in createRailStatusVout() local 99 checkStatusVout, compareVoltageToLimit, gpio); in createRailStatusVout() 116 bool checkStatusVout{false}; in createRailGPIO() local 121 checkStatusVout, compareVoltageToLimit, gpio); in createRailGPIO() 138 bool checkStatusVout{false}; in createRailOutputVoltage() local 142 checkStatusVout, compareVoltageToLimit, gpio); in createRailOutputVoltage()
|
H A D | ucd90320_device_tests.cpp | 53 bool checkStatusVout{false}; in createRail() local 58 checkStatusVout, compareVoltageToLimit, gpio); in createRail()
|
H A D | ucd90160_device_tests.cpp | 53 bool checkStatusVout{false}; in createRail() local 58 checkStatusVout, compareVoltageToLimit, gpio); in createRail()
|
H A D | ucd90x_device_tests.cpp | 55 bool checkStatusVout{false}; in createRail() local 60 checkStatusVout, compareVoltageToLimit, gpio); in createRail()
|
H A D | pmbus_driver_device_tests.cpp | 74 bool checkStatusVout{true}; in createRail() local 78 checkStatusVout, compareVoltageToLimit, in createRail()
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | rail.hpp | 95 bool checkStatusVout, bool compareVoltageToLimit, in Rail() argument 98 isPsuRail{isPowerSupplyRail}, checkStatusVout{checkStatusVout}, 102 if ((checkStatusVout || compareVoltageToLimit) && !page) 157 return checkStatusVout; in getCheckStatusVout() 363 bool checkStatusVout{false}; member in phosphor::power::sequencer::Rail
|
H A D | config_file_parser.cpp | 154 bool checkStatusVout{false}; in parseRail() local 158 checkStatusVout = parseBoolean(*checkStatusVoutIt); in parseRail() 182 if ((checkStatusVout || compareVoltageToLimit) && !page.has_value()) in parseRail() 191 checkStatusVout, compareVoltageToLimit, gpio); in parseRail()
|
H A D | rail.cpp | 136 if (isPresent(services) && checkStatusVout) in hasPgoodFaultStatusVout()
|