Searched refs:v4l2_open (Results 1 – 4 of 4) sorted by relevance
16 //int (*v4l2_open) (const char *, int, ...) = open;
69 fd = v4l2_open(dev_name, O_RDWR | O_NONBLOCK, 0);
119 .. c:function:: int v4l2_open(const char *file, int oflag, ...)
409 static int v4l2_open(struct inode *inode, struct file *filp) in v4l2_open() function477 .open = v4l2_open,