Home
last modified time | relevance | path

Searched refs:IVTV_DMA_SG_OSD_ENT (Results 1 – 3 of 3) sorted by relevance

/drivers/media/pci/ivtv/
Divtv-driver.h96 #define IVTV_DMA_SG_OSD_ENT (2883584/PAGE_SIZE) /* sg entities */ macro
287 struct page *map[IVTV_DMA_SG_OSD_ENT];
289 struct page *bouncemap[IVTV_DMA_SG_OSD_ENT];
292 struct ivtv_sg_element SGarray[IVTV_DMA_SG_OSD_ENT];
297 struct scatterlist SGlist[IVTV_DMA_SG_OSD_ENT];
Divtv-udma.c187 for (i = 0; i < IVTV_DMA_SG_OSD_ENT; i++) { in ivtv_udma_free()
Divtv-driver.c783 sg_init_table(itv->udma.SGlist, IVTV_DMA_SG_OSD_ENT); in ivtv_init_struct1()