Lines Matching defs:GPIO
65 GPIO = 1,
185 // GPIO Lines and Event Descriptors
1184 // Find the GPIO line
1219 // Find the GPIO line
1227 // Request GPIO output to specified value
1249 // Set the masked GPIO line to the specified value
1256 // Set the masked GPIO line back to the opposite value
1276 // If the requested GPIO is masked, use the mask line to set the output
1288 // No mask set, so request and set the GPIO normally
1299 // Set the GPIO line back to the opposite value
1660 // POST_COMPLETE GPIO event is not working in some platforms
1784 // Cancel any GPIO assertions held during the transition
1877 // Cancel any GPIO assertions held during the transition
1966 // Cancel any GPIO assertions held during the transition
2170 // restore the NMI_OUT GPIO line back to the opposite value
2405 if (signalType == "GPIO")
2407 tempGpioData->type = ConfigType::GPIO;
2420 if (tempGpioData->type == ConfigType::GPIO)
2429 "The \'LineName\' field must be defined for GPIO configuration");
2743 // Load GPIO's through json config file
2787 // Request power OK GPIO events
2788 if (powerOkConfig.type == ConfigType::GPIO)
2809 // Request SIO_POWER_GOOD GPIO events
2810 if (sioPwrGoodConfig.type == ConfigType::GPIO)
2832 // Request SIO_ONCONTROL GPIO events
2833 if (sioOnControlConfig.type == ConfigType::GPIO)
2855 // Request SIO_S5 GPIO events
2856 if (sioS5Config.type == ConfigType::GPIO)
2876 // Request POWER_BUTTON GPIO events
2877 if (powerButtonConfig.type == ConfigType::GPIO)
2892 // Request RESET_BUTTON GPIO events
2893 if (resetButtonConfig.type == ConfigType::GPIO)
2908 // Request NMI_BUTTON GPIO events
2909 if (nmiButtonConfig.type == ConfigType::GPIO)
2923 // Request ID_BUTTON GPIO events
2924 if (idButtonConfig.type == ConfigType::GPIO)
2947 // Request POST_COMPLETE GPIO events
2948 if (postCompleteConfig.type == ConfigType::GPIO)
2965 // initialize NMI_OUT GPIO.
2972 // Initialize POWER_OUT and RESET_OUT GPIO.
3009 if (powerOkConfig.type == ConfigType::GPIO)
3334 throw std::runtime_error("Failed to request GPIO");
3355 if (powerButtonConfig.type == ConfigType::GPIO)
3390 throw std::runtime_error("Failed to request GPIO");
3411 if (resetButtonConfig.type == ConfigType::GPIO)
3457 if (nmiButtonConfig.type == ConfigType::GPIO)
3494 if (idButtonConfig.type == ConfigType::GPIO)
3511 if (postCompleteConfig.type == ConfigType::GPIO)