Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/media/i2c/
Dtvp5150.c863 unsigned int hmax; in tvp5150_s_crop() local
885 hmax = TVP5150_V_MAX_525_60; in tvp5150_s_crop()
887 hmax = TVP5150_V_MAX_OTHERS; in tvp5150_s_crop()
890 hmax - TVP5150_MAX_CROP_TOP - rect.top, in tvp5150_s_crop()
891 hmax - rect.top); in tvp5150_s_crop()
895 rect.top + rect.height - hmax); in tvp5150_s_crop()
/linux-4.4.14/include/media/
Dv4l2-common.h178 unsigned int hmax, unsigned int halign,
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-kthread-cap.c259 unsigned hmax = (img_height * tpg->perc_fill) / 100; in vivid_copy_buffer() local
302 for (y = 0; y < hmax / vdiv; y++, vcapbuf += stride_cap) in vivid_copy_buffer()
323 for (y = 0; y < hmax; y += vdiv, vcapbuf += stride_cap) { in vivid_copy_buffer()
Dvivid-tpg.c1874 unsigned hmax; member
2066 if (h >= params->hmax) { in tpg_fill_plane_pattern()
2067 if (params->hmax == tpg->compose.height) in tpg_fill_plane_pattern()
2205 params.hmax = (tpg->compose.height * tpg->perc_fill) / 100; in tpg_fill_plane_buffer()
/linux-4.4.14/drivers/video/fbdev/sis/
Dsis.h429 u16 hmax; member
Dsis_main.c437 monitor->hmax = buffer[j + 8]; in sisfb_interpret_edid()
454 monitor->hmin = 65535; monitor->hmax = 0; in sisfb_interpret_edid()
461 if(monitor->hmax < sisfb_ddcsmodes[i].h) monitor->hmax = sisfb_ddcsmodes[i].h + 1; in sisfb_interpret_edid()
483 if(monitor->hmax < sisfb_ddcfmodes[j].h) monitor->hmax = sisfb_ddcfmodes[j].h + 1; in sisfb_interpret_edid()
492 if((monitor->hmin <= monitor->hmax) && (monitor->vmin <= monitor->vmax)) { in sisfb_interpret_edid()
539 monitor->hmin, monitor->hmax, monitor->vmin, monitor->vmax, in sisfb_handle_ddc()
601 if(hsync > (monitor->hmax + 1)) in sisfb_verify_rate()
/linux-4.4.14/drivers/video/fbdev/
Datafb.c2968 int vmin, vmax, hmin, hmax; in atafb_setup_mcap() local
2991 hmax = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2992 if (hmax <= 0 || hmax <= hmin) in atafb_setup_mcap()
2998 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()
/linux-4.4.14/drivers/media/platform/s5p-jpeg/
Djpeg-core.c1390 u32 *h, unsigned int hmin, unsigned int hmax, in jpeg_bound_align_image() argument
1411 hmax = height; in jpeg_bound_align_image()
1415 v4l_bound_align_image(w, wmin, wmax, walign, h, hmin, hmax, halign, 0); in jpeg_bound_align_image()
1419 if (*h < height && (*h + h_step) < hmax) in jpeg_bound_align_image()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_edid.c1971 int hsync, hmin, hmax; in mode_in_hsync_range() local
1976 hmax = t[8]; in mode_in_hsync_range()
1978 hmax += ((t[4] & 0x08) ? 255 : 0); in mode_in_hsync_range()
1981 return (hsync <= hmax && hsync >= hmin); in mode_in_hsync_range()
/linux-4.4.14/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