hperiod           156 drivers/gpu/drm/drm_modes.c 	unsigned int vfieldrate, hperiod;
hperiod           243 drivers/gpu/drm/drm_modes.c 		hperiod = tmp1 * 2 / (tmp2 * vfieldrate);
hperiod           245 drivers/gpu/drm/drm_modes.c 		tmp1 = CVT_MIN_VSYNC_BP * HV_FACTOR / hperiod + 1;
hperiod           269 drivers/gpu/drm/drm_modes.c 					hperiod / 1000;
hperiod           302 drivers/gpu/drm/drm_modes.c 		hperiod = tmp1 / (tmp2 * vfieldrate);
hperiod           304 drivers/gpu/drm/drm_modes.c 		vbilines = CVT_RB_MIN_VBLANK * HV_FACTOR / hperiod + 1;
hperiod           322 drivers/gpu/drm/drm_modes.c 	do_div(tmp, hperiod);
hperiod           390 drivers/gpu/drm/drm_modes.c 	unsigned int vtotal_lines, vfieldrate_est, hperiod;
hperiod           462 drivers/gpu/drm/drm_modes.c 	hperiod = 1000000 / (vfieldrate_rqd * vtotal_lines);
hperiod           321 drivers/media/rc/ene_ir.c 	int hperiod = ene_read_reg(dev, ENE_CIRCAR_HPRD);
hperiod           332 drivers/media/rc/ene_ir.c 	dbg("RX: hardware carrier pulse period = %02x", hperiod);
hperiod           335 drivers/media/rc/ene_ir.c 	duty_cycle = (hperiod * 100) / period;
hperiod           822 drivers/video/fbdev/controlfb.c 	unsigned hperiod, hssync, hsblank, hesync, heblank, piped, heq, hlfln,
hperiod           903 drivers/video/fbdev/controlfb.c 	hperiod = ((var->left_margin + par->xres + var->right_margin
hperiod           905 drivers/video/fbdev/controlfb.c 	hssync = hperiod + 1;
hperiod           911 drivers/video/fbdev/controlfb.c 	hlfln = (hperiod+2) >> 1;
hperiod           930 drivers/video/fbdev/controlfb.c 	r->regs[8] = hperiod;
hperiod          1002 drivers/video/fbdev/controlfb.c 	var->hsync_len = (rv->hperiod + 2 - rv->hssync + rv->hesync) << 1;
hperiod            52 drivers/video/fbdev/controlfb.h 	struct preg hperiod;	/* horiz period - 2 */
hperiod            85 drivers/video/fbdev/controlfb.h 	unsigned hperiod;	/* horiz period - 2 */
hperiod            41 drivers/video/fbdev/core/fbcvt.c 	u32 hperiod;
hperiod            96 drivers/video/fbdev/core/fbcvt.c 	u32 h_period_est = cvt->hperiod;
hperiod           143 drivers/video/fbdev/core/fbcvt.c 		vbi_lines = (1000 * FB_CVT_RB_MIN_VBLANK)/cvt->hperiod + 1;
hperiod           148 drivers/video/fbdev/core/fbcvt.c 		vbi_lines = (FB_CVT_MIN_VSYNC_BP * 1000)/cvt->hperiod + 1 +
hperiod           179 drivers/video/fbdev/core/fbcvt.c 		pixclock = (cvt->htotal * 1000000)/cvt->hperiod;
hperiod           361 drivers/video/fbdev/core/fbcvt.c 	cvt.hperiod = fb_cvt_hperiod(&cvt);