Lines Matching refs:g_v4l_fd
15 #define cv4l_ioctl(cmd, arg) v4l_named_ioctl(g_v4l_fd(), #cmd, cmd, arg)
43 v4l_fd *g_v4l_fd() { return this; } in g_v4l_fd() function
766 return v4l_queue_reqbufs(fd->g_v4l_fd(), this, count, flags);
770 return v4l_queue_remove_bufs(fd->g_v4l_fd(), this, index, count);
774 return v4l_queue_has_create_bufs(fd->g_v4l_fd(), this); in has_create_bufs()
778 return v4l_queue_create_bufs(fd->g_v4l_fd(), this, count, fmt, flags);
782 return v4l_queue_mmap_bufs(fd->g_v4l_fd(), this, from);
786 return v4l_queue_munmap_bufs(fd->g_v4l_fd(), this, from);
790 return v4l_queue_alloc_bufs(fd->g_v4l_fd(), this, from);
798 return v4l_queue_obtain_bufs(fd->g_v4l_fd(), this, from);
802 return v4l_queue_release_bufs(fd->g_v4l_fd(), this, from);
806 return v4l_queue_has_expbuf(fd->g_v4l_fd()); in has_expbuf()
810 return v4l_queue_export_bufs(fd->g_v4l_fd(), this, exp_type); in export_bufs()
818 v4l_queue_free(fd->g_v4l_fd(), this); in free()