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

/drivers/media/pci/meye/
H A DMakefile1 obj-$(CONFIG_VIDEO_MEYE) += meye.o
H A Dmeye.c47 #include "meye.h"
48 #include <linux/meye.h>
72 static struct meye meye; variable in typeref:struct:meye
114 * NOTE: The meye device expects DMA addresses on 32 bits, we build
122 memset(meye.mchip_ptable, 0, sizeof(meye.mchip_ptable));
125 if (dma_set_mask(&meye.mchip_dev->dev, DMA_BIT_MASK(32)))
128 meye.mchip_ptable_toc = dma_alloc_coherent(&meye
[all...]
H A Dmeye.h262 #include <linux/meye.h>
292 struct meye { struct
/drivers/media/pci/
H A DMakefile26 obj-$(CONFIG_VIDEO_MEYE) += meye/

Completed in 83 milliseconds