Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/meye/
Dmeye.c67 static struct meye meye; variable
117 memset(meye.mchip_ptable, 0, sizeof(meye.mchip_ptable)); in ptable_alloc()
120 if (dma_set_mask(&meye.mchip_dev->dev, DMA_BIT_MASK(32))) in ptable_alloc()
123 meye.mchip_ptable_toc = dma_alloc_coherent(&meye.mchip_dev->dev, in ptable_alloc()
125 &meye.mchip_dmahandle, in ptable_alloc()
127 if (!meye.mchip_ptable_toc) { in ptable_alloc()
128 meye.mchip_dmahandle = 0; in ptable_alloc()
132 pt = meye.mchip_ptable_toc; in ptable_alloc()
135 meye.mchip_ptable[i] = dma_alloc_coherent(&meye.mchip_dev->dev, in ptable_alloc()
139 if (!meye.mchip_ptable[i]) { in ptable_alloc()
[all …]
DKconfig8 <file:Documentation/media/v4l-drivers/meye.rst> for more information.
14 module will be called meye.
DMakefile1 obj-$(CONFIG_VIDEO_MEYE) += meye.o
Dmeye.h288 struct meye { struct
/Linux-v4.19/Documentation/media/v4l-drivers/
Dmeye.rst48 Several options can be passed to the meye driver using the standard
50 module or meye.<param>=<value> on the kernel boot line when meye is
64 In order to automatically load the meye module on use, you can put those lines
65 in your /etc/modprobe.d/meye.conf file:
70 alias char-major-81-0 meye
71 options meye gbuffers=32
85 motioneye (<http://popies.net/meye/>)
99 can be found in include/linux/meye.h):
132 - 'motioneye' still uses the meye private v4l1 API extensions.
Dindex.rst49 meye
/Linux-v4.19/drivers/media/pci/
DMakefile31 obj-$(CONFIG_VIDEO_MEYE) += meye/
DKconfig13 source "drivers/media/pci/meye/Kconfig"
/Linux-v4.19/Documentation/ioctl/
Dioctl-number.txt279 'v' C0-FF linux/meye.h conflict!
/Linux-v4.19/Documentation/admin-guide/
Dkernel-parameters.txt2434 meye.*= [HW] Set MotionEye Camera parameters
2435 See Documentation/media/v4l-drivers/meye.rst.
/Linux-v4.19/
DMAINTAINERS9182 F: include/uapi/linux/meye.h
9741 W: http://popies.net/meye/
9743 F: Documentation/media/v4l-drivers/meye*
9744 F: drivers/media/pci/meye/
9745 F: include/uapi/linux/meye.h