Home
last modified time | relevance | path

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

/linux/drivers/media/v4l2-core/
A Dv4l2-common.c121 u32 *h, unsigned int hmin, unsigned int hmax, in v4l_bound_align_image() argument
125 *h = clamp_align(*h, hmin, hmax, halign); in v4l_bound_align_image()
139 unsigned int hmaxa = __fls(hmax ^ (hmin - 1)); in v4l_bound_align_image()
148 *h = clamp_align(*h, hmin, hmax, halign + 1); in v4l_bound_align_image()
/linux/drivers/media/platform/s3c-camif/
A Dcamif-capture.c714 unsigned int wmin, hmin, sc_hrmax, sc_vrmax; in __camif_video_try_format() local
740 hmin = max_t(u32, 8, crop->height / sc_vrmax); in __camif_video_try_format()
741 hmin = round_up(hmin, 8); in __camif_video_try_format()
745 &pix->height, hmin, pix_lim->max_height, 0, 0); in __camif_video_try_format()
754 pix->width, pix->height, wmin, hmin, sc_hrmax, sc_vrmax); in __camif_video_try_format()
/linux/include/media/
A Dv4l2-common.h387 unsigned int *height, unsigned int hmin,
/linux/drivers/video/fbdev/
A Datafb.c2935 int vmin, vmax, hmin, hmax; in atafb_setup_mcap() local
2953 hmin = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2954 if (hmin <= 0) in atafb_setup_mcap()
2959 if (hmax <= 0 || hmax <= hmin) in atafb_setup_mcap()
2964 fb_info.monspecs.hfmin = hmin; in atafb_setup_mcap()
A Damifb.c2314 int vmin, vmax, hmin, hmax; in amifb_setup_mcap() local
2333 hmin = 1000 * simple_strtoul(p, NULL, 10); in amifb_setup_mcap()
2334 if (hmin <= 0) in amifb_setup_mcap()
2339 if (hmax <= 0 || hmax <= hmin) in amifb_setup_mcap()
2342 amifb_hfmin = hmin; in amifb_setup_mcap()
/linux/drivers/video/fbdev/sis/
A Dsis_main.c473 monitor->hmin = buffer[j + 7]; in sisfb_interpret_edid()
491 monitor->hmin = 65535; monitor->hmax = 0; in sisfb_interpret_edid()
497 if(monitor->hmin > sisfb_ddcsmodes[i].h) monitor->hmin = sisfb_ddcsmodes[i].h; in sisfb_interpret_edid()
519 if(monitor->hmin > sisfb_ddcfmodes[j].h) monitor->hmin = sisfb_ddcfmodes[j].h; in sisfb_interpret_edid()
529 if((monitor->hmin <= monitor->hmax) && (monitor->vmin <= monitor->vmax)) { in sisfb_interpret_edid()
576 monitor->hmin, monitor->hmax, monitor->vmin, monitor->vmax, in sisfb_handle_ddc()
636 if(hsync < (monitor->hmin - 1)) in sisfb_verify_rate()
A Dsis.h494 u16 hmin; member
/linux/drivers/media/platform/mtk-mdp/
A Dmtk_mdp_m2m.c153 u32 *h, unsigned int hmin, in mtk_mdp_bound_align_image() argument
163 v4l_bound_align_image(w, wmin, wmax, walign, h, hmin, hmax, halign, 0); in mtk_mdp_bound_align_image()
/linux/Documentation/m68k/
A Dkernel-options.rst524 :Syntax: monitorcap:<vmin>;<vmax>;<hmin>;<hmax>
531 your monitor can work with, in Hz. <hmin> and <hmax> are the same for
784 :Syntax: monitorcap:<vmin>;<vmax>;<hmin>;<hmax>
790 your monitor can work with, in Hz. <hmin> and <hmax> are the same for
/linux/drivers/gpu/drm/
A Ddrm_edid.c2798 int hsync, hmin, hmax; in mode_in_hsync_range() local
2800 hmin = t[7]; in mode_in_hsync_range()
2802 hmin += ((t[4] & 0x04) ? 255 : 0); in mode_in_hsync_range()
2808 return (hsync <= hmax && hsync >= hmin); in mode_in_hsync_range()
/linux/drivers/media/platform/s5p-jpeg/
A Djpeg-core.c1395 u32 *h, unsigned int hmin, unsigned int hmax, in jpeg_bound_align_image() argument
1420 v4l_bound_align_image(w, wmin, wmax, walign, h, hmin, hmax, halign, 0); in jpeg_bound_align_image()

Completed in 63 milliseconds