Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/media/deprecated/meye/
Dmeye.c58 static struct meye meye; variable
108 memset(meye.mchip_ptable, 0, sizeof(meye.mchip_ptable)); in ptable_alloc()
111 if (dma_set_mask(&meye.mchip_dev->dev, DMA_BIT_MASK(32))) in ptable_alloc()
114 meye.mchip_ptable_toc = dma_alloc_coherent(&meye.mchip_dev->dev, in ptable_alloc()
116 &meye.mchip_dmahandle, in ptable_alloc()
118 if (!meye.mchip_ptable_toc) { in ptable_alloc()
119 meye.mchip_dmahandle = 0; in ptable_alloc()
123 pt = meye.mchip_ptable_toc; in ptable_alloc()
126 meye.mchip_ptable[i] = dma_alloc_coherent(&meye.mchip_dev->dev, in ptable_alloc()
130 if (!meye.mchip_ptable[i]) { in ptable_alloc()
[all …]
DKconfig10 <file:Documentation/admin-guide/media/meye.rst> for more information.
19 module will be called meye.
DMakefile2 obj-$(CONFIG_VIDEO_MEYE) += meye.o
DTODO1 The meye driver does not use the vb2 framework for streaming
Dmeye.h279 struct meye { struct
/Linux-v6.1/Documentation/admin-guide/media/
Dmeye.rst50 Several options can be passed to the meye driver using the standard
52 module or meye.<param>=<value> on the kernel boot line when meye is
66 In order to automatically load the meye module on use, you can put those lines
67 in your /etc/modprobe.d/meye.conf file:
72 alias char-major-81-0 meye
73 options meye gbuffers=32
87 motioneye (<http://popies.net/meye/>)
93 - 'motioneye' still uses the meye private v4l1 API extensions.
Dv4l-drivers.rst22 meye
Dpci-cardlist.rst80 meye Sony Vaio Picturebook Motion Eye
/Linux-v6.1/drivers/staging/media/
DMakefile7 obj-$(CONFIG_VIDEO_MEYE) += deprecated/meye/
DKconfig56 source "drivers/staging/media/deprecated/meye/Kconfig"
/Linux-v6.1/Documentation/userspace-api/media/drivers/
Dindex.rst39 meye-uapi
Dmeye-uapi.rst25 can be found in include/linux/meye.h):
/Linux-v6.1/Documentation/userspace-api/ioctl/
Dioctl-number.rst296 'v' C0-FF linux/meye.h conflict!
/Linux-v6.1/Documentation/admin-guide/
Dkernel-parameters.txt3166 meye.*= [HW] Set MotionEye Camera parameters
3167 See Documentation/admin-guide/media/meye.rst.
/Linux-v6.1/
DMAINTAINERS12884 F: include/uapi/linux/meye.h
13945 W: http://popies.net/meye/
13946 F: Documentation/userspace-api/media/drivers/meye*
13947 F: drivers/staging/media/deprecated/meye/
13948 F: include/uapi/linux/meye.h