Searched refs:syncHistoryGPIO (Results 1 – 4 of 4) sorted by relevance
542 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()
447 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()
376 std::unique_ptr<GPIOInterfaceBase> syncHistoryGPIO = nullptr; member in phosphor::power::manager::PSUManager
268 std::unique_ptr<GPIOInterfaceBase> syncHistoryGPIO = nullptr; member in phosphor::power::chassis::Chassis