| /linux/drivers/media/usb/pwc/ |
| H A D | pwc-v4l.c | 200 pdev->auto_white_balance = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls() 296 pdev->autocontour = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls() 305 pdev->contour = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls() 317 pdev->backlight = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls() 327 pdev->flicker = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls() 336 pdev->noise_reduction = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls() 339 pdev->save_user = v4l2_ctrl_new_custom(hdl, &pwc_save_user_cfg, NULL); in pwc_init_controls() 340 pdev->restore_user = v4l2_ctrl_new_custom(hdl, &pwc_restore_user_cfg, in pwc_init_controls() 344 pdev->restore_factory = v4l2_ctrl_new_custom(hdl, in pwc_init_controls() 357 pdev->awb_speed = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls() [all …]
|
| /linux/drivers/media/platform/renesas/vsp1/ |
| H A D | vsp1_hgo.c | 208 hgo->ctrls.max_rgb = v4l2_ctrl_new_custom(&hgo->ctrls.handler, in vsp1_hgo_create() 212 v4l2_ctrl_new_custom(&hgo->ctrls.handler, in vsp1_hgo_create()
|
| H A D | vsp1_hgt.c | 206 v4l2_ctrl_new_custom(&hgt->ctrls, &hgt_hue_areas, NULL); in vsp1_hgt_create()
|
| /linux/drivers/staging/media/imx/ |
| H A D | imx-media-fim.c | 332 fim->ctrl[i] = v4l2_ctrl_new_custom(hdlr, in init_fim_controls() 336 fim->icap_ctrl[i] = v4l2_ctrl_new_custom(hdlr, in init_fim_controls()
|
| /linux/drivers/media/platform/microchip/ |
| H A D | microchip-isc-base.c | 1651 isc->r_gain_ctrl = v4l2_ctrl_new_custom(hdl, &isc_r_gain_ctrl, NULL); in isc_ctrl_init() 1652 isc->b_gain_ctrl = v4l2_ctrl_new_custom(hdl, &isc_b_gain_ctrl, NULL); in isc_ctrl_init() 1653 isc->gr_gain_ctrl = v4l2_ctrl_new_custom(hdl, &isc_gr_gain_ctrl, NULL); in isc_ctrl_init() 1654 isc->gb_gain_ctrl = v4l2_ctrl_new_custom(hdl, &isc_gb_gain_ctrl, NULL); in isc_ctrl_init() 1655 isc->r_off_ctrl = v4l2_ctrl_new_custom(hdl, &isc_r_off_ctrl, NULL); in isc_ctrl_init() 1656 isc->b_off_ctrl = v4l2_ctrl_new_custom(hdl, &isc_b_off_ctrl, NULL); in isc_ctrl_init() 1657 isc->gr_off_ctrl = v4l2_ctrl_new_custom(hdl, &isc_gr_off_ctrl, NULL); in isc_ctrl_init() 1658 isc->gb_off_ctrl = v4l2_ctrl_new_custom(hdl, &isc_gb_off_ctrl, NULL); in isc_ctrl_init()
|
| /linux/drivers/media/usb/gspca/stv06xx/ |
| H A D | stv06xx_pb0100.c | 144 ctrls->natural = v4l2_ctrl_new_custom(hdl, &natural_light, NULL); in pb0100_init_controls() 145 ctrls->target = v4l2_ctrl_new_custom(hdl, &autogain_target, NULL); in pb0100_init_controls()
|
| /linux/drivers/media/i2c/ |
| H A D | max2175.c | 1361 ctx->i2s_en = v4l2_ctrl_new_custom(hdl, &max2175_i2s_en, NULL); in max2175_probe() 1362 ctx->hsls = v4l2_ctrl_new_custom(hdl, &max2175_hsls, NULL); in max2175_probe() 1365 ctx->rx_mode = v4l2_ctrl_new_custom(hdl, in max2175_probe() 1370 ctx->rx_mode = v4l2_ctrl_new_custom(hdl, in max2175_probe()
|
| H A D | thp7312.c | 1272 v4l2_ctrl_new_custom(hdl, af_method, NULL); in thp7312_init_controls() 1340 ctrl = v4l2_ctrl_new_custom(hdl, ctrl_cfg, NULL); in thp7312_init_controls()
|
| /linux/drivers/media/test-drivers/vimc/ |
| H A D | vimc-debayer.c | 573 v4l2_ctrl_new_custom(&vdebayer->hdl, &vimc_debayer_ctrl_class, NULL); in vimc_debayer_add() 574 v4l2_ctrl_new_custom(&vdebayer->hdl, &vimc_debayer_ctrl_mean_win_size, NULL); in vimc_debayer_add()
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttv-driver.c | 3357 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_combfilter, NULL); in bttv_probe() 3358 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_automute, NULL); in bttv_probe() 3359 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_lumafilter, NULL); in bttv_probe() 3360 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_agc_crush, NULL); in bttv_probe() 3361 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_vcr_hack, NULL); in bttv_probe() 3362 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_whitecrush_lower, NULL); in bttv_probe() 3363 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_whitecrush_upper, NULL); in bttv_probe() 3364 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_uv_ratio, NULL); in bttv_probe() 3365 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_full_luma, NULL); in bttv_probe() 3366 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_coring, NULL); in bttv_probe()
|
| /linux/drivers/media/usb/gspca/ |
| H A D | jeilinj.c | 447 v4l2_ctrl_new_custom(hdl, &custom_autogain, NULL); in sd_init_controls()
|
| H A D | mr97310a.c | 994 sd->min_clockdiv = v4l2_ctrl_new_custom(hdl, &clockdiv, NULL); in sd_init_controls()
|
| /linux/drivers/media/test-drivers/visl/ |
| H A D | visl-core.c | 311 v4l2_ctrl_new_custom(hdl, &ctrls->ctrls[j].cfg, NULL); in visl_init_ctrls()
|
| /linux/drivers/staging/media/sunxi/cedrus/ |
| H A D | cedrus.c | 296 ctrl = v4l2_ctrl_new_custom(hdl, &cedrus_controls[i].cfg, in cedrus_init_ctrls()
|
| /linux/drivers/media/usb/gspca/m5602/ |
| H A D | m5602_mt9m111.c | 282 sd->green_bal = v4l2_ctrl_new_custom(hdl, &mt9m111_greenbal_cfg, NULL); in mt9m111_init_controls()
|
| H A D | m5602_po1030.c | 247 sd->green_bal = v4l2_ctrl_new_custom(hdl, &po1030_greenbal_cfg, NULL); in po1030_init_controls()
|
| /linux/drivers/media/pci/solo6x10/ |
| H A D | solo6x10-v4l2-enc.c | 1239 v4l2_ctrl_new_custom(hdl, &solo_osd_text_ctrl, NULL); in solo_enc_alloc() 1241 v4l2_ctrl_new_custom(hdl, &solo_md_thresholds, NULL); in solo_enc_alloc()
|
| /linux/drivers/media/test-drivers/ |
| H A D | vim2m.c | 1382 v4l2_ctrl_new_custom(hdl, &vim2m_ctrl_trans_time_msec, NULL); in vim2m_open() 1383 v4l2_ctrl_new_custom(hdl, &vim2m_ctrl_trans_num_bufs, NULL); in vim2m_open()
|
| /linux/drivers/staging/media/atomisp/i2c/ |
| H A D | atomisp-gc2235.c | 827 v4l2_ctrl_new_custom(&dev->ctrl_handler, &gc2235_controls[i], in gc2235_probe()
|
| H A D | atomisp-ov2722.c | 936 v4l2_ctrl_new_custom(&dev->ctrl_handler, &ov2722_controls[i], in __ov2722_init_ctrl_handler()
|
| /linux/drivers/media/i2c/ccs/ |
| H A D | ccs-core.c | 944 v4l2_ctrl_new_custom(&sensor->pixel_array->ctrl_handler, in ccs_init_controls() 996 v4l2_ctrl_new_custom(&sensor->pixel_array->ctrl_handler, in ccs_init_controls() 1014 v4l2_ctrl_new_custom(&sensor->pixel_array->ctrl_handler, in ccs_init_controls() 1031 v4l2_ctrl_new_custom(&sensor->pixel_array->ctrl_handler, in ccs_init_controls()
|
| /linux/drivers/media/platform/nuvoton/ |
| H A D | npcm-video.c | 1595 v4l2_ctrl_new_custom(&video->ctrl_handler, &npcm_ctrl_capture_mode, NULL); in npcm_video_setup_video() 1596 video->rect_cnt_ctrl = v4l2_ctrl_new_custom(&video->ctrl_handler, in npcm_video_setup_video()
|
| /linux/drivers/media/platform/mediatek/vcodec/decoder/ |
| H A D | mtk_vcodec_dec_stateless.c | 721 v4l2_ctrl_new_custom(&ctx->ctrl_hdl, &cfg, NULL); in mtk_vcodec_dec_ctrls_setup()
|
| /linux/drivers/media/platform/nvidia/tegra-vde/ |
| H A D | v4l2.c | 776 ctx->ctrls[i] = v4l2_ctrl_new_custom(&ctx->hdl, &ctrl_cfgs[i], in tegra_init_ctrls()
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-ctrls-core.c | 2233 struct v4l2_ctrl *v4l2_ctrl_new_custom(struct v4l2_ctrl_handler *hdl, in v4l2_ctrl_new_custom() function 2275 EXPORT_SYMBOL(v4l2_ctrl_new_custom);
|