Home
last modified time | relevance | path

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

/linux/mm/
H A Ddmapool.c63 struct dma_page { /* cacheable header for 'allocation' bytes */ struct
64 struct list_head page_list;
65 void *vaddr;
66 dma_addr_t dma;
/linux/drivers/media/pci/ivtv/
H A Divtv-udma.c14 void ivtv_udma_get_page_info(struct ivtv_dma_page_info *dma_page, unsigned long first, unsigned lon… in ivtv_udma_get_page_info()
25 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()