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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dadm1026.c255 u8 auto_pwm_min; member in struct:pwm_data
426 * value for pwm1.auto_pwm_min to its maximum
428 * without first setting a value for pwm1.auto_pwm_min
431 data->pwm1.auto_pwm_min=255;
669 data->pwm1.auto_pwm_min =
1391 return sprintf(buf, "%d\n", data->pwm1.auto_pwm_min);
1401 data->pwm1.auto_pwm_min = SENSORS_LIMIT(val, 0, 255);
1404 PWM_MIN_TO_REG(data->pwm1.auto_pwm_min));
1437 PWM_MIN_TO_REG(data->pwm1.auto_pwm_min));

Completed in 43 milliseconds