Home
last modified time | relevance | path

Searched refs:V4L2_DV_FL_CAN_REDUCE_FPS (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-dv-timings.rst261 * - ``V4L2_DV_FL_CAN_REDUCE_FPS``
273 formats with the ``V4L2_DV_FL_CAN_REDUCE_FPS`` flag set, for other
/linux/include/uapi/linux/
H A Dvideodev2.h1617 #define V4L2_DV_FL_CAN_REDUCE_FPS (1 << 1) macro
/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions331 replace define V4L2_DV_FL_CAN_REDUCE_FPS dv-bt-standards
/linux/drivers/media/i2c/
H A Dadv7842.c1597 if ((timings->bt.flags & V4L2_DV_FL_CAN_REDUCE_FPS) && in adv7842_query_dv_timings()