Lines Matching refs:v4l2_ctrl_activate
1412 v4l2_ctrl_activate(hdl->audio_ac3_bitrate, is_ac3); in cx2341x_s_ctrl()
1413 v4l2_ctrl_activate(hdl->audio_l2_bitrate, !is_ac3); in cx2341x_s_ctrl()
1415 v4l2_ctrl_activate(hdl->audio_mode_extension, in cx2341x_s_ctrl()
1445 v4l2_ctrl_activate(hdl->video_bitrate_mode, in cx2341x_s_ctrl()
1447 v4l2_ctrl_activate(hdl->video_bitrate_peak, in cx2341x_s_ctrl()
1473 v4l2_ctrl_activate(hdl->video_spatial_filter, active_filter); in cx2341x_s_ctrl()
1474 v4l2_ctrl_activate(hdl->video_luma_spatial_filter_type, active_filter); in cx2341x_s_ctrl()
1475 v4l2_ctrl_activate(hdl->video_chroma_spatial_filter_type, active_filter); in cx2341x_s_ctrl()
1478 v4l2_ctrl_activate(hdl->video_temporal_filter, active_filter); in cx2341x_s_ctrl()
1481 v4l2_ctrl_activate(hdl->video_luma_median_filter_bottom, active_filter); in cx2341x_s_ctrl()
1482 v4l2_ctrl_activate(hdl->video_luma_median_filter_top, active_filter); in cx2341x_s_ctrl()
1483 v4l2_ctrl_activate(hdl->video_chroma_median_filter_bottom, active_filter); in cx2341x_s_ctrl()
1484 v4l2_ctrl_activate(hdl->video_chroma_median_filter_top, active_filter); in cx2341x_s_ctrl()