Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/common/b2c2/
H A Dflexcop-common.h39 struct flexcop_dma { struct
123 struct flexcop_dma *dma, u32 size);
124 void flexcop_dma_free(struct flexcop_dma *dma);
130 int flexcop_dma_config(struct flexcop_device *fc, struct flexcop_dma *dma,
/openbmc/linux/drivers/media/pci/b2c2/
H A Dflexcop-dma.c10 struct flexcop_dma *dma, u32 size) in flexcop_dma_allocate()
34 void flexcop_dma_free(struct flexcop_dma *dma) in flexcop_dma_free()
38 memset(dma, 0, sizeof(struct flexcop_dma)); in flexcop_dma_free()
43 struct flexcop_dma *dma, in flexcop_dma_config()
H A Dflexcop-pci.c58 struct flexcop_dma dma[2];