emem              142 sound/pci/emu10k1/emu10k1_callback.c 		struct snd_emu10k1_memblk *emem;
emem              143 sound/pci/emu10k1/emu10k1_callback.c 		emem = (struct snd_emu10k1_memblk *)vp->block;
emem              144 sound/pci/emu10k1/emu10k1_callback.c 		if (emem->map_locked > 0)
emem              145 sound/pci/emu10k1/emu10k1_callback.c 			emem->map_locked--;
emem              314 sound/pci/emu10k1/emu10k1_callback.c 	struct snd_emu10k1_memblk *emem;
emem              322 sound/pci/emu10k1/emu10k1_callback.c 	emem = (struct snd_emu10k1_memblk *)vp->block;
emem              323 sound/pci/emu10k1/emu10k1_callback.c 	if (emem == NULL)
emem              325 sound/pci/emu10k1/emu10k1_callback.c 	emem->map_locked++;
emem              326 sound/pci/emu10k1/emu10k1_callback.c 	if (snd_emu10k1_memblk_map(hw, emem) < 0) {
emem              330 sound/pci/emu10k1/emu10k1_callback.c 	mapped_offset = snd_emu10k1_memblk_offset(emem) >> 1;
emem              467 sound/pci/emu10k1/emu10k1_callback.c 	struct snd_emu10k1_memblk *emem;
emem              471 sound/pci/emu10k1/emu10k1_callback.c 	emem = (struct snd_emu10k1_memblk *)vp->block;
emem              472 sound/pci/emu10k1/emu10k1_callback.c 	if (! emem || emem->mapped_page < 0)