Home
last modified time | relevance | path

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

/linux/drivers/media/common/saa7146/
H A Dsaa7146_core.c166 void *saa7146_vmalloc_build_pgtable(struct pci_dev *pci, long length, struct saa7146_pgtable *pt) in saa7146_vmalloc_build_pgtable() function
554 EXPORT_SYMBOL_GPL(saa7146_vmalloc_build_pgtable);
/linux/include/media/drv-intf/
H A Dsaa7146.h174 void *saa7146_vmalloc_build_pgtable(struct pci_dev *pci, long length, struct saa7146_pgtable *pt);
/linux/drivers/media/pci/ttpci/
H A Dbudget-core.c518 budget->grabbing = saa7146_vmalloc_build_pgtable(dev->pci, budget->buffer_size, &budget->pt); in ttpci_budget_init()