Home
last modified time | relevance | path

Searched refs:syncHistoryGPIO (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-power/phosphor-power-supply/
H A Dpsu_manager.cpp542 if (!syncHistoryGPIO) in syncHistory()
546 syncHistoryGPIO = createGPIO(INPUT_HISTORY_SYNC_GPIO); in syncHistory()
552 syncHistoryGPIO = nullptr; in syncHistory()
555 if (syncHistoryGPIO) in syncHistory()
559 syncHistoryGPIO->toggleLowHigh(delay); in syncHistory()
H A Dchassis.cpp447 if (!syncHistoryGPIO) in syncHistory()
451 syncHistoryGPIO = createGPIO(INPUT_HISTORY_SYNC_GPIO); in syncHistory()
457 syncHistoryGPIO = nullptr; in syncHistory()
460 if (syncHistoryGPIO) in syncHistory()
464 syncHistoryGPIO->toggleLowHigh(delay); in syncHistory()
H A Dpsu_manager.hpp376 std::unique_ptr<GPIOInterfaceBase> syncHistoryGPIO = nullptr; member in phosphor::power::manager::PSUManager
H A Dchassis.hpp268 std::unique_ptr<GPIOInterfaceBase> syncHistoryGPIO = nullptr; member in phosphor::power::chassis::Chassis