Lines Matching refs:mlxreg_fan
57 struct mlxreg_fan;
86 struct mlxreg_fan *fan;
105 struct mlxreg_fan { struct
123 struct mlxreg_fan *fan = dev_get_drvdata(dev); in mlxreg_fan_read() argument
208 struct mlxreg_fan *fan = dev_get_drvdata(dev); in mlxreg_fan_write()
250 if (!(((struct mlxreg_fan *)data)->tacho[channel].connected)) in mlxreg_fan_is_visible()
263 if (!(((struct mlxreg_fan *)data)->pwm[channel].connected)) in mlxreg_fan_is_visible()
335 struct mlxreg_fan *fan = pwm->fan; in mlxreg_fan_get_cur_state()
355 struct mlxreg_fan *fan = pwm->fan; in mlxreg_fan_set_cur_state()
380 static int mlxreg_fan_connect_verify(struct mlxreg_fan *fan, in mlxreg_fan_connect_verify()
396 static int mlxreg_pwm_connect_verify(struct mlxreg_fan *fan, in mlxreg_pwm_connect_verify()
412 static int mlxreg_fan_speed_divider_get(struct mlxreg_fan *fan, in mlxreg_fan_speed_divider_get()
437 static int mlxreg_fan_config(struct mlxreg_fan *fan, in mlxreg_fan_config()
544 static int mlxreg_fan_cooling_config(struct device *dev, struct mlxreg_fan *fan) in mlxreg_fan_cooling_config()
572 struct mlxreg_fan *fan; in mlxreg_fan_probe()