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

/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 DKconfig767 <file:Documentation/video4linux/meye.txt> for more information.
773 module will be called meye.
H A DMakefile109 obj-$(CONFIG_VIDEO_MEYE) += meye.o

Completed in 1074 milliseconds