Searched refs:lineName (Results 1 – 5 of 5) sorted by relevance
| /openbmc/phosphor-state-manager/host_condition_gpio/ |
| H A D | host_condition.cpp | 21 if (gpiod::find_line(lineName + "-ready")) in scanGpioPin() 23 lineName += "-ready"; in scanGpioPin() 26 else if (gpiod::find_line(lineName + "-ready-n")) in scanGpioPin() 28 lineName += "-ready-n"; in scanGpioPin() 33 lineName = ""; in scanGpioPin() 44 if (!lineName.empty()) in currentFirmwareCondition() 46 auto line = gpiod::find_line(lineName); in currentFirmwareCondition() 53 {lineName, gpiod::line_request::DIRECTION_INPUT, in currentFirmwareCondition()
|
| H A D | host_condition.hpp | 29 HostIntf(bus, path.c_str()), lineName("host" + hostId) in Host() 38 std::string lineName; member in phosphor::condition::Host
|
| /openbmc/x86-power-control/src/ |
| H A D | power_control.cpp | 72 std::string lineName; member 1228 if (powerButtonMask && config.lineName == powerOutConfig.lineName) in setGPIOOutputForMs() 1230 return setMaskedGPIOOutputForMs(powerButtonMask, config.lineName, value, in setGPIOOutputForMs() 1233 if (resetButtonMask && config.lineName == resetOutConfig.lineName) in setGPIOOutputForMs() 1235 return setMaskedGPIOOutputForMs(resetButtonMask, config.lineName, value, in setGPIOOutputForMs() 1241 if (!setGPIOOutput(config.lineName, value, gpioLine)) in setGPIOOutputForMs() 1245 const std::string name = config.lineName; in setGPIOOutputForMs() 2037 if (!setGPIOOutput(powerOutConfig.lineName, outputState, gpioLine)) in powerButtonHandler() 2040 powerOutConfig.lineName); in powerButtonHandler() 2066 if (!setGPIOOutput(resetOutConfig.lineName, outputState, gpioLine)) in resetButtonHandler() [all …]
|
| /openbmc/phosphor-gpio-monitor/ |
| H A D | gpioMonMain.cpp | 113 std::string lineName = obj["LineName"]; in main() local 114 lineMsg += lineName; in main() 115 line = gpiod_line_find(lineName.c_str()); in main()
|
| /openbmc/phosphor-gpio-monitor/multi-presence/ |
| H A D | main.cpp | 113 std::string lineName = obj["LineName"].get<std::string>(); in main() local 114 lineMsg += lineName; in main() 115 line = gpiod_line_find(lineName.c_str()); in main()
|