Lines Matching defs:pwm_fan_ctx
38 struct pwm_fan_ctx { struct
39 struct device *dev;
41 struct mutex lock;
42 struct pwm_device *pwm;
43 struct pwm_state pwm_state;
44 struct regulator *reg_en;
45 enum pwm_fan_enable_mode enable_mode;
46 bool regulator_enabled;
47 bool enabled;
49 int tach_count;
50 struct pwm_fan_tach *tachs;
51 ktime_t sample_start;
52 struct timer_list rpm_timer;
76 struct pwm_fan_ctx *ctx = from_timer(ctx, t, rpm_timer); in sample_timer() argument