Searched refs:requestGPIOEvents (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-gpio-monitor/ |
H A D | gpioMon.hpp | 50 requestGPIOEvents(); in GpioMonitor() 79 int requestGPIOEvents();
|
H A D | gpioMon.cpp | 123 int GpioMonitor::requestGPIOEvents() in requestGPIOEvents() function in phosphor::gpio::GpioMonitor
|
/openbmc/phosphor-gpio-monitor/multi-presence/ |
H A D | gpio_presence.hpp | 71 requestGPIOEvents(); in GpioPresence() 114 int requestGPIOEvents();
|
H A D | gpio_presence.cpp | 167 int GpioPresence::requestGPIOEvents() in requestGPIOEvents() function in phosphor::gpio::GpioPresence
|
/openbmc/x86-power-control/src/ |
H A D | power_control.cpp | 1171 static bool requestGPIOEvents( in requestGPIOEvents() function 2776 if (!requestGPIOEvents(powerOkConfig.lineName, psPowerOKHandler, in main() 2798 if (!requestGPIOEvents(sioPwrGoodConfig.lineName, in main() 2821 if (!requestGPIOEvents(sioOnControlConfig.lineName, in main() 2844 if (!requestGPIOEvents(sioS5Config.lineName, sioS5Handler, in main() 2865 if (!requestGPIOEvents(powerButtonConfig.lineName, powerButtonHandler, in main() 2881 if (!requestGPIOEvents(resetButtonConfig.lineName, resetButtonHandler, in main() 2899 requestGPIOEvents(nmiButtonConfig.lineName, nmiButtonHandler, in main() 2914 requestGPIOEvents(idButtonConfig.lineName, idButtonHandler, in main() 2935 if (!requestGPIOEvents(postCompleteConfig.lineName, postCompleteHandler, in main()
|