Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hwmon/
Dpwm-fan.c40 struct timer_list rpm_timer; member
74 struct pwm_fan_ctx *ctx = from_timer(ctx, t, rpm_timer); in sample_timer()
92 mod_timer(&ctx->rpm_timer, jiffies + HZ); in sample_timer()
294 del_timer_sync(&ctx->rpm_timer); in pwm_fan_pwm_disable()
359 timer_setup(&ctx->rpm_timer, sample_timer, 0); in pwm_fan_probe()
430 mod_timer(&ctx->rpm_timer, jiffies + HZ); in pwm_fan_probe()