Searched full:speed (Results 1 – 25 of 2539) sorted by relevance
12345678910>>...102
34 * @brief An action that sets the floor to the default fan floor speed35 * @details Sets the fan floor to the defined default fan floor speed when a46 * @brief An action to set a speed when a service owner is missing47 * @details Sets the fans to the given speed when any service owner associated49 * the event data again, active fan speed changes are allowed.51 * @param[in] speed - Speed to set the zone to54 * An Action function that sets the zone to the given speed if any service57 Action set_speed_on_missing_owner(uint64_t speed);60 * @brief An action to set the request speed base61 * @details A new target speed is determined using a speed delta being added[all …]
97 * Sets all fans in the zone to the speed100 * @param[in] speed - the fan speed102 void setSpeed(uint64_t speed);105 * Sets the zone to full speed regardless of zone's active state131 * @param[in] group - A group that affects speed decreases329 * @brief Initialize a set speed event properties and actions331 * @param[in] event - Set speed event336 * @brief Removes all the set speed event properties and actions338 * @param[in] event - Set speed event343 * @brief Get the default floor speed[all …]
16 * subscribe/unsubscribe a set speed event group18 * that when each entry's property value matches the given value, the set speed20 * longer matches, the set speed event is removed from being active and fans21 * are set to full speed.24 * @param[in] sse - Set speed event definition28 * and either subscribe or unsubscribe a set speed event group.35 * of the services for the group to init/remove a set speed event41 * @param[in] sse - Set speed event definitions45 * that are not owned to either initialize or remove set speed events.
15 # Criteria for a fan at maximum speed.93 Set Fan Target Speed94 [Documentation] Set the target speed of a fan.99 # fan_speed The target speed to set (e.g. "9000").106 Get Target Speed Of Fans107 [Documentation] Return the maximum target speed of the system fans.121 [Documentation] Return the fan target speed setting, the speed of the122 ... fan's clockwise blade, and the speed of the counter-clockwise blade.125 # moving whenever the fan unit is transitioning to a new target speed.131 # Get the fan target speed and the clockwise blade speed.[all …]
21 * @speed: Array containing the speed values of all system clocks (initialized25 u32 speed[MPC83XX_CLK_COUNT]; member90 * The clock speed is read from the hardware's registers, and stored in the123 priv->speed[clk] = 0; in init_single_clk()126 priv->speed[clk] = csb_clk; in init_single_clk()129 priv->speed[clk] = csb_clk / 2; in init_single_clk()132 priv->speed[clk] = csb_clk / 3; in init_single_clk()135 priv->speed[clk] = 0; in init_single_clk()144 priv->speed[clk] = csb_clk * (1 + sccr_field(im, mask)); in init_single_clk()149 priv->speed[clk] = csb_clk; /* i2c-2 clk is equal to csb clk */ in init_single_clk()[all …]
44 Check Fans Running At Target Speed45 [Documentation] Verify fans are running at or near target speed.48 # Set the speed tolerance criteria.49 # A tolerance value of .30 means that the fan's speed should be50 # within 30% of its set target speed. Fans may be accelerating55 Verify Fan Speed ${tolerance} ${fan_names}62 # The maximum target speed.65 # Speed criteria for passing, which is 85% of max_speed.69 # the fans to normal speed.77 Check Fan Speed Increase When One Disabled[all …]
18 # [Time (in secs) actual speed can be outside of deviation of19 # target speed]21 # [Percentage that actual speed must be within target speed]25 # sensors: [array of speed sensors for the fan]28 # setting a fan speed (otherwise just for reads)]36 # fan speed. Default is 1 for fan speed target;38 # offset [The offset to add to calculate the expected fan speed.39 # Default is 0 for fan speed target;55 # has a nonzero speed.]62 # After a speed reading of a sensor is outside of the allowed deviation of[all …]