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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dmeye.c45 #include "meye.h"
46 #include <linux/meye.h>
70 static struct meye meye; variable in typeref:struct:meye
112 * NOTE: The meye device expects DMA addresses on 32 bits, we build
120 memset(meye.mchip_ptable, 0, sizeof(meye.mchip_ptable));
123 if (dma_set_mask(&meye.mchip_dev->dev, DMA_BIT_MASK(32)))
126 meye.mchip_ptable_toc = dma_alloc_coherent(&meye
[all...]
H A Dmeye.h261 #include <linux/meye.h>
291 struct meye { struct
H A DMakefile100 obj-$(CONFIG_VIDEO_MEYE) += meye.o

Completed in 44 milliseconds