Lines Matching +full:current +full:- +full:speed
12 -----------
17 Currently, due to the absence of in-kernel API to access HWMON drivers, Nouveau
24 ----------------------
26 Temperature is exposed under as a read-only HWMON attribute temp1_input.
32 Fan speed is set to 100% when reaching this temperature;
56 --------------
62 Current fan management mode (NONE, MANUAL or AUTO);
64 Current PWM value (power percentage);
66 The minimum PWM speed allowed;
68 The maximum PWM speed allowed (bypassed when hitting Fan_boost);
73 Speed in RPM of your fan.
78 * 1: The fan can be driven in manual (use pwm1 to change the speed);
82 Be sure to use the manual mode if you want to drive the fan speed manually
85 When operating in manual mode outside the vbios-defined
86 [PWM_min, PWM_max] range, the reported fan speed (RPM) may not be accurate
90 -----------