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