Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/v4l2-core/
H 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-6.15/drivers/media/platform/mediatek/mdp3/
H A Dmdp_cfg_data.c1260 .hmin = 16,
1266 .hmin = 2,
1279 .hmin = 64,
1285 .hmin = 64,
H A Dmtk-mdp3-regs.h268 u32 hmin; member
H A Dmtk-mdp3-regs.c169 s.min_height = pix_limit->hmin; in mdp_try_fmt_mplane()
H A Dmtk-mdp3-m2m.c618 default_format.fmt.pix_mp.height = limit->out_limit.hmin; in mdp_m2m_open()
/linux-6.15/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-capture.c712 unsigned int wmin, hmin, sc_hrmax, sc_vrmax; in __camif_video_try_format() local
738 hmin = max_t(u32, 8, crop->height / sc_vrmax); in __camif_video_try_format()
739 hmin = round_up(hmin, 8); in __camif_video_try_format()
743 &pix->height, hmin, pix_lim->max_height, 0, 0); in __camif_video_try_format()
752 pix->width, pix->height, wmin, hmin, sc_hrmax, sc_vrmax); in __camif_video_try_format()
/linux-6.15/include/media/
H A Dv4l2-common.h388 unsigned int *height, unsigned int hmin,
/linux-6.15/drivers/video/fbdev/
H A Datafb.c2877 int vmin, vmax, hmin, hmax; in atafb_setup_mcap() local
2895 hmin = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2896 if (hmin <= 0) in atafb_setup_mcap()
2901 if (hmax <= 0 || hmax <= hmin) in atafb_setup_mcap()
2906 fb_info.monspecs.hfmin = hmin; in atafb_setup_mcap()
H 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-6.15/drivers/video/fbdev/sis/
H A Dsis_main.c443 monitor->hmin = buffer[j + 7]; in sisfb_interpret_edid()
461 monitor->hmin = 65535; monitor->hmax = 0; in sisfb_interpret_edid()
467 if(monitor->hmin > sisfb_ddcsmodes[i].h) monitor->hmin = sisfb_ddcsmodes[i].h; in sisfb_interpret_edid()
489 if(monitor->hmin > sisfb_ddcfmodes[j].h) monitor->hmin = sisfb_ddcfmodes[j].h; in sisfb_interpret_edid()
499 if((monitor->hmin <= monitor->hmax) && (monitor->vmin <= monitor->vmax)) { in sisfb_interpret_edid()
546 monitor->hmin, monitor->hmax, monitor->vmin, monitor->vmax, in sisfb_handle_ddc()
606 if(hsync < (monitor->hmin - 1)) in sisfb_verify_rate()
H A Dsis.h494 u16 hmin; member
/linux-6.15/drivers/media/platform/mediatek/mdp/
H 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-6.15/Documentation/arch/m68k/
H 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-6.15/drivers/gpu/drm/
H A Ddrm_edid.c3587 int hsync, hmin, hmax; in mode_in_hsync_range() local
3589 hmin = t[7]; in mode_in_hsync_range()
3591 hmin += ((t[4] & 0x04) ? 255 : 0); in mode_in_hsync_range()
3597 return (hsync <= hmax && hsync >= hmin); in mode_in_hsync_range()
/linux-6.15/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c1398 u32 *h, unsigned int hmin, unsigned int hmax, in jpeg_bound_align_image() argument
1423 v4l_bound_align_image(w, wmin, wmax, walign, h, hmin, hmax, halign, 0); in jpeg_bound_align_image()