Home
last modified time | relevance | path

Searched refs:vcount (Results 1 – 7 of 7) sorted by relevance

/linux/sound/pci/emu10k1/
H A Demufx.c343 uinfo->count = ctl->vcount; in snd_emu10k1_gpr_ctl_info()
355 for (i = 0; i < ctl->vcount; i++) in snd_emu10k1_gpr_ctl_get()
369 for (i = 0; i < ctl->vcount; i++) { in snd_emu10k1_gpr_ctl_put()
393 if ((ctl->count % 5) != 0 || (ctl->count / 5) != ctl->vcount) { in snd_emu10k1_gpr_ctl_put()
398 … snd_emu10k1_ptr_write(emu, emu->gpr_base + ctl->gpr[j * ctl->vcount + i], 0, bass_table[val][j]); in snd_emu10k1_gpr_ctl_put()
401 if ((ctl->count % 5) != 0 || (ctl->count / 5) != ctl->vcount) { in snd_emu10k1_gpr_ctl_put()
406 …snd_emu10k1_ptr_write(emu, emu->gpr_base + ctl->gpr[j * ctl->vcount + i], 0, treble_table[val][j]); in snd_emu10k1_gpr_ctl_put()
906 nctl->vcount = gctl->vcount; in snd_emu10k1_add_controls()
998 gctl->vcount = ctl->vcount; in snd_emu10k1_list_controls()
1161 ctl->vcount = ctl->count = 1; in snd_emu10k1_init_mono_control2()
[all …]
/linux/include/uapi/sound/
H A Demu10k1.h330 unsigned int vcount; /* visible count */ member
343 unsigned int vcount; member
/linux/drivers/video/fbdev/
H A Dcontrolfb.h41 struct preg vcount; /* vertical counter */ member
/linux/include/uapi/linux/
H A Dfb.h327 __u32 vcount; /* current scanline position */ member
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_crtc2.c410 vblank->vcount = mga_inl(0x3C48) & 0x000007FF; in matroxfb_dh_get_vblank()
412 if (vblank->vcount >= m2info->fbcon.var.yres) in matroxfb_dh_get_vblank()
H A Dmatroxfb_base.c853 vblank->vcount = mga_inl(M_VCOUNT); in matroxfb_get_vblank()
861 if (vblank->vcount >= minfo->fbcon.var.yres) in matroxfb_get_vblank()
/linux/drivers/media/pci/ivtv/
H A Divtvfb.c468 vblank.vcount = trace; in ivtvfb_ioctl()