Home
last modified time | relevance | path

Searched refs:hmin (Results 1 – 4 of 4) sorted by relevance

/drivers/video/
Datafb.c2965 int vmin, vmax, hmin, hmax; in atafb_setup_mcap() local
2983 hmin = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2984 if (hmin <= 0) in atafb_setup_mcap()
2989 if (hmax <= 0 || hmax <= hmin) in atafb_setup_mcap()
2994 fb_info.monspecs.hfmin = hmin; in atafb_setup_mcap()
Damifb.c1191 int vmin, vmax, hmin, hmax; in amifb_setup_mcap() local
1210 hmin = 1000 * simple_strtoul(p, NULL, 10); in amifb_setup_mcap()
1211 if (hmin <= 0) in amifb_setup_mcap()
1216 if (hmax <= 0 || hmax <= hmin) in amifb_setup_mcap()
1221 fb_info.monspecs.hfmin = hmin; in amifb_setup_mcap()
/drivers/video/sis/
Dsis.h468 u16 hmin; member
Dsis_main.c439 monitor->hmin = buffer[j + 7]; in sisfb_interpret_edid()
457 monitor->hmin = 65535; monitor->hmax = 0; in sisfb_interpret_edid()
463 if(monitor->hmin > sisfb_ddcsmodes[i].h) monitor->hmin = sisfb_ddcsmodes[i].h; in sisfb_interpret_edid()
485 if(monitor->hmin > sisfb_ddcfmodes[j].h) monitor->hmin = sisfb_ddcfmodes[j].h; 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()
602 if(hsync < (monitor->hmin - 1)) in sisfb_verify_rate()