Lines Matching full:devices
65 * @param devices Devices within this chassis, if any. The vector should
66 * contain regulator devices and any related devices required
70 std::vector<std::unique_ptr<Device>> devices = in Chassis() argument
73 devices{std::move(devices)}
90 * Clear any cached data about hardware devices.
105 * Close the devices within this chassis, if any.
112 * Configure the devices within this chassis, if any.
123 * Detect redundant phase faults in regulator devices in this chassis.
133 * Returns the devices within this chassis, if any.
135 * The vector contains regulator devices and any related devices
138 * @return devices in chassis
142 return devices; in getDevices()
191 * Devices within this chassis, if any.
193 * The vector contains regulator devices and any related devices
196 std::vector<std::unique_ptr<Device>> devices{}; member in phosphor::power::regulators::Chassis