Searched refs:SG_handle (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-udma.c | 82 if (itv->udma.SG_handle == 0) { in ivtv_udma_alloc() 84 itv->udma.SG_handle = pci_map_single(itv->pdev, itv->udma.SGarray, in ivtv_udma_alloc() 177 if (itv->udma.SG_handle) { in ivtv_udma_free() 178 pci_unmap_single(itv->pdev, itv->udma.SG_handle, in ivtv_udma_free() 196 write_reg(itv->udma.SG_handle, IVTV_REG_DECDMAADDR); in ivtv_udma_start()
|
H A D | ivtv-udma.h | 26 pci_dma_sync_single_for_device(itv->pdev, itv->udma.SG_handle, in ivtv_udma_sync_for_device() 32 pci_dma_sync_single_for_cpu(itv->pdev, itv->udma.SG_handle, in ivtv_udma_sync_for_cpu()
|
H A D | ivtv-driver.h | 293 dma_addr_t SG_handle; member
|
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtv-udma.c | 82 if (itv->udma.SG_handle == 0) { in ivtv_udma_alloc() 84 itv->udma.SG_handle = dma_map_single(&itv->pdev->dev, in ivtv_udma_alloc() 181 if (itv->udma.SG_handle) { in ivtv_udma_free() 182 dma_unmap_single(&itv->pdev->dev, itv->udma.SG_handle, in ivtv_udma_free() 201 write_reg(itv->udma.SG_handle, IVTV_REG_DECDMAADDR); in ivtv_udma_start()
|
H A D | ivtv-udma.h | 26 dma_sync_single_for_device(&itv->pdev->dev, itv->udma.SG_handle, in ivtv_udma_sync_for_device() 32 dma_sync_single_for_cpu(&itv->pdev->dev, itv->udma.SG_handle, in ivtv_udma_sync_for_cpu()
|
H A D | ivtv-driver.h | 291 dma_addr_t SG_handle; member
|
Completed in 6 milliseconds