Searched refs:vcount (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/video/fbdev/
H A Dcontrolfb.h41 struct preg vcount; /* vertical counter */ member in struct:control_regs
/linux-master/drivers/gpu/drm/mgag200/
H A Dmgag200_g200wb.c102 int i, j, tmpcount, vcount; local
193 vcount = RREG8(MGAREG_VCOUNT);
197 if (tmpcount < vcount)
198 vcount = 0;
199 if ((tmpcount - vcount) > 2)
H A Dmgag200_g200eh.c102 int i, j, tmpcount, vcount; local
151 vcount = RREG8(MGAREG_VCOUNT);
155 if (tmpcount < vcount)
156 vcount = 0;
157 if ((tmpcount - vcount) > 2)
/linux-master/drivers/staging/greybus/
H A Daudio_topology.c23 unsigned int vcount; member in struct:gbaudio_ctl_pvt
186 uinfo->count = data->vcount;
257 if (data->vcount == 2)
264 if (data->vcount == 2)
304 if (data->vcount == 2)
311 if (data->vcount == 2)
373 uinfo->count = data->vcount;
401 if (data->vcount == 2)
451 if (data->vcount == 2)
697 ctldata->vcount
[all...]
/linux-master/include/uapi/sound/
H A Demu10k1.h330 unsigned int vcount; /* visible count */ member in struct:snd_emu10k1_fx8010_control_gpr
343 unsigned int vcount; member in struct:snd_emu10k1_fx8010_control_old_gpr
/linux-master/sound/pci/emu10k1/
H A Demufx.c342 uinfo->count = ctl->vcount;
354 for (i = 0; i < ctl->vcount; i++)
368 for (i = 0; i < ctl->vcount; i++) {
392 if ((ctl->count % 5) != 0 || (ctl->count / 5) != ctl->vcount) {
397 snd_emu10k1_ptr_write(emu, emu->gpr_base + ctl->gpr[j * ctl->vcount + i], 0, bass_table[val][j]);
400 if ((ctl->count % 5) != 0 || (ctl->count / 5) != ctl->vcount) {
405 snd_emu10k1_ptr_write(emu, emu->gpr_base + ctl->gpr[j * ctl->vcount + i], 0, treble_table[val][j]);
910 nctl->vcount = gctl->vcount;
1002 gctl->vcount
[all...]
/linux-master/include/uapi/linux/
H A Dfb.h319 #define FB_VBLANK_HAVE_VCOUNT 0x020 /* the vcount field is valid */
327 __u32 vcount; /* current scanline position */ member in struct:fb_vblank
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-osd.c80 vblank.vcount = 0;
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_crtc2.c410 vblank->vcount = mga_inl(0x3C48) & 0x000007FF;
412 if (vblank->vcount >= m2info->fbcon.var.yres)
H A Dmatroxfb_base.c852 vblank->vcount = mga_inl(M_VCOUNT);
860 if (vblank->vcount >= minfo->fbcon.var.yres)
/linux-master/include/sound/
H A Demu10k1.h1555 unsigned int vcount; member in struct:snd_emu10k1_fx8010_ctl
/linux-master/drivers/media/pci/ivtv/
H A Divtvfb.c467 vblank.vcount = trace;
/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c820 sisfb_setupvbblankflags(struct sis_video_info *ivideo, u32 *vcount, u32 *hcount) argument
825 (*vcount) = (*hcount) = 0;
846 (*vcount) = reg3 | ((reg4 & 0x70) << 4);
862 (*vcount) = reg2 | ((reg3 & 0x07) << 8);
1700 sisvbblank.flags = sisfb_setupvbblankflags(ivideo, &sisvbblank.vcount, &sisvbblank.hcount);

Completed in 218 milliseconds