Searched refs:hmin (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/media/platform/mediatek/mdp3/ |
| H A D | mdp_cfg_data.c | 1260 .hmin = 16, 1266 .hmin = 2, 1279 .hmin = 64, 1285 .hmin = 64,
|
| H A D | mtk-mdp3-regs.h | 268 u32 hmin; member
|
| /linux/drivers/video/fbdev/ |
| H A D | atafb.c | 2877 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 D | amifb.c | 2314 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/Documentation/arch/m68k/ |
| H A D | kernel-options.rst | 524 :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
|