Home
last modified time | relevance | path

Searched refs:vmin (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/include/linux/
Dcdk.h221 unsigned short vmin; member
Dlibata.h426 #define FIT(v,vmin,vmax) max_t(short,min_t(short,v,vmax),vmin) argument
/linux-2.4.37.9/drivers/video/sis/
Dsis.h345 u16 vmin; member
Dsis_main.c414 monitor->vmin = buffer[j + 5]; in sisfb_interpret_edid()
431 monitor->vmin = 65535; monitor->vmax = 0; in sisfb_interpret_edid()
438 if(monitor->vmin > sisfb_ddcsmodes[i].v) monitor->vmin = sisfb_ddcsmodes[i].v; in sisfb_interpret_edid()
460 if(monitor->vmin > sisfb_ddcsmodes[j].v) monitor->vmin = sisfb_ddcsmodes[j].v; in sisfb_interpret_edid()
468 if((monitor->hmin <= monitor->hmax) && (monitor->vmin <= monitor->vmax)) { in sisfb_interpret_edid()
514 monitor->hmin, monitor->hmax, monitor->vmin, monitor->vmax, in sisfb_handle_ddc()
539 if(rate < (monitor->vmin - 1)) return FALSE; in sisfb_verify_rate()
/linux-2.4.37.9/drivers/video/
Datafb.c3086 int vmin, vmax, hmin, hmax; in atafb_setup() local
3093 vmin = simple_strtoul(p, NULL, 10); in atafb_setup()
3094 if (vmin <= 0) goto cap_invalid; in atafb_setup()
3097 if (vmax <= 0 || vmax <= vmin) goto cap_invalid; in atafb_setup()
3105 fb_info.monspecs.vfmin = vmin; in atafb_setup()
Damifb.c1219 int vmin, vmax, hmin, hmax; in amifb_setup() local
1228 vmin = simple_strtoul(p, NULL, 10); in amifb_setup()
1229 if (vmin <= 0) in amifb_setup()
1234 if (vmax <= 0 || vmax <= vmin) in amifb_setup()
1247 fb_info.monspecs.vfmin = vmin; in amifb_setup()
/linux-2.4.37.9/Documentation/m68k/
Dkernel-options.txt497 Syntax: monitorcap:<vmin>;<vmax>;<hmin>;<hmax>
503 <vmin> and <vmax> are the minimum and maximum, resp., vertical frequencies
769 Syntax: monitorcap:<vmin>;<vmax>;<hmin>;<hmax>
774 <vmin> and <vmax> are the minimum and maximum, resp., vertical frequencies
/linux-2.4.37.9/drivers/char/
Distallion.c3288 pp->vmin = (portp->pflag & P_RXIMIN) ? 1 : 0; in stli_mkasyport()