Searched refs:V4L2_FL_USES_V4L2_FH (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-fh.c | 39 set_bit(V4L2_FL_USES_V4L2_FH, &fh->vdev->flags); in v4l2_fh_init()
|
D | v4l2-ioctl.c | 1064 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()
|
D | v4l2-mem2mem.c | 535 if (test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags)) { in v4l2_m2m_poll()
|
D | videobuf2-core.c | 2616 if (test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags)) { in vb2_poll()
|
D | v4l2-ctrls.c | 3427 if (test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) && vfd->v4l2_dev) in v4l2_ctrl_log_status()
|
/linux-4.1.27/include/media/ |
D | v4l2-dev.h | 46 #define V4L2_FL_USES_V4L2_FH (1) macro
|
/linux-4.1.27/Documentation/zh_CN/video4linux/ |
D | v4l2-framework.txt | 791 video_device->flags 中的 V4L2_FL_USES_V4L2_FH 位得知驱动是否使用
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-framework.txt | 932 testing the V4L2_FL_USES_V4L2_FH bit in video_device->flags. This bit is
|