Lines Matching full:curve
30 enum pwm_enable { off, manual, curve } __packed; enumerator
351 /* Writes custom curve to device */
370 /* Copy curve to command */ in kraken3_write_curve()
387 * The devices can only control the duty through a curve. in kraken3_write_fixed_duty()
388 * Since we're setting a fixed duty here, fill the whole curve in kraken3_write_fixed_duty()
394 /* Fill the custom curve with the fixed value we're setting */ in kraken3_write_fixed_duty()
401 /* Write the fixed duty curve to the device */ in kraken3_write_fixed_duty()
457 /* Apply the curve and note as enabled */ in kraken3_write()
465 priv->channel_info[channel].mode = curve; in kraken3_write()
499 if (priv->channel_info[dev_attr->nr].mode == curve) { in kraken3_fan_curve_pwm_store()
500 /* Apply the curve */ in kraken3_fan_curve_pwm_store()
524 /* Custom pump curve from 20C to 59C (critical temp) */
566 /* Custom fan curve from 20C to 59C (critical temp) */
609 /* Pump control curve */
650 /* Fan control curve (Z53 only) */