Lines Matching defs:pwm_fan_ctx
31 struct pwm_fan_ctx { struct
32 struct mutex lock;
33 struct pwm_device *pwm;
34 struct pwm_state pwm_state;
35 struct regulator *reg_en;
37 int tach_count;
38 struct pwm_fan_tach *tachs;
39 ktime_t sample_start;
40 struct timer_list rpm_timer;
42 unsigned int pwm_value;
43 unsigned int pwm_fan_state;
44 unsigned int pwm_fan_max_state;
45 unsigned int *pwm_fan_cooling_levels;
46 struct thermal_cooling_device *cdev;
48 struct hwmon_chip_info info;
49 struct hwmon_channel_info fan_channel;