Searched refs:currentPos (Results 1 – 1 of 1) sorted by relevance
181 size_t currentPos = getMappedHSConfig(hostSelectorPosition); in pollGpioState() local183 if (currentPos != INVALID_INDEX && currentPos != previousPos) in pollGpioState()185 position(currentPos); in pollGpioState()186 previousPos = currentPos; in pollGpioState()187 lg2::info("Host selector position updated to {POS}", "POS", currentPos); in pollGpioState()