Home
last modified time | relevance | path

Searched refs:v4l2_ctrl_activate (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/media/common/
Dcx2341x.c1408 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()
[all …]
/linux-4.19.296/include/media/
Dv4l2-ctrls.h729 void v4l2_ctrl_activate(struct v4l2_ctrl *ctrl, bool active);
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-ctrls.c2494 void v4l2_ctrl_activate(struct v4l2_ctrl *ctrl, bool active) in v4l2_ctrl_activate() function
2512 EXPORT_SYMBOL(v4l2_ctrl_activate);