Home
last modified time | relevance | path

Searched refs:mchip_dmahandle (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/media/pci/meye/
Dmeye.c130 &meye.mchip_dmahandle, in ptable_alloc()
133 meye.mchip_dmahandle = 0; in ptable_alloc()
157 meye.mchip_dmahandle); in ptable_alloc()
159 meye.mchip_dmahandle = 0; in ptable_alloc()
187 meye.mchip_dmahandle); in ptable_free()
191 meye.mchip_dmahandle = 0; in ptable_free()
542 if (!meye.mchip_dmahandle) in mchip_dma_alloc()
551 if (meye.mchip_dmahandle) { in mchip_dma_free()
667 mchip_dma_setup(meye.mchip_dmahandle); in mchip_take_picture()
712 mchip_dma_setup(meye.mchip_dmahandle); in mchip_continuous_start()
[all …]
Dmeye.h302 dma_addr_t mchip_dmahandle; /* mchip: dma handle to ptable toc */ member