ct_vm             136 sound/pci/ctxfi/ctatc.c 	struct ct_vm *vm;
ct_vm             154 sound/pci/ctxfi/ctatc.c 	struct ct_vm *vm;
ct_vm              85 sound/pci/ctxfi/ctatc.h 	struct ct_vm *vm; /* device virtual memory manager for this card */
ct_vm              30 sound/pci/ctxfi/ctvmem.c get_vm_block(struct ct_vm *vm, unsigned int size, struct ct_atc *atc)
ct_vm              75 sound/pci/ctxfi/ctvmem.c static void put_vm_block(struct ct_vm *vm, struct ct_vm_block *block)
ct_vm             124 sound/pci/ctxfi/ctvmem.c ct_vm_map(struct ct_vm *vm, struct snd_pcm_substream *substream, int size)
ct_vm             152 sound/pci/ctxfi/ctvmem.c static void ct_vm_unmap(struct ct_vm *vm, struct ct_vm_block *block)
ct_vm             164 sound/pci/ctxfi/ctvmem.c ct_get_ptp_phys(struct ct_vm *vm, int index)
ct_vm             169 sound/pci/ctxfi/ctvmem.c int ct_vm_create(struct ct_vm **rvm, struct pci_dev *pci)
ct_vm             171 sound/pci/ctxfi/ctvmem.c 	struct ct_vm *vm;
ct_vm             215 sound/pci/ctxfi/ctvmem.c void ct_vm_destroy(struct ct_vm *vm)
ct_vm              50 sound/pci/ctxfi/ctvmem.h 	struct ct_vm_block *(*map)(struct ct_vm *, struct snd_pcm_substream *,
ct_vm              53 sound/pci/ctxfi/ctvmem.h 	void (*unmap)(struct ct_vm *, struct ct_vm_block *block);
ct_vm              54 sound/pci/ctxfi/ctvmem.h 	dma_addr_t (*get_ptp_phys)(struct ct_vm *vm, int index);
ct_vm              57 sound/pci/ctxfi/ctvmem.h int ct_vm_create(struct ct_vm **rvm, struct pci_dev *pci);
ct_vm              58 sound/pci/ctxfi/ctvmem.h void ct_vm_destroy(struct ct_vm *vm);