Lines Matching refs:v4l2_ctrl_activate
1408 v4l2_ctrl_activate(hdl->audio_ac3_bitrate, is_ac3); in cx2341x_s_ctrl()
1409 v4l2_ctrl_activate(hdl->audio_l2_bitrate, !is_ac3); in cx2341x_s_ctrl()
1411 v4l2_ctrl_activate(hdl->audio_mode_extension, in cx2341x_s_ctrl()
1441 v4l2_ctrl_activate(hdl->video_bitrate_mode, in cx2341x_s_ctrl()
1443 v4l2_ctrl_activate(hdl->video_bitrate_peak, in cx2341x_s_ctrl()
1469 v4l2_ctrl_activate(hdl->video_spatial_filter, active_filter); in cx2341x_s_ctrl()
1470 v4l2_ctrl_activate(hdl->video_luma_spatial_filter_type, active_filter); in cx2341x_s_ctrl()
1471 v4l2_ctrl_activate(hdl->video_chroma_spatial_filter_type, active_filter); in cx2341x_s_ctrl()
1474 v4l2_ctrl_activate(hdl->video_temporal_filter, active_filter); in cx2341x_s_ctrl()
1477 v4l2_ctrl_activate(hdl->video_luma_median_filter_bottom, active_filter); in cx2341x_s_ctrl()
1478 v4l2_ctrl_activate(hdl->video_luma_median_filter_top, active_filter); in cx2341x_s_ctrl()
1479 v4l2_ctrl_activate(hdl->video_chroma_median_filter_bottom, active_filter); in cx2341x_s_ctrl()
1480 v4l2_ctrl_activate(hdl->video_chroma_median_filter_top, active_filter); in cx2341x_s_ctrl()