Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwmon/
Dpwm-fan.c39 struct pwm_fan_ctx { struct
40 struct device *dev;
42 struct mutex lock;
43 struct pwm_device *pwm;
44 struct pwm_state pwm_state;
45 struct regulator *reg_en;
46 enum pwm_fan_enable_mode enable_mode;
47 bool regulator_enabled;
48 bool enabled;
50 int tach_count;
[all …]