Searched refs:V4L2_FL_USES_V4L2_FH (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/media/v4l2-core/ |
A D | v4l2-fh.c | 27 set_bit(V4L2_FL_USES_V4L2_FH, &fh->vdev->flags); in v4l2_fh_init()
|
A D | v4l2-ioctl.c | 1145 if (!test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags)) in v4l_s_priority() 2141 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_queryctrl() 2158 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_query_ext_ctrl() 2175 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_querymenu() 2192 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_g_ctrl() 2226 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_s_ctrl() 2258 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_g_ext_ctrls() 2279 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_s_ext_ctrls() 2300 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_try_ext_ctrls() 2923 if (test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags)) in __video_do_ioctl()
|
A D | v4l2-dev.c | 1092 if (test_bit(V4L2_FL_USES_V4L2_FH, &vdev->flags)) in video_unregister_device()
|
A D | v4l2-ctrls-api.c | 1125 if (test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) && vfd->v4l2_dev) in v4l2_ctrl_log_status()
|
A D | v4l2-compat-ioctl32.c | 688 if (test_bit(V4L2_FL_USES_V4L2_FH, &vdev->flags)) in ctrl_is_pointer()
|
A D | v4l2-mem2mem.c | 940 if (test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags)) { in v4l2_m2m_poll()
|
/linux/include/media/ |
A D | v4l2-dev.h | 94 V4L2_FL_USES_V4L2_FH = 1, enumerator
|
/linux/Documentation/driver-api/media/ |
A D | v4l2-fh.rst | 16 by testing the ``V4L2_FL_USES_V4L2_FH`` bit in :c:type:`video_device`->flags.
|
/linux/Documentation/translations/zh_CN/video4linux/ |
A D | v4l2-framework.txt | 791 video_device->flags 中的 V4L2_FL_USES_V4L2_FH 位得知驱动是否使用
|
/linux/drivers/media/common/videobuf2/ |
A D | videobuf2-v4l2.c | 960 if (test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags)) { in vb2_poll()
|
Completed in 28 milliseconds