Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/ivtv/
Divtv-driver.h95 #define IVTV_DMA_SG_OSD_ENT (2883584/PAGE_SIZE) /* sg entities */ macro
285 struct page *map[IVTV_DMA_SG_OSD_ENT];
287 struct page *bouncemap[IVTV_DMA_SG_OSD_ENT];
290 struct ivtv_sg_element SGarray[IVTV_DMA_SG_OSD_ENT];
295 struct scatterlist SGlist[IVTV_DMA_SG_OSD_ENT];
Divtv-udma.c208 for (i = 0; i < IVTV_DMA_SG_OSD_ENT; i++) { in ivtv_udma_free()
Divtv-driver.c756 sg_init_table(itv->udma.SGlist, IVTV_DMA_SG_OSD_ENT); in ivtv_init_struct1()