Searched refs:vidioc_g_fmt_vbi_out (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-vbi-out.h | 12 int vidioc_g_fmt_vbi_out(struct file *file, void *priv,
|
| H A D | vivid-vbi-out.c | 136 int vidioc_g_fmt_vbi_out(struct file *file, void *priv, in vidioc_g_fmt_vbi_out() function 163 int ret = vidioc_g_fmt_vbi_out(file, priv, f); in vidioc_s_fmt_vbi_out()
|
| H A D | vivid-core.c | 693 .vidioc_g_fmt_vbi_out = vidioc_g_fmt_vbi_out, 694 .vidioc_try_fmt_vbi_out = vidioc_g_fmt_vbi_out,
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | v4l2-ioctl.h | 330 int (*vidioc_g_fmt_vbi_out)(struct file *file, void *fh, member
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-dev.c | 667 (is_tx && (ops->vidioc_g_fmt_vbi_out || in determine_valid_ioctls()
|
| H A D | v4l2-ioctl.c | 1023 if (is_vbi && is_tx && ops->vidioc_g_fmt_vbi_out) in check_fmt() 1663 return ops->vidioc_g_fmt_vbi_out(file, fh, arg); in v4l_g_fmt()
|