Home
last modified time | relevance | path

Searched refs:V4L2_FL_USES_V4L2_FH (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-fh.c39 set_bit(V4L2_FL_USES_V4L2_FH, &fh->vdev->flags); in v4l2_fh_init()
Dv4l2-ioctl.c1064 if (!test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags)) in v4l_s_priority()
1677 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_queryctrl()
1694 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_query_ext_ctrl()
1711 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_querymenu()
1728 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_g_ctrl()
1762 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_s_ctrl()
1791 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_g_ext_ctrls()
1810 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_s_ext_ctrls()
1829 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_try_ext_ctrls()
2351 if (test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags)) in __video_do_ioctl()
Dv4l2-mem2mem.c535 if (test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags)) { in v4l2_m2m_poll()
Dvideobuf2-core.c2616 if (test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags)) { in vb2_poll()
Dv4l2-ctrls.c3427 if (test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) && vfd->v4l2_dev) in v4l2_ctrl_log_status()
/linux-4.1.27/include/media/
Dv4l2-dev.h46 #define V4L2_FL_USES_V4L2_FH (1) macro
/linux-4.1.27/Documentation/zh_CN/video4linux/
Dv4l2-framework.txt791 video_device->flags 中的 V4L2_FL_USES_V4L2_FH 位得知驱动是否使用
/linux-4.1.27/Documentation/video4linux/
Dv4l2-framework.txt932 testing the V4L2_FL_USES_V4L2_FH bit in video_device->flags. This bit is