Home
last modified time | relevance | path

Searched refs:tachs (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/hwmon/
H A Dpwm-fan.c50 struct pwm_fan_tach *tachs; member
82 struct pwm_fan_tach *tach = &ctx->tachs[i]; in sample_timer()
338 *val = ctx->tachs[channel].rpm; in pwm_fan_read()
553 ctx->tachs = devm_kcalloc(dev, ctx->tach_count, in pwm_fan_probe()
556 if (!ctx->tachs) in pwm_fan_probe()
575 struct pwm_fan_tach *tach = &ctx->tachs[i]; in pwm_fan_probe()

Completed in 1 milliseconds