Lines Matching +full:line +full:- +full:power
8 * http://www.apache.org/licenses/LICENSE-2.0
30 namespace phosphor::power::sequencer namespace
69 present = it->second; in isPresent()
73 // Get presence from D-Bus interface/property in isPresent()
88 // Re-throw unexpected exception in isPresent()
109 // Read GPIO values. Work around libgpiod bulk line maximum by getting in getGPIOValues()
114 gpiod::line line = chip.get_line(offset); in getGPIOValues() local
115 line.request({"phosphor-power-control", in getGPIOValues()
117 values.push_back(line.get_value()); in getGPIOValues()
118 line.release(); in getGPIOValues()
128 // If the D-Bus error name is set within the exception in isExpectedException()
135 // exists, but it does not implement the D-Bus interface that contains in isExpectedException()
172 } // namespace phosphor::power::sequencer