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

/linux-4.4.14/include/net/
H A Dred.h137 u32 target_max; /* min_th + 0.6*(max_th - min_th) */ member in struct:red_parms
199 p->target_max = qth_min + 3*delta; red_set_parms()
397 if (qavg > p->target_max && p->max_P <= MAX_P_MAX) red_adaptative_algo()
/linux-4.4.14/drivers/gpu/drm/sti/
H A Dsti_dvo.c304 int target_max = target + CLK_TOLERANCE_HZ; sti_dvo_connector_mode_valid() local
315 if ((result < target_min) || (result > target_max)) { sti_dvo_connector_mode_valid()
H A Dsti_hda.c558 int target_max = target + CLK_TOLERANCE_HZ; sti_hda_connector_mode_valid() local
573 if ((result < target_min) || (result > target_max)) { sti_hda_connector_mode_valid()
H A Dsti_hdmi.c602 int target_max = target + CLK_TOLERANCE_HZ; sti_hdmi_connector_mode_valid() local
614 if ((result < target_min) || (result > target_max)) { sti_hdmi_connector_mode_valid()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_panel.c405 * [@target_min..@target_max].
409 uint32_t target_min, uint32_t target_max) scale()
414 WARN_ON(target_min > target_max); scale()
421 (target_max - target_min), source_max - source_min); scale()
407 scale(uint32_t source_val, uint32_t source_min, uint32_t source_max, uint32_t target_min, uint32_t target_max) scale() argument

Completed in 209 milliseconds