target_max        464 drivers/gpu/drm/i915/display/intel_panel.c 		 u32 target_min, u32 target_max)
target_max        469 drivers/gpu/drm/i915/display/intel_panel.c 	WARN_ON(target_min > target_max);
target_max        476 drivers/gpu/drm/i915/display/intel_panel.c 				 target_max - target_min);
target_max        353 drivers/gpu/drm/sti/sti_dvo.c 	int target_max = target + CLK_TOLERANCE_HZ;
target_max        364 drivers/gpu/drm/sti/sti_dvo.c 	if ((result < target_min) || (result > target_max)) {
target_max        608 drivers/gpu/drm/sti/sti_hda.c 	int target_max = target + CLK_TOLERANCE_HZ;
target_max        623 drivers/gpu/drm/sti/sti_hda.c 		if ((result < target_min) || (result > target_max)) {
target_max       1004 drivers/gpu/drm/sti/sti_hdmi.c 	int target_max = target + CLK_TOLERANCE_HZ;
target_max       1016 drivers/gpu/drm/sti/sti_hdmi.c 	if ((result < target_min) || (result > target_max)) {
target_max        476 drivers/gpu/drm/stm/ltdc.c 	int target_max = target + CLK_TOLERANCE_HZ;
target_max        502 drivers/gpu/drm/stm/ltdc.c 	if (result < target_min || result > target_max)
target_max       1118 drivers/regulator/core.c 		int target_min, target_max;
target_max       1145 drivers/regulator/core.c 		target_max = current_uV;
target_max       1149 drivers/regulator/core.c 			target_max = rdev->constraints->min_uV;
target_max       1154 drivers/regulator/core.c 			target_max = rdev->constraints->max_uV;
target_max       1157 drivers/regulator/core.c 		if (target_min != current_uV || target_max != current_uV) {
target_max       1159 drivers/regulator/core.c 				  current_uV, target_min, target_max);
target_max       1161 drivers/regulator/core.c 				rdev, target_min, target_max);
target_max       1165 drivers/regulator/core.c 					target_min, target_max, ret);
target_max        138 include/net/red.h 	u32		target_max;	/* min_th + 0.6*(max_th - min_th) */
target_max        211 include/net/red.h 	p->target_max = qth_min + 3*delta;
target_max        409 include/net/red.h 	if (qavg > p->target_max && p->max_P <= MAX_P_MAX)