Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A Df71805f.c133 /* pwm/fan pwmnr from 0 to 2, auto point apnr from 0 to 2 */
135 #define F71805F_REG_PWM_AUTO_POINT_TEMP(pwmnr, apnr) \
136 (0xA0 + 0x10 * (pwmnr) + (2 - (apnr)))
137 #define F71805F_REG_PWM_AUTO_POINT_FAN(pwmnr, apnr) \
139 2 * (2 - (apnr)))
335 int nr, apnr; in f71805f_update_device() local
366 for (apnr = 0; apnr < 3; apnr++) { in f71805f_update_device()
367 data->auto_points[nr].temp[apnr] in f71805f_update_device()
792 int apnr = attr->index; show_pwm_auto_point_temp() local
805 int apnr = attr->index; set_pwm_auto_point_temp() local
829 int apnr = attr->index; show_pwm_auto_point_fan() local
842 int apnr = attr->index; set_pwm_auto_point_fan() local
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Df71805f.c133 /* pwm/fan pwmnr from 0 to 2, auto point apnr from 0 to 2 */
135 #define F71805F_REG_PWM_AUTO_POINT_TEMP(pwmnr, apnr) \
136 (0xA0 + 0x10 * (pwmnr) + (2 - (apnr)))
137 #define F71805F_REG_PWM_AUTO_POINT_FAN(pwmnr, apnr) \
139 2 * (2 - (apnr)))
335 int nr, apnr; in f71805f_update_device() local
366 for (apnr = 0; apnr < 3; apnr++) { in f71805f_update_device()
367 data->auto_points[nr].temp[apnr] in f71805f_update_device()
792 int apnr = attr->index; show_pwm_auto_point_temp() local
805 int apnr = attr->index; set_pwm_auto_point_temp() local
829 int apnr = attr->index; show_pwm_auto_point_fan() local
842 int apnr = attr->index; set_pwm_auto_point_fan() local
[all...]

Completed in 3 milliseconds