Home
last modified time | relevance | path

Searched refs:hmax (Results 1 – 9 of 9) sorted by relevance

/drivers/media/i2c/
Dtvp5150.c873 int hmax; in tvp5150_s_crop() local
895 hmax = TVP5150_V_MAX_525_60; in tvp5150_s_crop()
897 hmax = TVP5150_V_MAX_OTHERS; in tvp5150_s_crop()
900 hmax - TVP5150_MAX_CROP_TOP - rect.top, in tvp5150_s_crop()
901 hmax - rect.top); in tvp5150_s_crop()
905 rect.top + rect.height - hmax); in tvp5150_s_crop()
/drivers/media/v4l2-core/
Dv4l2-common.c517 u32 *h, unsigned int hmin, unsigned int hmax, in v4l_bound_align_image() argument
521 *h = clamp_align(*h, hmin, hmax, halign); in v4l_bound_align_image()
535 unsigned int hmaxa = __fls(hmax ^ (hmin - 1)); in v4l_bound_align_image()
544 *h = clamp_align(*h, hmin, hmax, halign + 1); in v4l_bound_align_image()
/drivers/media/platform/s5p-jpeg/
Djpeg-core.c645 u32 *h, unsigned int hmin, unsigned int hmax, in jpeg_bound_align_image() argument
655 v4l_bound_align_image(w, wmin, wmax, walign, h, hmin, hmax, halign, 0); in jpeg_bound_align_image()
659 if (*h < height && (*h + h_step) < hmax) in jpeg_bound_align_image()
/drivers/video/sis/
Dsis.h429 u16 hmax; member
Dsis_main.c440 monitor->hmax = buffer[j + 8]; in sisfb_interpret_edid()
457 monitor->hmin = 65535; monitor->hmax = 0; in sisfb_interpret_edid()
464 if(monitor->hmax < sisfb_ddcsmodes[i].h) monitor->hmax = sisfb_ddcsmodes[i].h + 1; in sisfb_interpret_edid()
486 if(monitor->hmax < sisfb_ddcfmodes[j].h) monitor->hmax = sisfb_ddcfmodes[j].h + 1; in sisfb_interpret_edid()
495 if((monitor->hmin <= monitor->hmax) && (monitor->vmin <= monitor->vmax)) { in sisfb_interpret_edid()
542 monitor->hmin, monitor->hmax, monitor->vmin, monitor->vmax, in sisfb_handle_ddc()
604 if(hsync > (monitor->hmax + 1)) in sisfb_verify_rate()
/drivers/gpu/drm/
Ddrm_edid.c1792 int hsync, hmin, hmax; in mode_in_hsync_range() local
1797 hmax = t[8]; in mode_in_hsync_range()
1799 hmax += ((t[4] & 0x08) ? 255 : 0); in mode_in_hsync_range()
1802 return (hsync <= hmax && hsync >= hmin); in mode_in_hsync_range()
/drivers/video/
Datafb.c2965 int vmin, vmax, hmin, hmax; in atafb_setup_mcap() local
2988 hmax = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2989 if (hmax <= 0 || hmax <= hmin) in atafb_setup_mcap()
2995 fb_info.monspecs.hfmax = hmax; in atafb_setup_mcap()
Damifb.c2312 int vmin, vmax, hmin, hmax; in amifb_setup_mcap() local
2336 hmax = 1000 * simple_strtoul(p, NULL, 10); in amifb_setup_mcap()
2337 if (hmax <= 0 || hmax <= hmin) in amifb_setup_mcap()
2341 amifb_hfmax = hmax; in amifb_setup_mcap()
/drivers/media/platform/
Dvivi.c608 int hmax = dev->height; in vivi_fillbuff() local
621 for (h = 0; h < hmax; h++) in vivi_fillbuff()