Searched refs:syncHistoryGPIO (Results 1 – 2 of 2) sorted by relevance
555 if (!syncHistoryGPIO) in syncHistory()559 syncHistoryGPIO = createGPIO(INPUT_HISTORY_SYNC_GPIO); in syncHistory()565 syncHistoryGPIO = nullptr; in syncHistory()568 if (syncHistoryGPIO) in syncHistory()572 syncHistoryGPIO->toggleLowHigh(delay); in syncHistory()
377 std::unique_ptr<GPIOInterfaceBase> syncHistoryGPIO = nullptr; member in phosphor::power::manager::PSUManager