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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dmeye.c41 #include "meye.h"
42 #include <linux/meye.h>
71 static struct meye meye; variable in typeref:struct:meye
113 * NOTE: The meye device expects DMA addresses on 32 bits, we build
121 memset(meye.mchip_ptable, 0, sizeof(meye.mchip_ptable));
124 if (dma_set_mask(&meye.mchip_dev->dev, DMA_32BIT_MASK))
127 meye.mchip_ptable_toc = dma_alloc_coherent(&meye
[all...]
H A Dmeye.h261 #include <linux/meye.h>
291 struct meye { struct
H A DMakefile61 obj-$(CONFIG_VIDEO_MEYE) += meye.o

Completed in 43 milliseconds