Lines Matching full:rail
33 class Rail;
39 * Configuration changes that should be applied to a device or regulator rail.
43 * regulator rail. Other examples include modifying pgood thresholds and
71 * @param actions actions that configure the device/rail
93 * Executes the actions to configure the specified rail.
101 * @param device device that contains the rail
102 * @param rail rail to configure
105 Device& device, Rail& rail);
108 * Returns the actions that configure the device/rail.
129 * Executes the actions to configure a device or rail.
134 * @param device device to configure or that contains rail to configure
135 * @param deviceOrRailID ID of the device or rail to configure
146 * Actions that configure the device/rail.