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 | 71 std::string lineName; member 1269 if (powerButtonMask && config.lineName == powerOutConfig.lineName) in setGPIOOutputForMs() 1271 return setMaskedGPIOOutputForMs(powerButtonMask, config.lineName, value, in setGPIOOutputForMs() 1274 if (resetButtonMask && config.lineName == resetOutConfig.lineName) in setGPIOOutputForMs() 1276 return setMaskedGPIOOutputForMs(resetButtonMask, config.lineName, value, in setGPIOOutputForMs() 1282 if (!setGPIOOutput(config.lineName, value, gpioLine)) in setGPIOOutputForMs() 1286 const std::string name = config.lineName; in setGPIOOutputForMs() 2074 if (!setGPIOOutput(powerOutConfig.lineName, outputState, gpioLine)) in powerButtonHandler() 2077 powerOutConfig.lineName); in powerButtonHandler() 2103 if (!setGPIOOutput(resetOutConfig.lineName, outputState, gpioLine)) in resetButtonHandler() [all …]
|
/openbmc/phosphor-gpio-monitor/ |
H A D | gpioMonMain.cpp | 126 std::string lineName = obj["LineName"]; in main() local 127 lineMsg += lineName; in main() 128 line = gpiod_line_find(lineName.c_str()); in main()
|
/openbmc/phosphor-gpio-monitor/multi-presence/ |
H A D | main.cpp | 127 std::string lineName = obj["LineName"].get<std::string>(); in main() local 128 lineMsg += lineName; in main() 129 line = gpiod_line_find(lineName.c_str()); in main()
|