Home
last modified time | relevance | path

Searched refs:video_mute_yuv (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/include/media/drv-intf/
A Dcx2341x.h60 u32 video_mute_yuv; member
150 struct v4l2_ctrl *video_mute_yuv; member
/linux-6.3-rc2/drivers/media/common/
A Dcx2341x.c243 .video_mute_yuv = 0x008080, /* YCbCr value for black */
327 ctrl->value = params->video_mute_yuv; in cx2341x_get_ctrl()
476 params->video_mute_yuv = ctrl->value; in cx2341x_set_ctrl()
1170 (new->video_mute && CMP_FIELD(old, new, video_mute_yuv))) { in cx2341x_update()
1172 new->video_mute | (new->video_mute_yuv << 8)); in cx2341x_update()
1480 (hdl->video_mute_yuv->val << 8)); in cx2341x_s_ctrl()
1661 cxhdl->video_mute_yuv = cx2341x_ctrl_new_std(hdl, in cx2341x_handler_init()
/linux-6.3-rc2/drivers/media/pci/cx18/
A Dcx18-fileops.c763 (v4l2_ctrl_g_ctrl(cx->cxhdl.video_mute_yuv) << 8))); in cx18_v4l2_close()
A Dcx18-streams.c886 (v4l2_ctrl_g_ctrl(cx->cxhdl.video_mute_yuv) << 8) | 1); in cx18_start_v4l2_encode_stream()
/linux-6.3-rc2/drivers/media/pci/ivtv/
A Divtv-streams.c604 1 | (v4l2_ctrl_g_ctrl(itv->cxhdl.video_mute_yuv) << 8)); in ivtv_start_v4l2_encode_stream()
A Divtv-fileops.c896 (v4l2_ctrl_g_ctrl(itv->cxhdl.video_mute_yuv) << 8)); in ivtv_v4l2_close()

Completed in 13 milliseconds