Searched refs:v4l2_ctrl_activate (Results  1 – 11 of 11) sorted by relevance
| /linux-4.1.27/drivers/media/common/ | 
| D | cx2341x.c | 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() [all …] 
 | 
| /linux-4.1.27/drivers/media/platform/vivid/ | 
| D | vivid-ctrls.c | 443 		v4l2_ctrl_activate(dev->ctrl_dv_timings,  in vivid_vid_cap_s_ctrl() 1005 		v4l2_ctrl_activate(dev->ctrl_standard, dev->std_signal_mode == SELECTED_STD);  in vivid_sdtv_cap_s_ctrl() 1078 		v4l2_ctrl_activate(dev->radio_rx_rds_pty, dev->radio_rx_rds_controls);  in vivid_radio_rx_s_ctrl() 1079 		v4l2_ctrl_activate(dev->radio_rx_rds_psname, dev->radio_rx_rds_controls);  in vivid_radio_rx_s_ctrl() 1080 		v4l2_ctrl_activate(dev->radio_rx_rds_radiotext, dev->radio_rx_rds_controls);  in vivid_radio_rx_s_ctrl() 1081 		v4l2_ctrl_activate(dev->radio_rx_rds_ta, dev->radio_rx_rds_controls);  in vivid_radio_rx_s_ctrl() 1082 		v4l2_ctrl_activate(dev->radio_rx_rds_tp, dev->radio_rx_rds_controls);  in vivid_radio_rx_s_ctrl() 1083 		v4l2_ctrl_activate(dev->radio_rx_rds_ms, dev->radio_rx_rds_controls);  in vivid_radio_rx_s_ctrl()
  | 
| /linux-4.1.27/drivers/media/platform/exynos4-is/ | 
| D | fimc-core.c | 659 	v4l2_ctrl_activate(ctrls->rotate, active);  in fimc_ctrls_activate() 660 	v4l2_ctrl_activate(ctrls->hflip, active);  in fimc_ctrls_activate() 661 	v4l2_ctrl_activate(ctrls->vflip, active);  in fimc_ctrls_activate() 662 	v4l2_ctrl_activate(ctrls->colorfx, active);  in fimc_ctrls_activate() 664 		v4l2_ctrl_activate(ctrls->alpha, active && has_alpha);  in fimc_ctrls_activate()
  | 
| /linux-4.1.27/include/media/ | 
| D | v4l2-ctrls.h | 608 void v4l2_ctrl_activate(struct v4l2_ctrl *ctrl, bool active);
  | 
| /linux-4.1.27/drivers/media/i2c/ | 
| D | mt9p031.c | 747 		v4l2_ctrl_activate(mt9p031->blc_auto, ctrl->val == 0);  in mt9p031_s_ctrl() 748 		v4l2_ctrl_activate(mt9p031->blc_offset, ctrl->val == 0);  in mt9p031_s_ctrl()
  | 
| D | saa6752hs.c | 427 		v4l2_ctrl_activate(h->video_bitrate_peak,  in saa6752hs_s_ctrl()
  | 
| D | ov9650.c | 802 	v4l2_ctrl_activate(ov965x->ctrls.brightness, !exp);  in ov965x_set_exposure()
  | 
| /linux-4.1.27/drivers/media/usb/hdpvr/ | 
| D | hdpvr-video.c | 958 			v4l2_ctrl_activate(dev->video_bitrate_peak,  in hdpvr_s_ctrl()
  | 
| /linux-4.1.27/drivers/media/v4l2-core/ | 
| D | v4l2-ctrls.c | 2337 void v4l2_ctrl_activate(struct v4l2_ctrl *ctrl, bool active)  in v4l2_ctrl_activate()  function 2355 EXPORT_SYMBOL(v4l2_ctrl_activate);
  | 
| /linux-4.1.27/Documentation/video4linux/ | 
| D | v4l2-controls.txt | 448 You can set the 'active' status using v4l2_ctrl_activate(). By default all
  | 
| /linux-4.1.27/drivers/media/i2c/smiapp/ | 
| D | smiapp-core.c | 481 			v4l2_ctrl_activate(  in smiapp_set_ctrl()
  |