/linux/drivers/video/fbdev/core/ |
H A D | fbmon.c | 707 specs->hfmax = H_MAX_RATE * 1000; in fb_get_monitor_limits() 755 if (specs->hfmax == 0 || specs->hfmax < hscan) in fb_get_monitor_limits() 756 specs->hfmax = hscan; in fb_get_monitor_limits() 771 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 1231 if (!info || !info->monspecs.hfmax || !info->monspecs.vfmax || in fb_get_mode() 1233 info->monspecs.hfmax < info->monspecs.hfmin || in fb_get_mode() 1236 hfmin = 29000; hfmax = 30000; in fb_get_mode() 1241 hfmax = info->monspecs.hfmax; in fb_get_mode() 1261 timings->hfreq = hfmax; in fb_get_mode() [all …]
|
H A D | modedb.c | 771 info->monspecs.hfmin && info->monspecs.hfmax && in fb_find_mode()
|
/linux/drivers/video/fbdev/ |
H A D | acornfb.c | 60 .hfmax = 15781, 65 .hfmax = 99999, 70 .hfmax = 58608, 75 .hfmax = 70000, 80 .hfmax = 70000, 85 .hfmax = 70000, 431 hs >= monspecs->hfmin && hs <= monspecs->hfmax) ? 0 : -EINVAL; in acornfb_validate_timing() 767 fb_info.monspecs.hfmax = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon() 769 fb_info.monspecs.hfmax = fb_info.monspecs.hfmin; in acornfb_parse_mon() 796 if (fb_info.monspecs.hfmax < fb_info.monspecs.hfmin || in acornfb_parse_mon() [all …]
|
H A D | au1200fb.c | 368 .hfmax = 70000, 396 .hfmax = 70000, 423 .hfmax = 70000, 450 .hfmax = 70000, 477 .hfmax = 70000, 504 .hfmax = 70000, 531 .hfmax = 70000, 561 .hfmax = 20000, 591 .hfmax = 70000, 620 .hfmax = 70000,
|
H A D | atafb.c | 1248 if (hfreq > fb_info.monspecs.hfmax && mon_type != F_MON_VGA) { in falcon_decode_var() 1255 if (hfreq > fb_info.monspecs.hfmax || hfreq < fb_info.monspecs.hfmin) in falcon_decode_var() 1738 fb_info.monspecs.hfmax = 35715; in falcon_detect() 1746 fb_info.monspecs.hfmax = 15755; in falcon_detect() 2907 fb_info.monspecs.hfmax = hmax; in atafb_setup_mcap() 3057 fb_info.monspecs.hfmax = 32000; in atafb_probe()
|
H A D | pvr2fb.c | 881 fb_info->monspecs.hfmax = 70000; in pvr2fb_dc_init() 887 fb_info->monspecs.hfmax = 15781; in pvr2fb_dc_init()
|
H A D | hgafb.c | 591 info->monspecs.hfmax = 0; in hgafb_probe()
|
H A D | uvesafb.c | 659 if (info->monspecs.vfmax && info->monspecs.hfmax) { in uvesafb_vbe_getedid() 700 info->monspecs.hfmax = maxhf * 1000; in uvesafb_vbe_getmonspecs() 717 (int)(info->monspecs.hfmax / 1000), in uvesafb_vbe_getmonspecs()
|
H A D | sa1100fb.c | 1058 .hfmax = 70000,
|
H A D | i740fb.c | 716 if (info->monspecs.hfmax && info->monspecs.vfmax && in i740fb_check_var()
|
H A D | amifb.c | 3651 info->monspecs.hfmax = amifb_hfmax; in amifb_probe() 3659 info->monspecs.hfmax = 38000; in amifb_probe()
|
H A D | tdfxfb.c | 470 if (info->monspecs.hfmax && info->monspecs.vfmax && in tdfxfb_check_var()
|
/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-osd.c | 319 dev->fb_info.monspecs.hfmax = 70000; in vivid_fb_init_vidmode()
|
/linux/drivers/video/fbdev/i810/ |
H A D | i810_main.c | 1067 |(info->monspecs.hfmax-HFMAX) in i810_check_params() 1736 if (!info->monspecs.hfmax) in i810_init_monspecs() 1737 info->monspecs.hfmax = hsync2; in i810_init_monspecs() 2095 info->monspecs.hfmax/1000, info->monspecs.vfmin, in i810fb_init_pci()
|
/linux/include/linux/ |
H A D | fb.h | 80 __u32 hfmax; /* hfreq upper limit (Hz) */ member
|
/linux/drivers/media/pci/ivtv/ |
H A D | ivtvfb.c | 1060 oi->ivtvfb_info.monspecs.hfmax = 70000; in ivtvfb_init_vidmode()
|
/linux/drivers/video/fbdev/nvidia/ |
H A D | nvidia.c | 820 if (!info->monspecs.hfmax || !info->monspecs.vfmax || in nvidiafb_check_var()
|
/linux/drivers/video/fbdev/riva/ |
H A D | fbdev.c | 1138 if (!info->monspecs.vfmax || !info->monspecs.hfmax || in rivafb_check_var()
|
/linux/drivers/video/fbdev/savage/ |
H A D | savagefb_driver.c | 907 if (!info->monspecs.hfmax || !info->monspecs.vfmax || in savagefb_check_var()
|
/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.c | 1796 minfo->fbcon.monspecs.hfmax = fh; in initMatrox2()
|