Home
last modified time | relevance | path

Searched defs:pwm_fan_ctx (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/hwmon/
Dpwm-fan.c31 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;
[all …]