Home
last modified time | relevance | path

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

/openbmc/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;
46 bool regulator_enabled;
47 bool enabled;
49 int tach_count;
51 ktime_t sample_start;
[all …]