Home
last modified time | relevance | path

Searched refs:hmin (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-common.c339 u32 *h, unsigned int hmin, unsigned int hmax, in v4l_bound_align_image() argument
343 *h = clamp_align(*h, hmin, hmax, halign); in v4l_bound_align_image()
357 unsigned int hmaxa = __fls(hmax ^ (hmin - 1)); in v4l_bound_align_image()
366 *h = clamp_align(*h, hmin, hmax, halign + 1); in v4l_bound_align_image()
/linux-4.1.27/include/media/
Dv4l2-common.h177 unsigned int *h, unsigned int hmin,
/linux-4.1.27/drivers/media/platform/s3c-camif/
Dcamif-capture.c736 unsigned int wmin, hmin, sc_hrmax, sc_vrmax; in __camif_video_try_format() local
762 hmin = max_t(u32, 8, crop->height / sc_vrmax); in __camif_video_try_format()
763 hmin = round_up(hmin, 8); in __camif_video_try_format()
767 &pix->height, hmin, pix_lim->max_height, 0, 0); in __camif_video_try_format()
776 pix->width, pix->height, wmin, hmin, sc_hrmax, sc_vrmax); in __camif_video_try_format()
/linux-4.1.27/drivers/video/fbdev/sis/
Dsis.h428 u16 hmin; member
Dsis_main.c439 monitor->hmin = buffer[j + 7]; in sisfb_interpret_edid()
457 monitor->hmin = 65535; monitor->hmax = 0; in sisfb_interpret_edid()
463 if(monitor->hmin > sisfb_ddcsmodes[i].h) monitor->hmin = sisfb_ddcsmodes[i].h; in sisfb_interpret_edid()
485 if(monitor->hmin > sisfb_ddcfmodes[j].h) monitor->hmin = sisfb_ddcfmodes[j].h; 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()
602 if(hsync < (monitor->hmin - 1)) in sisfb_verify_rate()
/linux-4.1.27/drivers/video/fbdev/
Datafb.c2968 int vmin, vmax, hmin, hmax; in atafb_setup_mcap() local
2986 hmin = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2987 if (hmin <= 0) in atafb_setup_mcap()
2992 if (hmax <= 0 || hmax <= hmin) in atafb_setup_mcap()
2997 fb_info.monspecs.hfmin = hmin; in atafb_setup_mcap()
Damifb.c2312 int vmin, vmax, hmin, hmax; in amifb_setup_mcap() local
2331 hmin = 1000 * simple_strtoul(p, NULL, 10); in amifb_setup_mcap()
2332 if (hmin <= 0) in amifb_setup_mcap()
2337 if (hmax <= 0 || hmax <= hmin) in amifb_setup_mcap()
2340 amifb_hfmin = hmin; in amifb_setup_mcap()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_edid.c1919 int hsync, hmin, hmax; in mode_in_hsync_range() local
1921 hmin = t[7]; in mode_in_hsync_range()
1923 hmin += ((t[4] & 0x04) ? 255 : 0); in mode_in_hsync_range()
1929 return (hsync <= hmax && hsync >= hmin); in mode_in_hsync_range()
/linux-4.1.27/Documentation/m68k/
Dkernel-options.txt502 Syntax: monitorcap:<vmin>;<vmax>;<hmin>;<hmax>
509 your monitor can work with, in Hz. <hmin> and <hmax> are the same for
752 Syntax: monitorcap:<vmin>;<vmax>;<hmin>;<hmax>
758 your monitor can work with, in Hz. <hmin> and <hmax> are the same for
/linux-4.1.27/drivers/media/platform/s5p-jpeg/
Djpeg-core.c1135 u32 *h, unsigned int hmin, unsigned int hmax, in jpeg_bound_align_image() argument
1160 v4l_bound_align_image(w, wmin, wmax, walign, h, hmin, hmax, halign, 0); in jpeg_bound_align_image()