Searched refs:sg_dma (Results 1 – 3 of 3) sorted by relevance
210 s->sg_dma = kzalloc_obj(struct ivtv_sg_element, in ivtv_stream_alloc()212 if (s->sg_dma == NULL) { in ivtv_stream_alloc()221 s->sg_handle = dma_map_single(&itv->pdev->dev, s->sg_dma, in ivtv_stream_alloc()271 if (s->sg_dma != NULL) { in ivtv_stream_free()280 kfree(s->sg_dma); in ivtv_stream_free()283 s->sg_dma = NULL; in ivtv_stream_free()
57 dma_addr_t sg_dma; member201 &idma->sg_dma, GFP_KERNEL); in sdmmc_idma_setup()259 writel_relaxed(idma->sg_dma, host->base + MMCI_STM32_IDMABAR); in sdmmc_idma_start()
4291 dma_addr_t command_dma, sg_dma; in ips_allocatescbs() local4303 &sg_dma, GFP_KERNEL); in ips_allocatescbs()4321 sg_dma + IPS_SGLIST_SIZE(ha) * IPS_MAX_SG * i; in ips_allocatescbs()4326 sg_dma + IPS_SGLIST_SIZE(ha) * IPS_MAX_SG * i; in ips_allocatescbs()