Home
last modified time | relevance | path

Searched refs:at_dma_prg (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/ieee1394/
Dohci1394.h75 struct at_dma_prg { struct
123 struct at_dma_prg **prg_cpu;
Dohci1394.c3037 d->prg_cpu = kmalloc(d->num_desc * sizeof(struct at_dma_prg*), in alloc_dma_trm_ctx()
3046 memset(d->prg_cpu, 0, d->num_desc * sizeof(struct at_dma_prg*)); in alloc_dma_trm_ctx()
3050 sizeof(struct at_dma_prg), 4, 0, SLAB_KERNEL); in alloc_dma_trm_ctx()
3058 memset(d->prg_cpu[i], 0, sizeof(struct at_dma_prg)); in alloc_dma_trm_ctx()