Home
last modified time | relevance | path

Searched refs:hfmin (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.4/drivers/video/fbdev/core/
Dfbmon.c705 specs->hfmin = H_MIN_RATE * 1000; in fb_get_monitor_limits()
757 if (specs->hfmin == 0 || specs->hfmin > hscan) in fb_get_monitor_limits()
758 specs->hfmin = hscan; in fb_get_monitor_limits()
770 specs->hfmin/1000, specs->hfmax/1000, specs->vfmin, in fb_get_monitor_limits()
1219 u32 hfmin, hfmax, vfmin, vfmax, dclkmin, dclkmax, err = 0; in fb_get_mode() local
1233 info->monspecs.hfmax < info->monspecs.hfmin || in fb_get_mode()
1236 hfmin = 29000; hfmax = 30000; in fb_get_mode()
1240 hfmin = info->monspecs.hfmin; in fb_get_mode()
1291 timings->hfreq < hfmin || timings->hfreq > hfmax || in fb_get_mode()
1436 u32 hfmin, hfmax, vfmin, vfmax, dclkmin, dclkmax; in fb_validate_mode() local
[all …]
Dmodedb.c762 info->monspecs.hfmin && info->monspecs.hfmax && in fb_find_mode()
/Linux-v5.4/drivers/video/fbdev/
Dacornfb.c60 .hfmin = 15469,
65 .hfmin = 0,
70 .hfmin = 58608,
75 .hfmin = 30000,
80 .hfmin = 30000,
85 .hfmin = 30000,
432 hs >= monspecs->hfmin && hs <= monspecs->hfmax) ? 0 : -EINVAL; in acornfb_validate_timing()
768 fb_info.monspecs.hfmin = simple_strtoul(p, &p, 0); in acornfb_parse_mon()
772 fb_info.monspecs.hfmax = fb_info.monspecs.hfmin; in acornfb_parse_mon()
799 if (fb_info.monspecs.hfmax < fb_info.monspecs.hfmin || in acornfb_parse_mon()
[all …]
Dau1200fb.c367 .hfmin = 30000,
395 .hfmin = 30000,
422 .hfmin = 30000,
449 .hfmin = 30000,
476 .hfmin = 30000,
503 .hfmin = 30000,
530 .hfmin = 30000,
560 .hfmin = 12500,
590 .hfmin = 30000,
619 .hfmin = 30000,
Datafb.c1091 fb_info.monspecs.hfmin < f25.f) in falcon_decode_var()
1094 f32.left) * fb_info.monspecs.hfmin < f32.f) in falcon_decode_var()
1097 fext.left) * fb_info.monspecs.hfmin < fext.f && in falcon_decode_var()
1275 if (hfreq > fb_info.monspecs.hfmax || hfreq < fb_info.monspecs.hfmin) in falcon_decode_var()
1757 fb_info.monspecs.hfmin = 35713; in falcon_detect()
1765 fb_info.monspecs.hfmin = 15620; in falcon_detect()
2973 fb_info.monspecs.hfmin = hmin; in atafb_setup_mcap()
3122 if (fb_info.monspecs.hfmin == 0) { in atafb_probe()
3123 fb_info.monspecs.hfmin = 31000; in atafb_probe()
Dpvr2fb.c862 fb_info->monspecs.hfmin = 30000; in pvr2fb_dc_init()
868 fb_info->monspecs.hfmin = 15469; in pvr2fb_dc_init()
Dhgafb.c576 info->monspecs.hfmin = 0; in hgafb_probe()
Damba-clcd.c509 fb->fb.monspecs.hfmin = 0; in clcdfb_register()
Dsa1100fb.c1070 .hfmin = 30000,
Damifb.c3655 info->monspecs.hfmin = amifb_hfmin; in amifb_probe()
3663 info->monspecs.hfmin = 15000; in amifb_probe()
Duvesafb.c707 info->monspecs.hfmin = 29000; in uvesafb_vbe_getmonspecs()
/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-osd.c322 dev->fb_info.monspecs.hfmin = 8000; in vivid_fb_init_vidmode()
/Linux-v5.4/drivers/video/fbdev/i810/
Di810_main.c1065 int default_sync = (info->monspecs.hfmin-HFMIN) in i810_check_params()
1735 if (!info->monspecs.hfmin) in i810_init_monspecs()
1736 info->monspecs.hfmin = hsync1; in i810_init_monspecs()
1738 info->monspecs.hfmin = hsync2; in i810_init_monspecs()
2087 (int) par->fb.size>>10, info->monspecs.hfmin/1000, in i810fb_init_pci()
/Linux-v5.4/include/linux/
Dfb.h75 __u32 hfmin; /* hfreq lower limit (Hz) */ member
/Linux-v5.4/drivers/media/pci/ivtv/
Divtvfb.c1060 oi->ivtvfb_info.monspecs.hfmin = 8000; in ivtvfb_init_vidmode()
/Linux-v5.4/drivers/video/fbdev/matrox/
Dmatroxfb_base.c1779 minfo->fbcon.monspecs.hfmin = 0; in initMatrox2()