Home
last modified time | relevance | path

Searched refs:syncGPIOPath (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-power/power-supply/
H A Dmain.cpp38 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 Dpower_supply.hpp95 const std::string& syncGPIOPath, size_t syncGPIONum);
H A Dpower_supply.cpp716 const std::string& syncGPIOPath, size_t syncGPIONum) in enableHistory() argument
719 syncGPIODevPath = syncGPIOPath; in enableHistory()
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dmain.cpp105 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 Dpower_supply.hpp95 const std::string& syncGPIOPath, size_t syncGPIONum);
H A Dpower_supply.cpp779 const std::string& syncGPIOPath, size_t syncGPIONum) in enableHistory() argument
782 syncGPIODevPath = syncGPIOPath; in enableHistory()