Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/mdp3/
H A Dmdp_cfg_data.c1262 .hmax = 8176,
1268 .hmax = 8176,
1281 .hmax = 8192,
1287 .hmax = 8192,
H A Dmtk-mdp3-regs.h270 u32 hmax; member
/linux/drivers/media/i2c/
H A Dtvp5150.c1090 unsigned int hmax = tvp5150_get_hmax(sd); in tvp5150_set_hw_selection() local
1094 rect->top + rect->height - hmax); in tvp5150_set_hw_selection()
1113 unsigned int hmax; in tvp5150_set_selection() local
1124 hmax = tvp5150_get_hmax(sd); in tvp5150_set_selection()
1134 hmax - TVP5150_MAX_CROP_TOP - rect->top, in tvp5150_set_selection()
1135 hmax - rect->top, 0, 0); in tvp5150_set_selection()
/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.c154 unsigned int hmax, unsigned int align_h) 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()
169 if (*h < org_h && (*h + step_h) <= hmax) in mtk_mdp_bound_align_image()
/linux/tools/perf/util/
H A Djitdump.c66 #define hmax(a, b) ((a) > (b) ? (a) : (b)) macro
153 bsz = hmax(sizeof(header), sizeof(*prefix)); in jit_open()
/linux/drivers/video/fbdev/
H A Datafb.c2877 int vmin, vmax, hmin, hmax; in atafb_setup_mcap() local
2900 hmax = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2901 if (hmax <= 0 || hmax <= hmin) in atafb_setup_mcap()
2907 fb_info.monspecs.hfmax = hmax; in atafb_setup_mcap()
H A Damifb.c2314 int vmin, vmax, hmin, hmax; in amifb_setup_mcap() local
2338 hmax = 1000 * simple_strtoul(p, NULL, 10); in amifb_setup_mcap()
2339 if (hmax <= 0 || hmax <= hmin) in amifb_setup_mcap()
2343 amifb_hfmax = hmax; in amifb_setup_mcap()
/linux/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c1392 u32 *h, unsigned int hmin, unsigned int hmax, in jpeg_bound_align_image() argument
1413 hmax = height; in jpeg_bound_align_image()
1417 v4l_bound_align_image(w, wmin, wmax, walign, h, hmin, hmax, halign, 0); in jpeg_bound_align_image()
1421 if (*h < height && (*h + h_step) < hmax) in jpeg_bound_align_image()
/linux/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/drivers/gpu/drm/
H A Ddrm_edid.c3611 int hsync, hmin, hmax; in mode_in_hsync_range() local
3616 hmax = t[8]; in mode_in_hsync_range()
3618 hmax += ((t[4] & 0x08) ? 255 : 0); in mode_in_hsync_range()
3621 return (hsync <= hmax && hsync >= hmin); in mode_in_hsync_range()