Lines Matching full:masked
1241 // Set the masked GPIO line to the specified value in setMaskedGPIOOutputForMs()
1248 // Set the masked GPIO line back to the opposite value in setMaskedGPIOOutputForMs()
1268 // If the requested GPIO is masked, use the mask line to set the output in setGPIOOutputForMs()
2067 lg2::info("power button press masked"); in powerButtonHandler()
2096 lg2::info("reset button press masked"); in resetButtonHandler()
2259 lg2::info("NMI button press masked"); in nmiButtonHandler()
3041 // if power button is masked, ignore this in main()
3049 lg2::info("Power Button Masked."); in main()
3050 throw std::invalid_argument("Transition Request Masked"); in main()
3057 // if power button is masked, ignore this in main()
3065 lg2::info("Power Button Masked."); in main()
3066 throw std::invalid_argument("Transition Request Masked"); in main()
3073 // if power button is masked, ignore this in main()
3081 lg2::info("Power Button Masked."); in main()
3082 throw std::invalid_argument("Transition Request Masked"); in main()
3090 // if reset button is masked, ignore this in main()
3098 lg2::info("Reset Button Masked."); in main()
3099 throw std::invalid_argument("Transition Request Masked"); in main()
3107 // if reset button is masked, ignore this in main()
3115 lg2::info("Reset Button Masked."); in main()
3116 throw std::invalid_argument("Transition Request Masked"); in main()
3149 // if power button is masked, ignore this in main()
3157 lg2::info("Power Button Masked."); in main()
3158 throw std::invalid_argument("Transition Request Masked"); in main()
3165 // if power button is masked, ignore this in main()
3173 lg2::info("Power Button Masked."); in main()
3174 throw std::invalid_argument("Transition Request Masked"); in main()
3181 // if power button is masked, ignore this in main()
3189 lg2::info("Power Button Masked."); in main()
3190 throw std::invalid_argument("Transition Request Masked"); in main()
3326 lg2::info("Power Button Masked."); in main()
3334 lg2::info("Power Button Un-masked"); in main()
3382 lg2::info("Reset Button Masked."); in main()
3390 lg2::info("Reset Button Un-masked"); in main()
3431 lg2::info("NMI Button Masked."); in main()
3436 lg2::info("NMI Button Un-masked."); in main()