Home
last modified time | relevance | path

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

/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-defs.c833 case V4L2_CID_COLORFX_RGB: return "Color Effects, RGB"; in v4l2_ctrl_get_name()
1461 case V4L2_CID_COLORFX_RGB: in v4l2_ctrl_fill()
/linux/drivers/media/platform/st/stm32/dma2d/
H A Ddma2d.c241 case V4L2_CID_COLORFX_RGB: in dma2d_s_ctrl()
270 v4l2_ctrl_new_std(handler, &dma2d_ctrl_ops, V4L2_CID_COLORFX_RGB, 0, in dma2d_setup_ctrls()
/linux/Documentation/userspace-api/media/v4l/
H A Dcontrol.rst251 by ``V4L2_CID_COLORFX_RGB`` control.
254 ``V4L2_CID_COLORFX_RGB`` ``(integer)``
/linux/include/uapi/linux/
H A Dv4l2-controls.h111 #define V4L2_CID_COLORFX_RGB (V4L2_CID_BASE+43) macro