Home
last modified time | relevance | path

Searched defs:dma_page (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/mm/
Ddmapool.c57 struct dma_page { /* cacheable header for 'allocation' bytes */ struct
75 struct dma_page *page; in show_pools() argument
/linux-3.3/drivers/media/video/ivtv/
Divtv-udma.c26 void ivtv_udma_get_page_info(struct ivtv_dma_page_info *dma_page, unsigned long first, unsigned lon… in ivtv_udma_get_page_info()
37 int ivtv_udma_fill_sg_list (struct ivtv_user_dma *dma, struct ivtv_dma_page_info *dma_page, int map… in ivtv_udma_fill_sg_list()
/linux-3.3/drivers/gpu/drm/ttm/
Dttm_page_alloc_dma.c125 struct dma_page { struct
126 struct list_head page_list;
127 void *vaddr;
128 struct page *p;
129 dma_addr_t dma;
/linux-3.3/arch/blackfin/kernel/
Ddma-mapping.c18 static unsigned long *dma_page; variable