Searched refs:meye (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/media/video/ |
D | meye.c | 45 static struct meye meye; variable 204 memset(meye.mchip_ptable, 0, sizeof(meye.mchip_ptable)); in ptable_alloc() 206 meye.mchip_ptable_toc = dma_alloc_coherent(meye.mchip_dev, in ptable_alloc() 208 &meye.mchip_dmahandle, in ptable_alloc() 210 if (!meye.mchip_ptable_toc) { in ptable_alloc() 211 meye.mchip_dmahandle = 0; in ptable_alloc() 215 pt = meye.mchip_ptable_toc; in ptable_alloc() 217 meye.mchip_ptable[i] = dma_alloc_coherent(meye.mchip_dev, in ptable_alloc() 221 if (!meye.mchip_ptable[i]) { in ptable_alloc() 223 pt = meye.mchip_ptable_toc; in ptable_alloc() [all …]
|
D | meye.h | 292 struct meye { struct
|
D | Makefile | 58 obj-$(CONFIG_VIDEO_MEYE) += meye.o
|
/linux-2.4.37.9/Documentation/video4linux/ |
D | meye.txt | 44 Several options can be passed to the meye driver, either by adding them 48 meye=gbuffers[,gbufsize[,video_nr]] 61 In order to automatically load the meye module on use, you can put those lines 65 alias char-major-81-0 meye 66 options meye gbuffers=32 78 motioneye (<http://popies.net/meye/>) 92 can be found in include/linux/meye.h):
|
/linux-2.4.37.9/ |
D | MAINTAINERS | 1255 W: http://popies.net/meye/
|
D | CREDITS | 2473 D: sonypi, meye drivers, mct_u232 usb serial hacks
|
/linux-2.4.37.9/Documentation/ |
D | Configure.help | 25429 <file:Documentation/video4linux/meye.txt> for more information. 25434 This driver is available as a module called meye.o ( = code
|