Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/media/deprecated/meye/
Dmeye.c116 &meye.mchip_dmahandle, in ptable_alloc()
119 meye.mchip_dmahandle = 0; in ptable_alloc()
143 meye.mchip_dmahandle); in ptable_alloc()
145 meye.mchip_dmahandle = 0; in ptable_alloc()
173 meye.mchip_dmahandle); in ptable_free()
177 meye.mchip_dmahandle = 0; in ptable_free()
528 if (!meye.mchip_dmahandle) in mchip_dma_alloc()
537 if (meye.mchip_dmahandle) { in mchip_dma_free()
650 mchip_dma_setup(meye.mchip_dmahandle); in mchip_take_picture()
695 mchip_dma_setup(meye.mchip_dmahandle); in mchip_continuous_start()
[all …]
Dmeye.h289 dma_addr_t mchip_dmahandle; /* mchip: dma handle to ptable toc */ member