Home
last modified time | relevance | path

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

/linux/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c2735 v4l2_ctrl_activate(channel->mpeg_video_h264_profile, in allegro_channel_adjust()
2737 v4l2_ctrl_activate(channel->mpeg_video_h264_level, in allegro_channel_adjust()
2739 v4l2_ctrl_activate(channel->mpeg_video_h264_i_frame_qp, in allegro_channel_adjust()
2741 v4l2_ctrl_activate(channel->mpeg_video_h264_max_qp, in allegro_channel_adjust()
2743 v4l2_ctrl_activate(channel->mpeg_video_h264_min_qp, in allegro_channel_adjust()
2745 v4l2_ctrl_activate(channel->mpeg_video_h264_p_frame_qp, in allegro_channel_adjust()
2747 v4l2_ctrl_activate(channel->mpeg_video_h264_b_frame_qp, in allegro_channel_adjust()
2750 v4l2_ctrl_activate(channel->mpeg_video_hevc_profile, in allegro_channel_adjust()
2752 v4l2_ctrl_activate(channel->mpeg_video_hevc_level, in allegro_channel_adjust()
2754 v4l2_ctrl_activate(channel->mpeg_video_hevc_tier, in allegro_channel_adjust()
[all …]
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.c634 v4l2_ctrl_activate(ctrls->rotate, active); in fimc_ctrls_activate()
635 v4l2_ctrl_activate(ctrls->hflip, active); in fimc_ctrls_activate()
636 v4l2_ctrl_activate(ctrls->vflip, active); in fimc_ctrls_activate()
637 v4l2_ctrl_activate(ctrls->colorfx, active); in fimc_ctrls_activate()
639 v4l2_ctrl_activate(ctrls->alpha, active && has_alpha); in fimc_ctrls_activate()
/linux/drivers/media/platform/microchip/
H A Dmicrochip-isc-base.c380 v4l2_ctrl_activate(isc->do_wb_ctrl, true); in isc_start_streaming()
415 v4l2_ctrl_activate(isc->do_wb_ctrl, false); in isc_stop_streaming()
1513 v4l2_ctrl_activate(isc->do_wb_ctrl, false); in isc_s_awb_ctrl()
1649 v4l2_ctrl_activate(isc->do_wb_ctrl, false); in isc_ctrl_init()
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c1203 v4l2_ctrl_activate(dev->ctrl_dv_timings_signal_mode, in vidioc_s_input()
1205 v4l2_ctrl_activate(dev->ctrl_dv_timings, vivid_is_hdmi_cap(dev) && in vidioc_s_input()
1208 v4l2_ctrl_activate(dev->ctrl_std_signal_mode, vivid_is_sdtv_cap(dev)); in vidioc_s_input()
1209 v4l2_ctrl_activate(dev->ctrl_standard, vivid_is_sdtv_cap(dev) && in vidioc_s_input()
H A Dvivid-core.c1942 v4l2_ctrl_activate(dev->ctrl_dv_timings_signal_mode, false); in vivid_create_instance()
1943 v4l2_ctrl_activate(dev->ctrl_dv_timings, false); in vivid_create_instance()
1945 v4l2_ctrl_activate(dev->ctrl_std_signal_mode, false); in vivid_create_instance()
1946 v4l2_ctrl_activate(dev->ctrl_standard, false); in vivid_create_instance()
/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c2645 void v4l2_ctrl_activate(struct v4l2_ctrl *ctrl, bool active) in v4l2_ctrl_activate() function
2663 EXPORT_SYMBOL(v4l2_ctrl_activate);
/linux/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c968 v4l2_ctrl_activate(dev->video_bitrate_peak, in hdpvr_s_ctrl()