Searched refs:gpioLineMsg (Results 1 – 4 of 4) sorted by relevance
| /openbmc/phosphor-gpio-monitor/ |
| H A D | gpioMon.cpp | 32 gpioLineMsg, "ERROR", ec.message()); in scheduleEventHandler() 46 lg2::error("Failed to read {GPIO} from fd", "GPIO", gpioLineMsg); in gpioEventHandler() 52 lg2::info("{GPIO} Asserted", "GPIO", gpioLineMsg); in gpioEventHandler() 56 lg2::info("{GPIO} Deasserted", "GPIO", gpioLineMsg); in gpioEventHandler() 133 lg2::error("Failed to request {GPIO}", "GPIO", gpioLineMsg); in requestGPIOEvents() 140 lg2::error("Failed to get fd for {GPIO}", "GPIO", gpioLineMsg); in requestGPIOEvents() 148 gpioLineMsg, "ERROR", strerror(errno)); in requestGPIOEvents() 155 lg2::info("{GPIO} monitoring started", "GPIO", gpioLineMsg); in requestGPIOEvents()
|
| H A D | gpioMon.hpp | 50 target(target), targets(targets), gpioLineMsg(lineMsg), in GpioMonitor() 73 std::string gpioLineMsg; member in phosphor::gpio::GpioMonitor
|
| /openbmc/phosphor-gpio-monitor/multi-presence/ |
| H A D | gpio_presence.cpp | 103 std::string gpio = std::string(gpioLineMsg); in scheduleEventHandler() 135 lg2::error("Failed to read {GPIO} from fd", "GPIO", gpioLineMsg); in gpioEventHandler() 141 lg2::info("{GPIO} Asserted", "GPIO", gpioLineMsg); in gpioEventHandler() 145 lg2::info("{GPIO} Deasserted", "GPIO", gpioLineMsg); in gpioEventHandler() 160 lg2::error("Failed to request {GPIO}: {ERRNO}", "GPIO", gpioLineMsg, in requestGPIOEvents() 168 lg2::error("Failed to get fd for {GPIO}", "GPIO", gpioLineMsg); in requestGPIOEvents() 195 lg2::info("{GPIO} {FLAGS} monitoring started", "GPIO", gpioLineMsg, "FLAGS", in requestGPIOEvents()
|
| H A D | gpio_presence.hpp | 72 gpioLineMsg(lineMsg) in GpioPresence() 82 gpioLineMsg(std::move(old.gpioLineMsg)) in GpioPresence() 111 const std::string gpioLineMsg; member in phosphor::gpio::GpioPresence
|