Searched defs:pwm_fan_ctx (Results 1 – 1 of 1) sorted by relevance
39 struct pwm_fan_ctx { struct40 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 …]