Lines Matching full:rails
65 * @param rails voltage rails produced by this device, if any
73 std::vector<std::unique_ptr<Rail>> rails = in Device() argument
80 rails{std::move(rails)}
123 * Also configures the voltage rails produced by this device, if any.
215 * Returns the voltage rails produced by this device, if any.
217 * @return voltage rails
221 return rails; in getRails()
254 * Monitors the sensors for the voltage rails produced by this device, if
308 * Voltage rails produced by this device, if any. Vector is empty if no
309 * voltage rails are defined for this device.
311 std::vector<std::unique_ptr<Rail>> rails{}; member in phosphor::power::regulators::Device