Home
last modified time | relevance | path

Searched refs:V4L2_IN_ST_COLOR_KILL (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-enuminput.rst161 * - ``V4L2_IN_ST_COLOR_KILL``
H A Dhist-v4l2.rst751 1. The ``V4L2_IN_ST_COLOR_KILL`` flag in struct v4l2_input not only
/linux/include/uapi/linux/
H A Dvideodev2.h1790 #define V4L2_IN_ST_COLOR_KILL 0x00000200 /* Color killer is active */ macro
/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions359 replace define V4L2_IN_ST_COLOR_KILL input-status
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c1117 inp->status |= V4L2_IN_ST_COLOR_KILL; in vidioc_enum_input()