Home
last modified time | relevance | path

Searched refs:ctrl_colorfx_cbcr (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/media/platform/samsung/s3c-camif/
Dcamif-core.h291 struct v4l2_ctrl *ctrl_colorfx_cbcr; member
Dcamif-capture.c1508 camif->colorfx_cb = camif->ctrl_colorfx_cbcr->val >> 8; in s3c_camif_subdev_s_ctrl()
1509 camif->colorfx_cr = camif->ctrl_colorfx_cbcr->val & 0xff; in s3c_camif_subdev_s_ctrl()
1573 camif->ctrl_colorfx_cbcr = v4l2_ctrl_new_std(handler, in s3c_camif_create_subdev()