Searched refs:v4l2_ctrl_activate (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/media/common/ |
D | cx2341x.c | 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() [all …]
|
/Linux-v4.19/drivers/media/platform/vivid/ |
D | vivid-ctrls.c | 472 v4l2_ctrl_activate(dev->ctrl_dv_timings, in vivid_vid_cap_s_ctrl() 1120 v4l2_ctrl_activate(dev->ctrl_standard, dev->std_signal_mode == SELECTED_STD); in vivid_sdtv_cap_s_ctrl() 1193 v4l2_ctrl_activate(dev->radio_rx_rds_pty, dev->radio_rx_rds_controls); in vivid_radio_rx_s_ctrl() 1194 v4l2_ctrl_activate(dev->radio_rx_rds_psname, dev->radio_rx_rds_controls); in vivid_radio_rx_s_ctrl() 1195 v4l2_ctrl_activate(dev->radio_rx_rds_radiotext, dev->radio_rx_rds_controls); in vivid_radio_rx_s_ctrl() 1196 v4l2_ctrl_activate(dev->radio_rx_rds_ta, dev->radio_rx_rds_controls); in vivid_radio_rx_s_ctrl() 1197 v4l2_ctrl_activate(dev->radio_rx_rds_tp, dev->radio_rx_rds_controls); in vivid_radio_rx_s_ctrl() 1198 v4l2_ctrl_activate(dev->radio_rx_rds_ms, dev->radio_rx_rds_controls); in vivid_radio_rx_s_ctrl()
|
/Linux-v4.19/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-v4.19/include/media/ |
D | v4l2-ctrls.h | 729 void v4l2_ctrl_activate(struct v4l2_ctrl *ctrl, bool active);
|
/Linux-v4.19/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 | 811 v4l2_ctrl_activate(ov965x->ctrls.brightness, !exp); in ov965x_set_exposure()
|
/Linux-v4.19/drivers/media/usb/hdpvr/ |
D | hdpvr-video.c | 967 v4l2_ctrl_activate(dev->video_bitrate_peak, in hdpvr_s_ctrl()
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 2494 void v4l2_ctrl_activate(struct v4l2_ctrl *ctrl, bool active) in v4l2_ctrl_activate() function 2512 EXPORT_SYMBOL(v4l2_ctrl_activate);
|
/Linux-v4.19/Documentation/media/kapi/ |
D | v4l2-controls.rst | 478 You can set the 'active' status using v4l2_ctrl_activate(). By default all
|
/Linux-v4.19/drivers/media/i2c/smiapp/ |
D | smiapp-core.c | 493 v4l2_ctrl_activate( in smiapp_set_ctrl()
|