Home
last modified time | relevance | path

Searched refs:__set_pwm (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/hwmon/
Dpwm-fan.c95 static int __set_pwm(struct pwm_fan_ctx *ctx, unsigned long pwm) in __set_pwm() function
137 ret = __set_pwm(ctx, val); in pwm_fan_write()
225 ret = __set_pwm(ctx, ctx->pwm_fan_cooling_levels[state]); in pwm_fan_set_cur_state()
354 ret = __set_pwm(ctx, MAX_PWM); in pwm_fan_probe()