Home
last modified time | relevance | path

Searched refs:min_error (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/gma500/
H A Doaktrail_crtc.c133 s32 freq_error, min_error = 100000; in mrst_sdvo_find_best_pll() local
159 if (freq_error < -min_error) { in mrst_sdvo_find_best_pll()
168 if (freq_error < min_error) { in mrst_sdvo_find_best_pll()
169 min_error = freq_error; in mrst_sdvo_find_best_pll()
174 if (min_error == 0) in mrst_sdvo_find_best_pll()
178 return min_error == 0; in mrst_sdvo_find_best_pll()
/linux/drivers/video/fbdev/
H A Dsmscufx.c534 u32 min_error = clk_pixel_pll; in ufx_calc_pll_values() local
587 if (error < min_error) { in ufx_calc_pll_values()
588 min_error = error; in ufx_calc_pll_values()
602 if (min_error == 0) in ufx_calc_pll_values()
/linux/drivers/media/v4l2-core/
H A Dv4l2-common.c169 u32 error, min_error = U32_MAX; in __v4l2_find_nearest_size_conditional() local
184 if (error > min_error) in __v4l2_find_nearest_size_conditional()
187 min_error = error; in __v4l2_find_nearest_size_conditional()