/linux/drivers/media/i2c/s5c73m3/ |
A D | s5c73m3-ctrls.c | 109 struct s5c73m3_ctrls *ctrls = &state->ctrls; in s5c73m3_set_exposure() local 112 if (ctrls->exposure_metering->is_new) { in s5c73m3_set_exposure() 115 switch (ctrls->exposure_metering->val) { in s5c73m3_set_exposure() 131 u16 exp_bias = ctrls->exposure_bias->val; in s5c73m3_set_exposure() 137 ctrls->exposure_bias->val, ctrls->exposure_metering->val, ret); in s5c73m3_set_exposure() 170 struct s5c73m3_ctrls *c = &state->ctrls; in s5c73m3_af_run() 198 && state->ctrls.auto_wb->val) { in s5c73m3_3a_lock() 213 struct s5c73m3_ctrls *c = &state->ctrls; in s5c73m3_set_auto_focus() 259 iso = state->ctrls.iso->val + 1; in s5c73m3_set_iso() 446 struct s5c73m3_ctrls *ctrls = &state->ctrls; in s5c73m3_init_controls() local [all …]
|
/linux/drivers/media/v4l2-core/ |
A D | v4l2-flash-led-class.c | 82 struct v4l2_ctrl **ctrls = v4l2_flash->ctrls; in v4l2_flash_set_led_brightness() local 125 struct v4l2_ctrl **ctrls = v4l2_flash->ctrls; in v4l2_flash_update_led_brightness() local 209 (ctrls[STROBE_SOURCE] && (ctrls[STROBE_SOURCE]->val != in __software_strobe_mode_inactive() 218 struct v4l2_ctrl **ctrls = v4l2_flash->ctrls; in v4l2_flash_s_ctrl() local 242 if (ctrls[STROBE_SOURCE]) { in v4l2_flash_s_ctrl() 252 if (ctrls[STROBE_SOURCE]) { in v4l2_flash_s_ctrl() 442 if (!v4l2_flash->ctrls) in v4l2_flash_init_controls() 509 struct v4l2_ctrl **ctrls = v4l2_flash->ctrls; in __sync_device_with_v4l2_controls() local 512 if (ctrls[TORCH_INTENSITY]) { in __sync_device_with_v4l2_controls() 526 if (ctrls[FLASH_TIMEOUT]) { in __sync_device_with_v4l2_controls() [all …]
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | common.rst | 42 ext-ctrls-camera 43 ext-ctrls-flash 44 ext-ctrls-image-source 46 ext-ctrls-codec 48 ext-ctrls-jpeg 49 ext-ctrls-dv 50 ext-ctrls-rf-tuner 51 ext-ctrls-fm-tx 52 ext-ctrls-fm-rx 53 ext-ctrls-detect [all …]
|
/linux/drivers/media/usb/gspca/stv06xx/ |
A D | stv06xx_pb0100.c | 80 struct pb0100_ctrls *ctrls = sd->sensor_priv; in pb0100_s_ctrl() local 109 struct pb0100_ctrls *ctrls; in pb0100_init_controls() local 129 ctrls = kzalloc(sizeof(*ctrls), GFP_KERNEL); in pb0100_init_controls() 130 if (!ctrls) in pb0100_init_controls() 147 kfree(ctrls); in pb0100_init_controls() 150 sd->sensor_priv = ctrls; in pb0100_init_controls() 325 struct pb0100_ctrls *ctrls = sd->sensor_priv; in pb0100_set_gain() local 347 val += ctrls->gain->val; in pb0100_set_red_balance() 366 val += ctrls->gain->val; in pb0100_set_blue_balance() 398 if (ctrls->natural->val) in pb0100_set_autogain() [all …]
|
/linux/drivers/staging/media/hantro/ |
A D | hantro_h264.c | 198 const struct hantro_h264_dec_ctrls *ctrls = &ctx->h264_dec.ctrls; in assemble_scaling_list() local 228 const struct hantro_h264_dec_ctrls *ctrls = &ctx->h264_dec.ctrls; in prepare_table() local 365 struct hantro_h264_dec_ctrls *ctrls = &h264_ctx->ctrls; in hantro_h264_dec_prepare_run() local 370 ctrls->scaling = in hantro_h264_dec_prepare_run() 372 if (WARN_ON(!ctrls->scaling)) in hantro_h264_dec_prepare_run() 375 ctrls->decode = in hantro_h264_dec_prepare_run() 377 if (WARN_ON(!ctrls->decode)) in hantro_h264_dec_prepare_run() 380 ctrls->sps = in hantro_h264_dec_prepare_run() 382 if (WARN_ON(!ctrls->sps)) in hantro_h264_dec_prepare_run() 385 ctrls->pps = in hantro_h264_dec_prepare_run() [all …]
|
A D | hantro_hevc.c | 68 const struct hantro_hevc_dec_ctrls *ctrls = &ctx->hevc_dec.ctrls; in hantro_hevc_ref_size() local 165 const struct hantro_hevc_dec_ctrls *ctrls = &ctx->hevc_dec.ctrls; in tile_buffer_reallocate() local 251 struct hantro_hevc_dec_ctrls *ctrls = &hevc_ctx->ctrls; in hantro_hevc_dec_prepare_run() local 256 ctrls->decode_params = in hantro_hevc_dec_prepare_run() 258 if (WARN_ON(!ctrls->decode_params)) in hantro_hevc_dec_prepare_run() 261 ctrls->scaling = in hantro_hevc_dec_prepare_run() 263 if (WARN_ON(!ctrls->scaling)) in hantro_hevc_dec_prepare_run() 266 ctrls->sps = in hantro_hevc_dec_prepare_run() 268 if (WARN_ON(!ctrls->sps)) in hantro_hevc_dec_prepare_run() 271 ctrls->pps = in hantro_hevc_dec_prepare_run() [all …]
|
A D | hantro_g1_h264_dec.c | 24 const struct hantro_h264_dec_ctrls *ctrls = &ctx->h264_dec.ctrls; in set_params() local 25 const struct v4l2_ctrl_h264_decode_params *dec_param = ctrls->decode; in set_params() 26 const struct v4l2_ctrl_h264_sps *sps = ctrls->sps; in set_params() 27 const struct v4l2_ctrl_h264_pps *pps = ctrls->pps; in set_params() 207 const struct hantro_h264_dec_ctrls *ctrls = &ctx->h264_dec.ctrls; in set_buffers() local 221 if (ctrls->decode->flags & V4L2_H264_DECODE_PARAM_FLAG_BOTTOM_FIELD) in set_buffers() 226 if (ctrls->sps->profile_idc > 66 && ctrls->decode->nal_ref_idc) { in set_buffers() 230 if (ctrls->sps->profile_idc >= 100 && in set_buffers() 231 ctrls->sps->chroma_format_idc == 0) in set_buffers() 240 if (ctrls->decode->flags & V4L2_H264_DECODE_PARAM_FLAG_BOTTOM_FIELD) in set_buffers()
|
A D | hantro_g2_hevc_dec.c | 28 const struct hantro_hevc_dec_ctrls *ctrls = &ctx->hevc_dec.ctrls; in prepare_tile_info_buffer() local 29 const struct v4l2_ctrl_hevc_pps *pps = ctrls->pps; in prepare_tile_info_buffer() 30 const struct v4l2_ctrl_hevc_sps *sps = ctrls->sps; in prepare_tile_info_buffer() 122 const struct hantro_hevc_dec_ctrls *ctrls = &ctx->hevc_dec.ctrls; in set_params() local 123 const struct v4l2_ctrl_hevc_sps *sps = ctrls->sps; in set_params() 124 const struct v4l2_ctrl_hevc_pps *pps = ctrls->pps; in set_params() 286 const struct hantro_hevc_dec_ctrls *ctrls = &ctx->hevc_dec.ctrls; in set_ref_pic_list() local 364 const struct hantro_hevc_dec_ctrls *ctrls = &ctx->hevc_dec.ctrls; in set_ref() local 365 const struct v4l2_ctrl_hevc_sps *sps = ctrls->sps; in set_ref() 488 const struct hantro_hevc_dec_ctrls *ctrls = &ctx->hevc_dec.ctrls; in set_buffers() local [all …]
|
/linux/drivers/media/platform/atmel/ |
A D | atmel-isc-base.c | 57 struct isc_ctrls *ctrls = &isc->ctrls; in isc_update_v4l2_ctrls() local 73 struct isc_ctrls *ctrls = &isc->ctrls; in isc_update_awb_ctrls() local 503 struct isc_ctrls *ctrls = &isc->ctrls; in isc_set_pipeline() local 562 struct isc_ctrls *ctrls = &isc->ctrls; in isc_set_histogram() local 1585 struct isc_ctrls *ctrls = &isc->ctrls; in isc_hist_count() local 1658 ctrls->offset[c] = -ctrls->offset[c]; in isc_wb_update() 1694 struct isc_ctrls *ctrls = &isc->ctrls; in isc_awb_work() local 1767 struct isc_ctrls *ctrls = &isc->ctrls; in isc_s_ctrl() local 1797 struct isc_ctrls *ctrls = &isc->ctrls; in isc_s_awb_ctrl() local 1877 struct isc_ctrls *ctrls = &isc->ctrls; in isc_g_volatile_awb_ctrl() local [all …]
|
/linux/drivers/media/i2c/ |
A D | ov9650.c | 271 struct ov965x_ctrls ctrls; member 545 ov965x->ctrls.update = 1; in ov965x_s_power() 675 struct ov965x_ctrls *ctrls = &ov965x->ctrls; in ov965x_set_gain() local 686 if (ctrls->auto_gain->val) in ov965x_set_gain() 763 struct ov965x_ctrls *ctrls = &ov965x->ctrls; in ov965x_set_exposure() local 991 struct ov965x_ctrls *ctrls = &ov965x->ctrls; in ov965x_initialize_controls() local 1008 ctrls->auto_exp = in ov965x_initialize_controls() 1033 ctrls->light_freq = in ov965x_initialize_controls() 1280 struct ov965x_ctrls *ctrls = &ov965x->ctrls; in __ov965x_set_params() local 1327 struct ov965x_ctrls *ctrls = &ov965x->ctrls; in ov965x_s_stream() local [all …]
|
A D | adp1653.c | 202 v4l2_ctrl_handler_init(&flash->ctrls, 9); in adp1653_init_controls() 211 v4l2_ctrl_new_std(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls() 247 if (flash->ctrls.error) in adp1653_init_controls() 248 return flash->ctrls.error; in adp1653_init_controls() 252 flash->subdev.ctrl_handler = &flash->ctrls; in adp1653_init_controls() 273 mutex_lock(flash->ctrls.lock); in adp1653_init_device() 277 mutex_unlock(flash->ctrls.lock); in adp1653_init_device() 283 mutex_lock(flash->ctrls.lock); in adp1653_init_device() 285 mutex_unlock(flash->ctrls.lock); in adp1653_init_device() 509 v4l2_ctrl_handler_free(&flash->ctrls); in adp1653_probe() [all …]
|
A D | ov2680.c | 118 struct ov2680_ctrls ctrls; member 194 ctrls.handler)->sd; in ctrl_to_sd() 410 struct ov2680_ctrls *ctrls = &sensor->ctrls; in ov2680_gain_set() local 422 gain = ctrls->gain->val; in ov2680_gain_set() 443 struct ov2680_ctrls *ctrls = &sensor->ctrls; in ov2680_exposure_set() local 485 struct ov2680_ctrls *ctrls = &sensor->ctrls; in ov2680_mode_set() local 500 if (ctrls->auto_gain->val) { in ov2680_mode_set() 801 struct ov2680_ctrls *ctrls = &sensor->ctrls; in ov2680_g_volatile_ctrl() local 812 ctrls->gain->val = val; in ov2680_g_volatile_ctrl() 829 struct ov2680_ctrls *ctrls = &sensor->ctrls; in ov2680_s_ctrl() local [all …]
|
A D | ov5648.c | 661 struct ov5648_ctrls ctrls; member 1529 struct ov5648_ctrls *ctrls = &sensor->ctrls; in ov5648_exposure_configure() local 1585 struct ov5648_ctrls *ctrls = &sensor->ctrls; in ov5648_gain_configure() local 1631 struct ov5648_ctrls *ctrls = &sensor->ctrls; in ov5648_white_balance_configure() local 1694 struct ov5648_ctrls *ctrls = &sensor->ctrls; in ov5648_state_mipi_configure() local 1935 struct ov5648_ctrls *ctrls = &sensor->ctrls; in ov5648_g_volatile_ctrl() local 1960 struct ov5648_ctrls *ctrls = &sensor->ctrls; in ov5648_s_ctrl() local 2035 struct ov5648_ctrls *ctrls = &sensor->ctrls; in ov5648_ctrls_init() local 2059 ctrls->gain_auto = in ov5648_ctrls_init() 2096 ctrls->link_freq = in ov5648_ctrls_init() [all …]
|
A D | ov5640.c | 253 struct ov5640_ctrls ctrls; member 270 ctrls.handler)->sd; in ctrl_to_sd() 2522 struct ov5640_ctrls *ctrls = &sensor->ctrls; in ov5640_set_ctrl_exposure() local 2526 if (ctrls->auto_exp->is_new) { in ov5640_set_ctrl_exposure() 2554 struct ov5640_ctrls *ctrls = &sensor->ctrls; in ov5640_set_ctrl_gain() local 2557 if (ctrls->auto_gain->is_new) { in ov5640_set_ctrl_gain() 2671 sensor->ctrls.gain->val = val; in ov5640_g_volatile_ctrl() 2677 sensor->ctrls.exposure->val = val; in ov5640_g_volatile_ctrl() 2747 struct ov5640_ctrls *ctrls = &sensor->ctrls; in ov5640_init_controls() local 2788 ctrls->test_pattern = in ov5640_init_controls() [all …]
|
A D | mt9v011.c | 55 struct v4l2_ctrl_handler ctrls; member 521 v4l2_ctrl_handler_init(&core->ctrls, 5); in mt9v011_probe() 522 v4l2_ctrl_new_std(&core->ctrls, &mt9v011_ctrl_ops, in mt9v011_probe() 524 v4l2_ctrl_new_std(&core->ctrls, &mt9v011_ctrl_ops, in mt9v011_probe() 526 v4l2_ctrl_new_std(&core->ctrls, &mt9v011_ctrl_ops, in mt9v011_probe() 528 v4l2_ctrl_new_std(&core->ctrls, &mt9v011_ctrl_ops, in mt9v011_probe() 535 if (core->ctrls.error) { in mt9v011_probe() 536 int ret = core->ctrls.error; in mt9v011_probe() 539 v4l2_ctrl_handler_free(&core->ctrls); in mt9v011_probe() 542 core->sd.ctrl_handler = &core->ctrls; in mt9v011_probe() [all …]
|
A D | ov5645.c | 101 struct v4l2_ctrl_handler ctrls; member 794 struct ov5645, ctrls); in ov5645_s_ctrl() 1003 ret = v4l2_ctrl_handler_setup(&ov5645->ctrls); in ov5645_s_stream() 1140 v4l2_ctrl_handler_init(&ov5645->ctrls, 9); in ov5645_probe() 1141 v4l2_ctrl_new_std(&ov5645->ctrls, &ov5645_ctrl_ops, in ov5645_probe() 1170 ov5645->sd.ctrl_handler = &ov5645->ctrls; in ov5645_probe() 1172 if (ov5645->ctrls.error) { in ov5645_probe() 1174 __func__, ov5645->ctrls.error); in ov5645_probe() 1175 ret = ov5645->ctrls.error; in ov5645_probe() 1253 v4l2_ctrl_handler_free(&ov5645->ctrls); in ov5645_probe() [all …]
|
/linux/drivers/media/platform/sti/hva/ |
A D | hva-debugfs.c | 17 struct hva_controls *ctrls = &ctx->ctrls; in format_ctx() local 53 ctrls->bitrate, in format_ctx() 54 ctrls->gop_size, in format_ctx() 56 ctrls->time_per_frame.denominator, in format_ctx() 57 ctrls->time_per_frame.numerator); in format_ctx() 73 ctrls->cpb_size, in format_ctx() 74 ctrls->dct8x8 ? "true" : "false", in format_ctx() 75 ctrls->qpmin, in format_ctx() 76 ctrls->qpmax, in format_ctx() 77 ctrls->vui_sar ? "true" : "false", in format_ctx() [all …]
|
A D | hva-h264.c | 417 struct hva_controls *ctrls, in hva_h264_fill_slice_header() argument 439 if (!(frame_num % ctrls->gop_size)) in hva_h264_fill_slice_header() 456 if ((frame_num / ctrls->gop_size) % 2) { in hva_h264_fill_slice_header() 469 if (ctrls->entropy_mode == cabac) { in hva_h264_fill_slice_header() 599 struct hva_controls *ctrls = &pctx->ctrls; in hva_h264_prepare_task() local 624 level = ctrls->level; in hva_h264_prepare_task() 650 td->bit_rate = ctrls->bitrate; in hva_h264_prepare_task() 746 td->transform_mode = ctrls->dct8x8; in hva_h264_prepare_task() 768 td->qp_min = clamp_val(ctrls->qpmin, 0, 51); in hva_h264_prepare_task() 769 td->qp_max = clamp_val(ctrls->qpmax, 0, 51); in hva_h264_prepare_task() [all …]
|
/linux/drivers/media/platform/exynos4-is/ |
A D | fimc-core.c | 576 struct fimc_ctrls *ctrls = &ctx->ctrls; in fimc_ctrls_create() local 579 if (ctx->ctrls.ready) in fimc_ctrls_create() 596 ctrls->alpha = NULL; in fimc_ctrls_create() 609 ctrls->ready = true; in fimc_ctrls_create() 617 struct fimc_ctrls *ctrls = &ctx->ctrls; in fimc_ctrls_delete() local 619 if (ctrls->ready) { in fimc_ctrls_delete() 621 ctrls->ready = false; in fimc_ctrls_delete() 622 ctrls->alpha = NULL; in fimc_ctrls_delete() 629 struct fimc_ctrls *ctrls = &ctx->ctrls; in fimc_ctrls_activate() local 631 if (!ctrls->ready) in fimc_ctrls_activate() [all …]
|
A D | fimc-isp.c | 515 idx = is->isp.ctrls.iso->val; in __ctrl_set_iso() 696 struct v4l2_ctrl_handler *handler = &isp->ctrls.handler; in fimc_isp_subdev_create() 698 struct fimc_isp_ctrls *ctrls = &isp->ctrls; in fimc_isp_subdev_create() local 729 ctrls->hue = v4l2_ctrl_new_std(handler, ops, V4L2_CID_HUE, in fimc_isp_subdev_create() 732 ctrls->auto_wb = v4l2_ctrl_new_std_menu(handler, ops, in fimc_isp_subdev_create() 736 ctrls->exposure = v4l2_ctrl_new_std(handler, ops, in fimc_isp_subdev_create() 748 ctrls->auto_iso = v4l2_ctrl_new_std_menu(handler, ops, in fimc_isp_subdev_create() 752 ctrls->iso = v4l2_ctrl_new_int_menu(handler, ops, in fimc_isp_subdev_create() 756 ctrls->aewb_lock = v4l2_ctrl_new_std(handler, ops, in fimc_isp_subdev_create() 768 v4l2_ctrl_auto_cluster(2, &ctrls->auto_iso, in fimc_isp_subdev_create() [all …]
|
/linux/drivers/media/platform/vsp1/ |
A D | vsp1_hgo.c | 158 mutex_lock(hgo->ctrls.handler.lock); in hgo_configure_stream() 159 hgo->max_rgb = hgo->ctrls.max_rgb->cur.val; in hgo_configure_stream() 160 if (hgo->ctrls.num_bins) in hgo_configure_stream() 161 hgo->num_bins = hgo_num_bins[hgo->ctrls.num_bins->cur.val]; in hgo_configure_stream() 162 mutex_unlock(hgo->ctrls.handler.lock); in hgo_configure_stream() 198 v4l2_ctrl_handler_init(&hgo->ctrls.handler, in vsp1_hgo_create() 200 hgo->ctrls.max_rgb = v4l2_ctrl_new_custom(&hgo->ctrls.handler, in vsp1_hgo_create() 203 hgo->ctrls.num_bins = in vsp1_hgo_create() 204 v4l2_ctrl_new_custom(&hgo->ctrls.handler, in vsp1_hgo_create() 210 hgo->histo.entity.subdev.ctrl_handler = &hgo->ctrls.handler; in vsp1_hgo_create()
|
A D | vsp1_wpf.c | 103 rotation = wpf->flip.ctrls.rotate ? wpf->flip.ctrls.rotate->val : 0; in vsp1_wpf_s_ctrl() 114 if (wpf->flip.ctrls.vflip->val) in vsp1_wpf_s_ctrl() 117 if (wpf->flip.ctrls.hflip && wpf->flip.ctrls.hflip->val) in vsp1_wpf_s_ctrl() 164 wpf->flip.ctrls.vflip = in wpf_init_controls() 165 v4l2_ctrl_new_std(&wpf->ctrls, &vsp1_wpf_ctrl_ops, in wpf_init_controls() 170 wpf->flip.ctrls.hflip = in wpf_init_controls() 173 wpf->flip.ctrls.rotate = in wpf_init_controls() 176 v4l2_ctrl_cluster(3, &wpf->flip.ctrls.vflip); in wpf_init_controls() 179 if (wpf->ctrls.error) { in wpf_init_controls() 182 return wpf->ctrls.error; in wpf_init_controls() [all …]
|
A D | vsp1_hgt.c | 101 ctrls); in hgt_hue_areas_s_ctrl() 157 mutex_lock(hgt->ctrls.lock); in hgt_configure_stream() 165 mutex_unlock(hgt->ctrls.lock); in hgt_configure_stream() 197 v4l2_ctrl_handler_init(&hgt->ctrls, 1); in vsp1_hgt_create() 198 v4l2_ctrl_new_custom(&hgt->ctrls, &hgt_hue_areas, NULL); in vsp1_hgt_create() 200 hgt->histo.entity.subdev.ctrl_handler = &hgt->ctrls; in vsp1_hgt_create() 212 v4l2_ctrl_handler_setup(&hgt->ctrls); in vsp1_hgt_create()
|
A D | vsp1_clu.c | 67 container_of(ctrl->handler, struct vsp1_clu, ctrls); in clu_s_ctrl() 270 v4l2_ctrl_handler_init(&clu->ctrls, 2); in vsp1_clu_create() 271 v4l2_ctrl_new_custom(&clu->ctrls, &clu_table_control, NULL); in vsp1_clu_create() 272 v4l2_ctrl_new_custom(&clu->ctrls, &clu_mode_control, NULL); in vsp1_clu_create() 274 clu->entity.subdev.ctrl_handler = &clu->ctrls; in vsp1_clu_create() 276 if (clu->ctrls.error) { in vsp1_clu_create() 278 ret = clu->ctrls.error; in vsp1_clu_create() 283 v4l2_ctrl_handler_setup(&clu->ctrls); in vsp1_clu_create()
|
A D | vsp1_lut.c | 64 container_of(ctrl->handler, struct vsp1_lut, ctrls); in lut_s_ctrl() 227 v4l2_ctrl_handler_init(&lut->ctrls, 1); in vsp1_lut_create() 228 v4l2_ctrl_new_custom(&lut->ctrls, &lut_table_control, NULL); in vsp1_lut_create() 230 lut->entity.subdev.ctrl_handler = &lut->ctrls; in vsp1_lut_create() 232 if (lut->ctrls.error) { in vsp1_lut_create() 234 ret = lut->ctrls.error; in vsp1_lut_create() 239 v4l2_ctrl_handler_setup(&lut->ctrls); in vsp1_lut_create()
|