Searched refs:at_dma_prg (Results 1 – 2 of 2) sorted by relevance
75 struct at_dma_prg { struct123 struct at_dma_prg **prg_cpu;
3037 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()