Searched defs:pwm_fan_ctx (Results 1 – 1 of 1) sorted by relevance
31 struct pwm_fan_ctx { struct32 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;[all …]