Home
last modified time | relevance | path

Searched refs:meye (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/media/pci/meye/
Dmeye.c72 static struct meye meye; variable
122 memset(meye.mchip_ptable, 0, sizeof(meye.mchip_ptable)); in ptable_alloc()
125 if (dma_set_mask(&meye.mchip_dev->dev, DMA_BIT_MASK(32))) in ptable_alloc()
128 meye.mchip_ptable_toc = dma_alloc_coherent(&meye.mchip_dev->dev, in ptable_alloc()
130 &meye.mchip_dmahandle, in ptable_alloc()
132 if (!meye.mchip_ptable_toc) { in ptable_alloc()
133 meye.mchip_dmahandle = 0; in ptable_alloc()
137 pt = meye.mchip_ptable_toc; in ptable_alloc()
140 meye.mchip_ptable[i] = dma_alloc_coherent(&meye.mchip_dev->dev, in ptable_alloc()
144 if (!meye.mchip_ptable[i]) { in ptable_alloc()
[all …]
DKconfig7 <file:Documentation/video4linux/meye.txt> for more information.
13 module will be called meye.
DMakefile1 obj-$(CONFIG_VIDEO_MEYE) += meye.o
Dmeye.h292 struct meye { struct
/linux-4.4.14/Documentation/video4linux/
Dmeye.txt43 Several options can be passed to the meye driver using the standard
45 module or meye.<param>=<value> on the kernel boot line when meye is
57 In order to automatically load the meye module on use, you can put those lines
58 in your /etc/modprobe.d/meye.conf file:
61 alias char-major-81-0 meye
62 options meye gbuffers=32
74 motioneye (<http://popies.net/meye/>)
88 can be found in include/linux/meye.h):
123 - 'motioneye' still uses the meye private v4l1 API extensions.
/linux-4.4.14/drivers/media/pci/
DMakefile29 obj-$(CONFIG_VIDEO_MEYE) += meye/
DKconfig13 source "drivers/media/pci/meye/Kconfig"
/linux-4.4.14/include/uapi/linux/
DKbuild260 header-y += meye.h
/linux-4.4.14/Documentation/ioctl/
Dioctl-number.txt278 'v' C0-FF linux/meye.h conflict!
/linux-4.4.14/Documentation/
Dkernel-parameters.txt2108 meye.*= [HW] Set MotionEye Camera parameters
2109 See Documentation/video4linux/meye.txt.
/linux-4.4.14/
DMAINTAINERS6901 F: include/uapi/linux/meye.h
7109 W: http://popies.net/meye/
7111 F: Documentation/video4linux/meye.txt
7112 F: drivers/media/pci/meye/
7113 F: include/uapi/linux/meye.h