Symbol: snd_emu10k1_memblk
include/sound/emu10k1.h
1898
int snd_emu10k1_memblk_map(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk);
sound/pci/emu10k1/emu10k1_callback.c
149
struct snd_emu10k1_memblk *emem;
sound/pci/emu10k1/emu10k1_callback.c
150
emem = (struct snd_emu10k1_memblk *)vp->block;
sound/pci/emu10k1/emu10k1_callback.c
318
struct snd_emu10k1_memblk *emem;
sound/pci/emu10k1/emu10k1_callback.c
327
emem = (struct snd_emu10k1_memblk *)vp->block;
sound/pci/emu10k1/emu10k1_callback.c
456
struct snd_emu10k1_memblk *emem;
sound/pci/emu10k1/emu10k1_callback.c
460
emem = (struct snd_emu10k1_memblk *)vp->block;
sound/pci/emu10k1/emu10k1_main.c
1595
emu->memhdr->block_extra_size = sizeof(struct snd_emu10k1_memblk) -
sound/pci/emu10k1/emupcm.c
387
mapped = ((struct snd_emu10k1_memblk *)epcm->memblk)->mapped_page;
sound/pci/emu10k1/memory.c
104
struct snd_emu10k1_memblk *blk = get_emu10k1_memblk(pos, mapped_link);
sound/pci/emu10k1/memory.c
134
static int map_memblk(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk)
sound/pci/emu10k1/memory.c
165
static int unmap_memblk(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk)
sound/pci/emu10k1/memory.c
169
struct snd_emu10k1_memblk *q;
sound/pci/emu10k1/memory.c
205
static struct snd_emu10k1_memblk *
sound/pci/emu10k1/memory.c
209
struct snd_emu10k1_memblk *blk;
sound/pci/emu10k1/memory.c
225
blk = (struct snd_emu10k1_memblk *)__snd_util_memblk_new(emu->memhdr, psize << PAGE_SHIFT, p->prev);
sound/pci/emu10k1/memory.c
258
int snd_emu10k1_memblk_map(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk)
sound/pci/emu10k1/memory.c
263
struct snd_emu10k1_memblk *deleted;
sound/pci/emu10k1/memory.c
303
struct snd_emu10k1_memblk *blk;
sound/pci/emu10k1/memory.c
399
struct snd_emu10k1_memblk *blk;
sound/pci/emu10k1/memory.c
403
blk = (struct snd_emu10k1_memblk *)__snd_util_mem_alloc(hdr, size);
sound/pci/emu10k1/memory.c
423
struct snd_emu10k1_memblk *blk = (struct snd_emu10k1_memblk *)memblk;
sound/pci/emu10k1/memory.c
439
struct snd_emu10k1_memblk *blk,
sound/pci/emu10k1/memory.c
443
struct snd_emu10k1_memblk *q;
sound/pci/emu10k1/memory.c
496
static int synth_alloc_pages(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk)
sound/pci/emu10k1/memory.c
528
static int synth_free_pages(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk)
sound/pci/emu10k1/memory.c
561
struct snd_emu10k1_memblk *p = (struct snd_emu10k1_memblk *)blk;
sound/pci/emu10k1/memory.c
621
struct snd_emu10k1_memblk *p = (struct snd_emu10k1_memblk *)blk;
sound/pci/emu10k1/memory.c
69
static int synth_alloc_pages(struct snd_emu10k1 *hw, struct snd_emu10k1_memblk *blk);
sound/pci/emu10k1/memory.c
70
static int synth_free_pages(struct snd_emu10k1 *hw, struct snd_emu10k1_memblk *blk);
sound/pci/emu10k1/memory.c
72
#define get_emu10k1_memblk(l,member) list_entry(l, struct snd_emu10k1_memblk, member)
sound/pci/emu10k1/memory.c
76
static void emu10k1_memblk_init(struct snd_emu10k1_memblk *blk)