Lines Matching refs:postCompleteConfig
87 static ConfigData postCompleteConfig; variable
105 {"PostComplete", &postCompleteConfig},
2323 bool asserted = state == postCompleteConfig.polarity; in postCompleteHandler()
2663 (initialValue == postCompleteConfig.polarity in setInitialValue()
2933 if (postCompleteConfig.type == ConfigType::GPIO) in main()
2935 if (!requestGPIOEvents(postCompleteConfig.lineName, postCompleteHandler, in main()
2941 else if (postCompleteConfig.type == ConfigType::DBUS) in main()
2944 power_control::dbusGPIOMatcher(postCompleteConfig, in main()
3510 if (postCompleteConfig.type == ConfigType::GPIO) in main()
3512 osState = postCompleteLine.get_value() == postCompleteConfig.polarity in main()
3518 osState = getProperty(postCompleteConfig) > 0 in main()