Searched refs:ct_vm_block (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/pci/ctxfi/
H A Dctvmem.h33 struct ct_vm_block { struct
50 struct ct_vm_block *(*map)(struct ct_vm *, struct snd_pcm_substream *,
53 void (*unmap)(struct ct_vm *, struct ct_vm_block *block);
H A Dctvmem.c29 static struct ct_vm_block *
32 struct ct_vm_block *block = NULL, *entry;
44 entry = list_entry(pos, struct ct_vm_block, list);
75 static void put_vm_block(struct ct_vm *vm, struct ct_vm_block *block)
77 struct ct_vm_block *entry, *pre_ent;
87 entry = list_entry(pos, struct ct_vm_block, list);
108 entry = list_entry(pos, struct ct_vm_block, list);
109 pre_ent = list_entry(pre, struct ct_vm_block, list);
123 static struct ct_vm_block *
126 struct ct_vm_block *bloc
[all...]
H A Dctatc.h61 struct ct_vm_block *vm_block;

Completed in 140 milliseconds