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

/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.c270 if (V4L2_FIELD_HAS_T_OR_B(dev->field_out))
375 if (V4L2_FIELD_HAS_T_OR_B(mp->field))
478 if (V4L2_FIELD_HAS_T_OR_B(mp->field))
681 unsigned factor = V4L2_FIELD_HAS_T_OR_B(dev->field_out) ? 2 : 1;
H A Dvivid-vid-cap.c445 if (V4L2_FIELD_HAS_T_OR_B(dev->field_cap))
589 if (V4L2_FIELD_HAS_T_OR_B(mp->field))
687 if (V4L2_FIELD_HAS_T_OR_B(mp->field))
909 unsigned factor = V4L2_FIELD_HAS_T_OR_B(dev->field_cap) ? 2 : 1;
H A Dvivid-kthread-cap.c389 unsigned factor = V4L2_FIELD_HAS_T_OR_B(dev->field_cap) ? 2 : 1;
/linux-master/drivers/media/pci/cx88/
H A Dcx88-blackbird.c859 if (V4L2_FIELD_HAS_T_OR_B(field))
H A Dcx88-video.c755 if (V4L2_FIELD_HAS_T_OR_B(field))
/linux-master/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c532 if (V4L2_FIELD_HAS_T_OR_B(field))
1997 unsigned step = V4L2_FIELD_HAS_T_OR_B(tpg->field) ? 2 : 1;
2630 unsigned factor = V4L2_FIELD_HAS_T_OR_B(tpg->field) ? 2 : 1;
/linux-master/include/uapi/linux/
H A Dvideodev2.h129 #define V4L2_FIELD_HAS_T_OR_B(field) \ macro

Completed in 281 milliseconds