Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dpwm-fan.c38 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;
[all …]