pwm_auto_point_hyst  287 drivers/hwmon/f71882fg.c 	u8	pwm_auto_point_hyst[2];
pwm_auto_point_hyst 1258 drivers/hwmon/f71882fg.c 		data->pwm_auto_point_hyst[0] =
pwm_auto_point_hyst 1260 drivers/hwmon/f71882fg.c 		data->pwm_auto_point_hyst[1] =
pwm_auto_point_hyst 2027 drivers/hwmon/f71882fg.c 		result = data->pwm_auto_point_hyst[nr / 2] >> 4;
pwm_auto_point_hyst 2029 drivers/hwmon/f71882fg.c 		result = data->pwm_auto_point_hyst[nr / 2] & 0x0f;
pwm_auto_point_hyst 2066 drivers/hwmon/f71882fg.c 	data->pwm_auto_point_hyst[nr / 2] = reg;