/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-common.c | 339 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/drivers/media/i2c/ |
D | tvp5150.c | 857 unsigned int hmax; in tvp5150_s_crop() local 879 hmax = TVP5150_V_MAX_525_60; in tvp5150_s_crop() 881 hmax = TVP5150_V_MAX_OTHERS; in tvp5150_s_crop() 884 hmax - TVP5150_MAX_CROP_TOP - rect.top, in tvp5150_s_crop() 885 hmax - rect.top); in tvp5150_s_crop() 889 rect.top + rect.height - hmax); in tvp5150_s_crop()
|
/linux-4.1.27/include/media/ |
D | v4l2-common.h | 178 unsigned int hmax, unsigned int halign,
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-kthread-cap.c | 259 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()
|
D | vivid-tpg.c | 1684 unsigned hmax; member 1876 if (h >= params->hmax) { in tpg_fill_plane_pattern() 1877 if (params->hmax == tpg->compose.height) in tpg_fill_plane_pattern() 2015 params.hmax = (tpg->compose.height * tpg->perc_fill) / 100; in tpg_fill_plane_buffer()
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
D | sis.h | 429 u16 hmax; member
|
D | sis_main.c | 440 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()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | atafb.c | 2968 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()
|
D | amifb.c | 2312 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.1.27/drivers/media/platform/s5p-jpeg/ |
D | jpeg-core.c | 1135 u32 *h, unsigned int hmin, unsigned int hmax, in jpeg_bound_align_image() argument 1156 hmax = height; in jpeg_bound_align_image() 1160 v4l_bound_align_image(w, wmin, wmax, walign, h, hmin, hmax, halign, 0); in jpeg_bound_align_image() 1164 if (*h < height && (*h + h_step) < hmax) in jpeg_bound_align_image()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_edid.c | 1919 int hsync, hmin, hmax; in mode_in_hsync_range() local 1924 hmax = t[8]; in mode_in_hsync_range() 1926 hmax += ((t[4] & 0x08) ? 255 : 0); in mode_in_hsync_range() 1929 return (hsync <= hmax && hsync >= hmin); in mode_in_hsync_range()
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 502 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
|