Home
last modified time | relevance | path

Searched refs:V4L2_FIELD_HAS_T_OR_B (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.c273 if (V4L2_FIELD_HAS_T_OR_B(dev->field_out)) in vivid_update_format_out()
378 if (V4L2_FIELD_HAS_T_OR_B(mp->field)) in vivid_try_fmt_vid_out()
481 if (V4L2_FIELD_HAS_T_OR_B(mp->field)) in vivid_s_fmt_vid_out()
684 unsigned factor = V4L2_FIELD_HAS_T_OR_B(dev->field_out) ? 2 : 1; in vivid_vid_out_s_selection()
H A Dvivid-vid-cap.c448 if (V4L2_FIELD_HAS_T_OR_B(dev->field_cap)) in vivid_update_format_cap()
592 if (V4L2_FIELD_HAS_T_OR_B(mp->field)) in vivid_try_fmt_vid_cap()
690 if (V4L2_FIELD_HAS_T_OR_B(mp->field)) in vivid_s_fmt_vid_cap()
912 unsigned factor = V4L2_FIELD_HAS_T_OR_B(dev->field_cap) ? 2 : 1; in vivid_vid_cap_s_selection()
H A Dvivid-kthread-cap.c389 unsigned factor = V4L2_FIELD_HAS_T_OR_B(dev->field_cap) ? 2 : 1; in vivid_fillbuff()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c462 if (V4L2_FIELD_HAS_T_OR_B(dev->field_cap)) in vivid_update_format_cap()
595 if (V4L2_FIELD_HAS_T_OR_B(mp->field)) in vivid_try_fmt_vid_cap()
698 if (V4L2_FIELD_HAS_T_OR_B(mp->field)) in vivid_s_fmt_vid_cap()
920 unsigned factor = V4L2_FIELD_HAS_T_OR_B(dev->field_cap) ? 2 : 1; in vivid_vid_cap_s_selection()
H A Dvivid-vid-out.c273 if (V4L2_FIELD_HAS_T_OR_B(dev->field_out)) in vivid_update_format_out()
378 if (V4L2_FIELD_HAS_T_OR_B(mp->field)) in vivid_try_fmt_vid_out()
481 if (V4L2_FIELD_HAS_T_OR_B(mp->field)) in vivid_s_fmt_vid_out()
684 unsigned factor = V4L2_FIELD_HAS_T_OR_B(dev->field_out) ? 2 : 1; in vivid_vid_out_s_selection()
H A Dvivid-kthread-cap.c409 unsigned factor = V4L2_FIELD_HAS_T_OR_B(dev->field_cap) ? 2 : 1; in vivid_fillbuff()
/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c528 if (V4L2_FIELD_HAS_T_OR_B(field)) in tpg_reset_source()
1991 unsigned step = V4L2_FIELD_HAS_T_OR_B(tpg->field) ? 2 : 1; in tpg_gen_text()
2586 unsigned factor = V4L2_FIELD_HAS_T_OR_B(tpg->field) ? 2 : 1; in tpg_fill_plane_buffer()
/kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c532 if (V4L2_FIELD_HAS_T_OR_B(field)) in tpg_reset_source()
1997 unsigned step = V4L2_FIELD_HAS_T_OR_B(tpg->field) ? 2 : 1; in tpg_gen_text()
2630 unsigned factor = V4L2_FIELD_HAS_T_OR_B(tpg->field) ? 2 : 1; in tpg_fill_plane_buffer()
/kernel/linux/linux-5.10/drivers/media/pci/cx88/
H A Dcx88-blackbird.c859 if (V4L2_FIELD_HAS_T_OR_B(field)) in vidioc_try_fmt_vid_cap()
H A Dcx88-video.c754 if (V4L2_FIELD_HAS_T_OR_B(field)) in vidioc_try_fmt_vid_cap()
/kernel/linux/linux-6.6/drivers/media/pci/cx88/
H A Dcx88-blackbird.c859 if (V4L2_FIELD_HAS_T_OR_B(field)) in vidioc_try_fmt_vid_cap()
H A Dcx88-video.c755 if (V4L2_FIELD_HAS_T_OR_B(field)) in vidioc_try_fmt_vid_cap()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dvideodev2.h53 #define V4L2_FIELD_HAS_T_OR_B(field) \ macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dvideodev2.h129 #define V4L2_FIELD_HAS_T_OR_B(field) \ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dvideodev2.h129 #define V4L2_FIELD_HAS_T_OR_B(field) \ macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dvideodev2.h46 #define V4L2_FIELD_HAS_T_OR_B(field) ((field) == V4L2_FIELD_BOTTOM || (field) == V4L2_FIELD_TOP || (field) == V4L2_FIELD_ALTERNATE) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dvideodev2.h46 #define V4L2_FIELD_HAS_T_OR_B(field) ((field) == V4L2_FIELD_BOTTOM || (field) == V4L2_FIELD_TOP || (field) == V4L2_FIELD_ALTERNATE) macro

Completed in 48 milliseconds