Searched refs:syncGPIOPath (Results 1 – 6 of 6) sorted by relevance
/openbmc/phosphor-power/power-supply/ |
H A D | main.cpp | 38 std::string syncGPIOPath{}; in main() local 54 "-a,--sync-gpio-path", syncGPIOPath, in main() 112 if ((syncGPIOPath.empty() && !syncGPIONum.empty()) || in main() 113 (!syncGPIOPath.empty() && syncGPIONum.empty())) in main() 129 psuDevice->enableHistory(basePath, numRecords, syncGPIOPath, gpioNum); in main()
|
H A D | power_supply.hpp | 95 const std::string& syncGPIOPath, size_t syncGPIONum);
|
H A D | power_supply.cpp | 716 const std::string& syncGPIOPath, size_t syncGPIONum) in enableHistory() argument 719 syncGPIODevPath = syncGPIOPath; in enableHistory()
|
/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | main.cpp | 105 auto syncGPIOPath = (options)["sync-gpio-path"]; in main() local 108 if (((syncGPIOPath == ArgumentParser::emptyString) && in main() 110 ((syncGPIOPath != ArgumentParser::emptyString) && in main() 127 psuDevice->enableHistory(basePath, numRecords, syncGPIOPath, gpioNum); in main()
|
H A D | power_supply.hpp | 95 const std::string& syncGPIOPath, size_t syncGPIONum);
|
H A D | power_supply.cpp | 779 const std::string& syncGPIOPath, size_t syncGPIONum) in enableHistory() argument 782 syncGPIODevPath = syncGPIOPath; in enableHistory()
|