hfmax            1061 drivers/media/pci/ivtv/ivtvfb.c 	oi->ivtvfb_info.monspecs.hfmax = 70000;
hfmax             323 drivers/media/platform/vivid/vivid-osd.c 	dev->fb_info.monspecs.hfmax = 70000;
hfmax              61 drivers/video/fbdev/acornfb.c 		.hfmax	= 15781,
hfmax              66 drivers/video/fbdev/acornfb.c 		.hfmax	= 99999,
hfmax              71 drivers/video/fbdev/acornfb.c 		.hfmax	= 58608,
hfmax              76 drivers/video/fbdev/acornfb.c 		.hfmax	= 70000,
hfmax              81 drivers/video/fbdev/acornfb.c 		.hfmax	= 70000,
hfmax              86 drivers/video/fbdev/acornfb.c 		.hfmax	= 70000,
hfmax             432 drivers/video/fbdev/acornfb.c 		hs >= monspecs->hfmin && hs <= monspecs->hfmax) ? 0 : -EINVAL;
hfmax             770 drivers/video/fbdev/acornfb.c 		fb_info.monspecs.hfmax = simple_strtoul(p + 1, &p, 0);
hfmax             772 drivers/video/fbdev/acornfb.c 		fb_info.monspecs.hfmax = fb_info.monspecs.hfmin;
hfmax             799 drivers/video/fbdev/acornfb.c 	if (fb_info.monspecs.hfmax < fb_info.monspecs.hfmin ||
hfmax             999 drivers/video/fbdev/acornfb.c 		    hs                <= fb_info.monspecs.hfmax) {
hfmax            1111 drivers/video/fbdev/acornfb.c 		fb_info.monspecs.hfmax / 1000, fb_info.monspecs.hfmax % 1000,
hfmax             510 drivers/video/fbdev/amba-clcd.c 	fb->fb.monspecs.hfmax   = 100000;
hfmax            3656 drivers/video/fbdev/amifb.c 		info->monspecs.hfmax = amifb_hfmax;
hfmax            3664 drivers/video/fbdev/amifb.c 		info->monspecs.hfmax = 38000;
hfmax            1268 drivers/video/fbdev/atafb.c 	if (hfreq > fb_info.monspecs.hfmax && mon_type != F_MON_VGA) {
hfmax            1275 drivers/video/fbdev/atafb.c 	if (hfreq > fb_info.monspecs.hfmax || hfreq < fb_info.monspecs.hfmin)
hfmax            1758 drivers/video/fbdev/atafb.c 		fb_info.monspecs.hfmax = 35715;
hfmax            1766 drivers/video/fbdev/atafb.c 		fb_info.monspecs.hfmax = 15755;
hfmax            2974 drivers/video/fbdev/atafb.c 	fb_info.monspecs.hfmax = hmax;
hfmax            3124 drivers/video/fbdev/atafb.c 		fb_info.monspecs.hfmax = 32000;
hfmax             368 drivers/video/fbdev/au1200fb.c 			.hfmax = 70000,
hfmax             396 drivers/video/fbdev/au1200fb.c 			.hfmax = 70000,
hfmax             423 drivers/video/fbdev/au1200fb.c 			.hfmax = 70000,
hfmax             450 drivers/video/fbdev/au1200fb.c 			.hfmax = 70000,
hfmax             477 drivers/video/fbdev/au1200fb.c 			.hfmax = 70000,
hfmax             504 drivers/video/fbdev/au1200fb.c 			.hfmax = 70000,
hfmax             531 drivers/video/fbdev/au1200fb.c 			.hfmax = 70000,
hfmax             561 drivers/video/fbdev/au1200fb.c 			.hfmax = 20000,
hfmax             591 drivers/video/fbdev/au1200fb.c 			.hfmax = 70000,
hfmax             620 drivers/video/fbdev/au1200fb.c 			.hfmax = 70000,
hfmax             706 drivers/video/fbdev/core/fbmon.c 			specs->hfmax = H_MAX_RATE * 1000;
hfmax             754 drivers/video/fbdev/core/fbmon.c 			if (specs->hfmax == 0 || specs->hfmax < hscan)
hfmax             755 drivers/video/fbdev/core/fbmon.c 				specs->hfmax = hscan;
hfmax             770 drivers/video/fbdev/core/fbmon.c 		specs->hfmin/1000, specs->hfmax/1000, specs->vfmin,
hfmax            1219 drivers/video/fbdev/core/fbmon.c 	u32 hfmin, hfmax, vfmin, vfmax, dclkmin, dclkmax, err = 0;
hfmax            1231 drivers/video/fbdev/core/fbmon.c 	if (!info || !info->monspecs.hfmax || !info->monspecs.vfmax ||
hfmax            1233 drivers/video/fbdev/core/fbmon.c 	    info->monspecs.hfmax < info->monspecs.hfmin ||
hfmax            1236 drivers/video/fbdev/core/fbmon.c 		hfmin = 29000; hfmax = 30000;
hfmax            1241 drivers/video/fbdev/core/fbmon.c 		hfmax = info->monspecs.hfmax;
hfmax            1261 drivers/video/fbdev/core/fbmon.c 		timings->hfreq = hfmax;
hfmax            1291 drivers/video/fbdev/core/fbmon.c 	     timings->hfreq < hfmin || timings->hfreq > hfmax ||
hfmax            1436 drivers/video/fbdev/core/fbmon.c 	u32 hfmin, hfmax, vfmin, vfmax, dclkmin, dclkmax;
hfmax            1442 drivers/video/fbdev/core/fbmon.c 	if (!info->monspecs.hfmax || !info->monspecs.vfmax ||
hfmax            1444 drivers/video/fbdev/core/fbmon.c 	    info->monspecs.hfmax < info->monspecs.hfmin ||
hfmax            1447 drivers/video/fbdev/core/fbmon.c 		hfmin = 29000; hfmax = 30000;
hfmax            1452 drivers/video/fbdev/core/fbmon.c 		hfmax = info->monspecs.hfmax;
hfmax            1479 drivers/video/fbdev/core/fbmon.c 		hfreq < hfmin || hfreq > hfmax ||
hfmax             762 drivers/video/fbdev/core/modedb.c 			    info->monspecs.hfmin && info->monspecs.hfmax &&
hfmax             577 drivers/video/fbdev/hgafb.c 	info->monspecs.hfmax = 0;
hfmax             708 drivers/video/fbdev/i740fb.c 	if (info->monspecs.hfmax && info->monspecs.vfmax &&
hfmax            1066 drivers/video/fbdev/i810/i810_main.c 				|(info->monspecs.hfmax-HFMAX)
hfmax            1733 drivers/video/fbdev/i810/i810_main.c 	if (!info->monspecs.hfmax)
hfmax            1734 drivers/video/fbdev/i810/i810_main.c 		info->monspecs.hfmax = hsync2;
hfmax            2088 drivers/video/fbdev/i810/i810_main.c 	       info->monspecs.hfmax/1000, info->monspecs.vfmin,
hfmax            1780 drivers/video/fbdev/matrox/matroxfb_base.c 	minfo->fbcon.monspecs.hfmax = fh;
hfmax             820 drivers/video/fbdev/nvidia/nvidia.c 	if (!info->monspecs.hfmax || !info->monspecs.vfmax ||
hfmax             863 drivers/video/fbdev/pvr2fb.c 		fb_info->monspecs.hfmax = 70000;
hfmax             869 drivers/video/fbdev/pvr2fb.c 		fb_info->monspecs.hfmax = 15781;
hfmax            1144 drivers/video/fbdev/riva/fbdev.c 		if (!info->monspecs.vfmax || !info->monspecs.hfmax ||
hfmax            1071 drivers/video/fbdev/sa1100fb.c 	.hfmax	= 70000,
hfmax             904 drivers/video/fbdev/savage/savagefb_driver.c 	if (!info->monspecs.hfmax || !info->monspecs.vfmax ||
hfmax             471 drivers/video/fbdev/tdfxfb.c 	if (info->monspecs.hfmax && info->monspecs.vfmax &&
hfmax             657 drivers/video/fbdev/uvesafb.c 		if (info->monspecs.vfmax && info->monspecs.hfmax) {
hfmax             698 drivers/video/fbdev/uvesafb.c 		info->monspecs.hfmax = maxhf * 1000;
hfmax             715 drivers/video/fbdev/uvesafb.c 			(int)(info->monspecs.hfmax / 1000),
hfmax              76 include/linux/fb.h 	__u32 hfmax;			/* hfreq upper limit (Hz) */