Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dfbmon.c65 if (hpicos*monspecs->hfmin > _1e12 || hpicos*monspecs->hfmax < _1e12 || in fbmon_valid_timings()
Dacornfb.c689 hs >= monspecs->hfmin && hs <= monspecs->hfmax) ? 0 : -EINVAL; in acornfb_validate_timing()
1402 fb_info.monspecs.hfmax = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon()
1404 fb_info.monspecs.hfmax = fb_info.monspecs.hfmin; in acornfb_parse_mon()
1431 if (fb_info.monspecs.hfmax < fb_info.monspecs.hfmin || in acornfb_parse_mon()
1629 hs <= fb_info.monspecs.hfmax) { in acornfb_init()
1760 fb_info.monspecs.hfmax / 1000, fb_info.monspecs.hfmax % 1000, in acornfb_init()
Datafb.c1209 if (hfreq > fb_info.monspecs.hfmax && mon_type!=F_MON_VGA) { in falcon_decode_var()
1216 if (hfreq > fb_info.monspecs.hfmax || hfreq < fb_info.monspecs.hfmin) in falcon_decode_var()
1725 fb_info.monspecs.hfmax = 35715; in falcon_detect()
1733 fb_info.monspecs.hfmax = 15755; in falcon_detect()
2782 fb_info.monspecs.hfmax = 32000; in atafb_init()
3108 fb_info.monspecs.hfmax = hmax; in atafb_setup()
Dhgafb.c751 fb_info.monspecs.hfmax = 0; in hgafb_init()
Dpvr2fb.c1016 fb_info.monspecs.hfmax = 70000; in pvr2fb_init()
1022 fb_info.monspecs.hfmax = 15781; in pvr2fb_init()
Damifb.c1250 fb_info.monspecs.hfmax = hmax; in amifb_setup()
1712 fb_info.monspecs.hfmax = 38000; in amifb_init()
/linux-2.4.37.9/include/linux/
Dfb.h236 __u32 hfmax; /* hfreq upper limit (Hz) */ member
/linux-2.4.37.9/drivers/video/matrox/
Dmatroxfb_base.c2084 ACCESS_FBINFO(fbcon.monspecs.hfmax) = fh; in initMatrox2()