Home
last modified time | relevance | path

Searched refs:saa7134_pgtable_alloc (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/media/pci/saa7134/
H A Dsaa7134-ts.c221 saa7134_pgtable_alloc(dev->pci, &dev->ts_q.pt); in saa7134_ts_init1()
H A Dsaa7134-core.c217 int saa7134_pgtable_alloc(struct pci_dev *pci, struct saa7134_pgtable *pt) in saa7134_pgtable_alloc() function
1523 EXPORT_SYMBOL(saa7134_pgtable_alloc);
H A Dsaa7134.h743 int saa7134_pgtable_alloc(struct pci_dev *pci, struct saa7134_pgtable *pt);
H A Dsaa7134-video.c1720 saa7134_pgtable_alloc(dev->pci, &dev->video_q.pt); in saa7134_video_init1()
1739 saa7134_pgtable_alloc(dev->pci, &dev->vbi_q.pt); in saa7134_video_init1()
H A Dsaa7134-alsa.c709 err = saa7134_pgtable_alloc(dev->pci, &dev->dmasound.pt); in snd_card_saa7134_hw_params()