Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-fh.c27 set_bit(V4L2_FL_USES_V4L2_FH, &fh->vdev->flags); in v4l2_fh_init()
A Dv4l2-ioctl.c1191 if (!test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags)) in v4l_s_priority()
2208 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_queryctrl()
2225 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_query_ext_ctrl()
2242 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_querymenu()
2259 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_g_ctrl()
2293 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_s_ctrl()
2325 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_g_ext_ctrls()
2346 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_s_ext_ctrls()
2367 test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) ? fh : NULL; in v4l_try_ext_ctrls()
2990 if (test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags)) in __video_do_ioctl()
A Dv4l2-dev.c1092 if (test_bit(V4L2_FL_USES_V4L2_FH, &vdev->flags)) in video_unregister_device()
A Dv4l2-compat-ioctl32.c688 if (test_bit(V4L2_FL_USES_V4L2_FH, &vdev->flags)) in ctrl_is_pointer()
A Dv4l2-ctrls-api.c1205 if (test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags) && vfd->v4l2_dev) in v4l2_ctrl_log_status()
A Dv4l2-mem2mem.c970 if (test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags)) { in v4l2_m2m_poll()
/linux-6.3-rc2/include/media/
A Dv4l2-dev.h94 V4L2_FL_USES_V4L2_FH = 1, enumerator
/linux-6.3-rc2/Documentation/driver-api/media/
A Dv4l2-fh.rst16 by testing the ``V4L2_FL_USES_V4L2_FH`` bit in :c:type:`video_device`->flags.
/linux-6.3-rc2/Documentation/translations/zh_CN/video4linux/
A Dv4l2-framework.txt791 video_device->flags 中的 V4L2_FL_USES_V4L2_FH 位得知驱动是否使用
/linux-6.3-rc2/drivers/media/common/videobuf2/
A Dvideobuf2-v4l2.c959 if (test_bit(V4L2_FL_USES_V4L2_FH, &vfd->flags)) { in vb2_poll()

Completed in 34 milliseconds