vcount            228 drivers/gpu/drm/mgag200/mgag200_mode.c 	int i, j, tmpcount, vcount;
vcount            381 drivers/gpu/drm/mgag200/mgag200_mode.c 		vcount = RREG8(MGAREG_VCOUNT);
vcount            385 drivers/gpu/drm/mgag200/mgag200_mode.c 			if (tmpcount < vcount)
vcount            386 drivers/gpu/drm/mgag200/mgag200_mode.c 				vcount = 0;
vcount            387 drivers/gpu/drm/mgag200/mgag200_mode.c 			if ((tmpcount - vcount) > 2)
vcount            500 drivers/gpu/drm/mgag200/mgag200_mode.c 	int i, j, tmpcount, vcount;
vcount            607 drivers/gpu/drm/mgag200/mgag200_mode.c 		vcount = RREG8(MGAREG_VCOUNT);
vcount            611 drivers/gpu/drm/mgag200/mgag200_mode.c 			if (tmpcount < vcount)
vcount            612 drivers/gpu/drm/mgag200/mgag200_mode.c 				vcount = 0;
vcount            613 drivers/gpu/drm/mgag200/mgag200_mode.c 			if ((tmpcount - vcount) > 2)
vcount            467 drivers/media/pci/ivtv/ivtvfb.c 			vblank.vcount = trace;
vcount             80 drivers/media/platform/vivid/vivid-osd.c 		vblank.vcount = 0;
vcount            376 drivers/opp/of.c 	int supplies = opp_table->regulator_count, vcount, icount, ret, i, j;
vcount            417 drivers/opp/of.c 	vcount = of_property_count_u32_elems(opp->np, name);
vcount            418 drivers/opp/of.c 	if (vcount < 0) {
vcount            420 drivers/opp/of.c 			__func__, name, vcount);
vcount            421 drivers/opp/of.c 		return vcount;
vcount            425 drivers/opp/of.c 	if (vcount != supplies && vcount != supplies * 3) {
vcount            427 drivers/opp/of.c 			__func__, name, vcount, supplies);
vcount            431 drivers/opp/of.c 	microvolt = kmalloc_array(vcount, sizeof(*microvolt), GFP_KERNEL);
vcount            435 drivers/opp/of.c 	ret = of_property_read_u32_array(opp->np, name, microvolt, vcount);
vcount            491 drivers/opp/of.c 		if (vcount == supplies) {
vcount             23 drivers/staging/greybus/audio_topology.c 	unsigned int vcount;
vcount            182 drivers/staging/greybus/audio_topology.c 	uinfo->count = data->vcount;
vcount            253 drivers/staging/greybus/audio_topology.c 		if (data->vcount == 2)
vcount            260 drivers/staging/greybus/audio_topology.c 		if (data->vcount == 2)
vcount            300 drivers/staging/greybus/audio_topology.c 		if (data->vcount == 2)
vcount            307 drivers/staging/greybus/audio_topology.c 		if (data->vcount == 2)
vcount            373 drivers/staging/greybus/audio_topology.c 	uinfo->count = data->vcount;
vcount            403 drivers/staging/greybus/audio_topology.c 	if (data->vcount == 2)
vcount            453 drivers/staging/greybus/audio_topology.c 	if (data->vcount == 2)
vcount            699 drivers/staging/greybus/audio_topology.c 			ctldata->vcount = ctl->count_values;
vcount            899 drivers/staging/greybus/audio_topology.c 	ctldata->vcount = ctl->count_values;
vcount             41 drivers/video/fbdev/controlfb.h 	struct preg vcount;	/* vertical counter */
vcount            851 drivers/video/fbdev/matrox/matroxfb_base.c 	vblank->vcount = mga_inl(M_VCOUNT);
vcount            859 drivers/video/fbdev/matrox/matroxfb_base.c 	if (vblank->vcount >= minfo->fbcon.var.yres)
vcount            410 drivers/video/fbdev/matrox/matroxfb_crtc2.c 	vblank->vcount = mga_inl(0x3C48) & 0x000007FF;
vcount            412 drivers/video/fbdev/matrox/matroxfb_crtc2.c 	if (vblank->vcount >= m2info->fbcon.var.yres)
vcount            850 drivers/video/fbdev/sis/sis_main.c sisfb_setupvbblankflags(struct sis_video_info *ivideo, u32 *vcount, u32 *hcount)
vcount            855 drivers/video/fbdev/sis/sis_main.c 	(*vcount) = (*hcount) = 0;
vcount            876 drivers/video/fbdev/sis/sis_main.c 		(*vcount) = reg3 | ((reg4 & 0x70) << 4);
vcount            892 drivers/video/fbdev/sis/sis_main.c 		(*vcount) = reg2 | ((reg3 & 0x07) << 8);
vcount           1728 drivers/video/fbdev/sis/sis_main.c 		sisvbblank.flags = sisfb_setupvbblankflags(ivideo, &sisvbblank.vcount, &sisvbblank.hcount);
vcount            487 drivers/video/fbdev/tmiofb.c 	unsigned int vcount = tmio_ioread16(par->lcr + LCR_CDLN);
vcount            490 drivers/video/fbdev/tmiofb.c 	vblank->vcount = vcount;
vcount            494 drivers/video/fbdev/tmiofb.c 	if (vcount < mode->vsync_len)
vcount            497 drivers/video/fbdev/tmiofb.c 	if (vcount < vds || vcount > vds + mode->yres)
vcount           1562 include/sound/emu10k1.h 	unsigned int vcount;
vcount            332 include/uapi/linux/fb.h 	__u32 vcount;			/* current scanline position */
vcount            287 include/uapi/sound/emu10k1.h 	unsigned int vcount;		/* visible count */
vcount            300 include/uapi/sound/emu10k1.h 	unsigned int vcount;
vcount            313 sound/pci/emu10k1/emufx.c 	uinfo->count = ctl->vcount;
vcount            328 sound/pci/emu10k1/emufx.c 	for (i = 0; i < ctl->vcount; i++)
vcount            345 sound/pci/emu10k1/emufx.c 	for (i = 0; i < ctl->vcount; i++) {
vcount            362 sound/pci/emu10k1/emufx.c 			if ((ctl->count % 5) != 0 || (ctl->count / 5) != ctl->vcount) {
vcount            367 sound/pci/emu10k1/emufx.c 				snd_emu10k1_ptr_write(emu, emu->gpr_base + ctl->gpr[j * ctl->vcount + i], 0, bass_table[val][j]);
vcount            370 sound/pci/emu10k1/emufx.c 			if ((ctl->count % 5) != 0 || (ctl->count / 5) != ctl->vcount) {
vcount            375 sound/pci/emu10k1/emufx.c 				snd_emu10k1_ptr_write(emu, emu->gpr_base + ctl->gpr[j * ctl->vcount + i], 0, treble_table[val][j]);
vcount            830 sound/pci/emu10k1/emufx.c 		nctl->vcount = gctl->vcount;
vcount            923 sound/pci/emu10k1/emufx.c 			gctl->vcount = ctl->vcount;
vcount           1098 sound/pci/emu10k1/emufx.c 	ctl->vcount = ctl->count = 1;
vcount           1119 sound/pci/emu10k1/emufx.c 	ctl->vcount = ctl->count = 2;
vcount           1141 sound/pci/emu10k1/emufx.c 	ctl->vcount = ctl->count = 1;
vcount           1154 sound/pci/emu10k1/emufx.c 	ctl->vcount = ctl->count = 2;
vcount           1471 sound/pci/emu10k1/emufx.c 	ctl->vcount = 2;
vcount           1480 sound/pci/emu10k1/emufx.c 	ctl->vcount = 2;
vcount           2191 sound/pci/emu10k1/emufx.c 	ctl->vcount = 2;
vcount           2201 sound/pci/emu10k1/emufx.c 	ctl->vcount = 2;