Searched refs:flexcop_dma (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/b2c2/
H A Dflexcop-common.h37 struct flexcop_dma { struct
113 int flexcop_dma_allocate(struct pci_dev *pdev, struct flexcop_dma *dma, u32 size);
114 void flexcop_dma_free(struct flexcop_dma *dma);
118 int flexcop_dma_config(struct flexcop_device *fc, struct flexcop_dma *dma, flexcop_dma_index_t dma_idx);
H A Dflexcop-dma.c10 int flexcop_dma_allocate(struct pci_dev *pdev, struct flexcop_dma *dma, u32 size)
33 void flexcop_dma_free(struct flexcop_dma *dma)
36 memset(dma,0,sizeof(struct flexcop_dma));
41 struct flexcop_dma *dma,
H A Dflexcop-pci.c56 struct flexcop_dma dma[2];

Completed in 95 milliseconds