Home
last modified time | relevance | path

Searched refs:v4l2_open (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0005-ioctl-does-not-have-same-signature-between-glibc-and.patch16 //int (*v4l2_open) (const char *, int, ...) = open;
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2grab.c.rst69 fd = v4l2_open(dev_name, O_RDWR | O_NONBLOCK, 0);
H A Dlibv4l-introduction.rst119 .. c:function:: int v4l2_open(const char *file, int oflag, ...)
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-dev.c409 static int v4l2_open(struct inode *inode, struct file *filp) in v4l2_open() function
477 .open = v4l2_open,