Searched refs:cx2341x_ctrl_new_std (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/media/common/ | 
| D | cx2341x.c | 1562 static struct v4l2_ctrl *cx2341x_ctrl_new_std(struct v4l2_ctrl_handler *hdl,  in cx2341x_ctrl_new_std()  function1627 	cx2341x_ctrl_new_std(hdl, V4L2_CID_MPEG_AUDIO_MUTE, 0, 1, 1, 0);  in cx2341x_handler_init()
 1641 	cxhdl->video_b_frames = cx2341x_ctrl_new_std(hdl,  in cx2341x_handler_init()
 1643 	cxhdl->video_gop_size = cx2341x_ctrl_new_std(hdl,  in cx2341x_handler_init()
 1646 	cx2341x_ctrl_new_std(hdl, V4L2_CID_MPEG_VIDEO_GOP_CLOSURE, 0, 1, 1, 1);  in cx2341x_handler_init()
 1651 	cxhdl->video_bitrate = cx2341x_ctrl_new_std(hdl,  in cx2341x_handler_init()
 1654 	cxhdl->video_bitrate_peak = cx2341x_ctrl_new_std(hdl,  in cx2341x_handler_init()
 1657 	cx2341x_ctrl_new_std(hdl,  in cx2341x_handler_init()
 1659 	cxhdl->video_mute = cx2341x_ctrl_new_std(hdl,  in cx2341x_handler_init()
 1661 	cxhdl->video_mute_yuv = cx2341x_ctrl_new_std(hdl,  in cx2341x_handler_init()
 
 |