Home
last modified time | relevance | path

Searched refs:v4l2_ctrl_new_custom (Results 1 – 25 of 69) sorted by relevance

123

/linux-6.3-rc2/drivers/media/test-drivers/vivid/
A Dvivid-ctrls.c1619 v4l2_ctrl_new_custom(hdl_fb, &vivid_ctrl_class, NULL); in vivid_create_controls()
1621 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1699 dev->test_pattern = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
1723 dev->colorspace = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
1767 dev->ctrl_standard = v4l2_ctrl_new_custom(hdl_sdtv_cap, in vivid_create_controls()
1784 dev->ctrl_dv_timings = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
1832 v4l2_ctrl_new_custom(hdl_fb, &vivid_ctrl_clear_fb, NULL); in vivid_create_controls()
1861 v4l2_ctrl_new_custom(hdl_radio_tx, in vivid_create_controls()
1903 v4l2_ctrl_new_custom(hdl_sdr_cap, in vivid_create_controls()
1907 v4l2_ctrl_new_custom(hdl_meta_cap, in vivid_create_controls()
[all …]
/linux-6.3-rc2/drivers/media/usb/go7007/
A Dgo7007-v4l2.c1042 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold0_ctrl, NULL); in go7007_v4l2_ctrl_init()
1043 v4l2_ctrl_new_custom(hdl, &go7007_motion_threshold0_ctrl, NULL); in go7007_v4l2_ctrl_init()
1044 v4l2_ctrl_new_custom(hdl, &go7007_mb_threshold0_ctrl, NULL); in go7007_v4l2_ctrl_init()
1045 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold1_ctrl, NULL); in go7007_v4l2_ctrl_init()
1046 v4l2_ctrl_new_custom(hdl, &go7007_motion_threshold1_ctrl, NULL); in go7007_v4l2_ctrl_init()
1047 v4l2_ctrl_new_custom(hdl, &go7007_mb_threshold1_ctrl, NULL); in go7007_v4l2_ctrl_init()
1048 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold2_ctrl, NULL); in go7007_v4l2_ctrl_init()
1050 v4l2_ctrl_new_custom(hdl, &go7007_mb_threshold2_ctrl, NULL); in go7007_v4l2_ctrl_init()
1051 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold3_ctrl, NULL); in go7007_v4l2_ctrl_init()
1053 v4l2_ctrl_new_custom(hdl, &go7007_mb_threshold3_ctrl, NULL); in go7007_v4l2_ctrl_init()
[all …]
/linux-6.3-rc2/drivers/media/usb/pwc/
A Dpwc-v4l.c200 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-6.3-rc2/drivers/staging/media/atomisp/pci/
A Datomisp_subdev.c1069 asd->fmt_auto = v4l2_ctrl_new_custom(&asd->ctrl_handler, in isp_subdev_init_entities()
1071 asd->run_mode = v4l2_ctrl_new_custom(&asd->ctrl_handler, in isp_subdev_init_entities()
1073 asd->vfpp = v4l2_ctrl_new_custom(&asd->ctrl_handler, in isp_subdev_init_entities()
1075 asd->continuous_mode = v4l2_ctrl_new_custom(&asd->ctrl_handler, in isp_subdev_init_entities()
1077 asd->continuous_viewfinder = v4l2_ctrl_new_custom(&asd->ctrl_handler, in isp_subdev_init_entities()
1081 v4l2_ctrl_new_custom(&asd->ctrl_handler, in isp_subdev_init_entities()
1086 v4l2_ctrl_new_custom(&asd->ctrl_handler, in isp_subdev_init_entities()
1090 v4l2_ctrl_new_custom(&asd->ctrl_handler, in isp_subdev_init_entities()
1094 v4l2_ctrl_new_custom(&asd->ctrl_handler, in isp_subdev_init_entities()
/linux-6.3-rc2/drivers/media/platform/renesas/vsp1/
A Dvsp1_clu.c271 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()
A Dvsp1_hgo.c200 hgo->ctrls.max_rgb = v4l2_ctrl_new_custom(&hgo->ctrls.handler, in vsp1_hgo_create()
204 v4l2_ctrl_new_custom(&hgo->ctrls.handler, in vsp1_hgo_create()
A Dvsp1_hgt.c198 v4l2_ctrl_new_custom(&hgt->ctrls, &hgt_hue_areas, NULL); in vsp1_hgt_create()
A Dvsp1_lut.c228 v4l2_ctrl_new_custom(&lut->ctrls, &lut_table_control, NULL); in vsp1_lut_create()
A Dvsp1_sru.c382 v4l2_ctrl_new_custom(&sru->ctrls, &sru_intensity_control, NULL); in vsp1_sru_create()
/linux-6.3-rc2/drivers/media/test-drivers/vimc/
A Dvimc-sensor.c395 v4l2_ctrl_new_custom(&vsensor->hdl, &vimc_sensor_ctrl_class, NULL); in vimc_sensor_add()
396 v4l2_ctrl_new_custom(&vsensor->hdl, &vimc_sensor_ctrl_test_pattern, NULL); in vimc_sensor_add()
397 v4l2_ctrl_new_custom(&vsensor->hdl, &vimc_sensor_ctrl_osd_mode, NULL); in vimc_sensor_add()
A Dvimc-debayer.c579 v4l2_ctrl_new_custom(&vdebayer->hdl, &vimc_debayer_ctrl_class, NULL); in vimc_debayer_add()
580 v4l2_ctrl_new_custom(&vdebayer->hdl, &vimc_debayer_ctrl_mean_win_size, NULL); in vimc_debayer_add()
/linux-6.3-rc2/drivers/staging/media/imx/
A Dimx-media-fim.c332 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-6.3-rc2/drivers/media/usb/gspca/stv06xx/
A Dstv06xx_pb0100.c144 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-6.3-rc2/drivers/staging/media/deprecated/atmel/
A Datmel-isc-base.c1707 isc->r_gain_ctrl = v4l2_ctrl_new_custom(hdl, &isc_r_gain_ctrl, NULL); in isc_ctrl_init()
1708 isc->b_gain_ctrl = v4l2_ctrl_new_custom(hdl, &isc_b_gain_ctrl, NULL); in isc_ctrl_init()
1709 isc->gr_gain_ctrl = v4l2_ctrl_new_custom(hdl, &isc_gr_gain_ctrl, NULL); in isc_ctrl_init()
1710 isc->gb_gain_ctrl = v4l2_ctrl_new_custom(hdl, &isc_gb_gain_ctrl, NULL); in isc_ctrl_init()
1711 isc->r_off_ctrl = v4l2_ctrl_new_custom(hdl, &isc_r_off_ctrl, NULL); in isc_ctrl_init()
1712 isc->b_off_ctrl = v4l2_ctrl_new_custom(hdl, &isc_b_off_ctrl, NULL); in isc_ctrl_init()
1713 isc->gr_off_ctrl = v4l2_ctrl_new_custom(hdl, &isc_gr_off_ctrl, NULL); in isc_ctrl_init()
1714 isc->gb_off_ctrl = v4l2_ctrl_new_custom(hdl, &isc_gb_off_ctrl, NULL); in isc_ctrl_init()
/linux-6.3-rc2/drivers/media/platform/microchip/
A Dmicrochip-isc-base.c1692 isc->r_gain_ctrl = v4l2_ctrl_new_custom(hdl, &isc_r_gain_ctrl, NULL); in isc_ctrl_init()
1693 isc->b_gain_ctrl = v4l2_ctrl_new_custom(hdl, &isc_b_gain_ctrl, NULL); in isc_ctrl_init()
1694 isc->gr_gain_ctrl = v4l2_ctrl_new_custom(hdl, &isc_gr_gain_ctrl, NULL); in isc_ctrl_init()
1695 isc->gb_gain_ctrl = v4l2_ctrl_new_custom(hdl, &isc_gb_gain_ctrl, NULL); in isc_ctrl_init()
1696 isc->r_off_ctrl = v4l2_ctrl_new_custom(hdl, &isc_r_off_ctrl, NULL); in isc_ctrl_init()
1697 isc->b_off_ctrl = v4l2_ctrl_new_custom(hdl, &isc_b_off_ctrl, NULL); in isc_ctrl_init()
1698 isc->gr_off_ctrl = v4l2_ctrl_new_custom(hdl, &isc_gr_off_ctrl, NULL); in isc_ctrl_init()
1699 isc->gb_off_ctrl = v4l2_ctrl_new_custom(hdl, &isc_gb_off_ctrl, NULL); in isc_ctrl_init()
/linux-6.3-rc2/drivers/media/i2c/
A Dmax2175.c1361 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()
A Dmt9v032.c1108 mt9v032->test_pattern_color = v4l2_ctrl_new_custom(&mt9v032->ctrls, in mt9v032_probe()
1111 v4l2_ctrl_new_custom(&mt9v032->ctrls, in mt9v032_probe()
1115 v4l2_ctrl_new_custom(&mt9v032->ctrls, &mt9v032_aegc_controls[i], in mt9v032_probe()
A Dmt9t001.c918 v4l2_ctrl_new_custom(&mt9t001->ctrls, &mt9t001_ctrls[i], NULL); in mt9t001_probe()
921 mt9t001->gains[i] = v4l2_ctrl_new_custom(&mt9t001->ctrls, in mt9t001_probe()
A Ds5k6aa.c1381 ctrls->gain_red = v4l2_ctrl_new_custom(hdl, &s5k6aa_ctrls[0], NULL); in s5k6aa_initialize_ctrls()
1382 ctrls->gain_green = v4l2_ctrl_new_custom(hdl, &s5k6aa_ctrls[1], NULL); in s5k6aa_initialize_ctrls()
1383 ctrls->gain_blue = v4l2_ctrl_new_custom(hdl, &s5k6aa_ctrls[2], NULL); in s5k6aa_initialize_ctrls()
/linux-6.3-rc2/drivers/media/pci/bt8xx/
A Dbttv-driver.c4114 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_combfilter, NULL); in bttv_probe()
4115 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_automute, NULL); in bttv_probe()
4116 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_lumafilter, NULL); in bttv_probe()
4117 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_agc_crush, NULL); in bttv_probe()
4118 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_vcr_hack, NULL); in bttv_probe()
4119 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_whitecrush_lower, NULL); in bttv_probe()
4120 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_whitecrush_upper, NULL); in bttv_probe()
4121 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_uv_ratio, NULL); in bttv_probe()
4122 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_full_luma, NULL); in bttv_probe()
4123 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_coring, NULL); in bttv_probe()
/linux-6.3-rc2/drivers/media/usb/gspca/
A Djeilinj.c447 v4l2_ctrl_new_custom(hdl, &custom_autogain, NULL); in sd_init_controls()
/linux-6.3-rc2/drivers/media/test-drivers/visl/
A Dvisl-core.c273 v4l2_ctrl_new_custom(hdl, &ctrls->ctrls[j].cfg, NULL); in visl_init_ctrls()
/linux-6.3-rc2/include/media/
A Dv4l2-ctrls.h627 struct v4l2_ctrl *v4l2_ctrl_new_custom(struct v4l2_ctrl_handler *hdl,
/linux-6.3-rc2/drivers/media/platform/mediatek/vcodec/
A Dmtk_vcodec_dec_stateless.c309 v4l2_ctrl_new_custom(&ctx->ctrl_hdl, &cfg, NULL); in mtk_vcodec_dec_ctrls_setup()
/linux-6.3-rc2/drivers/staging/media/sunxi/cedrus/
A Dcedrus.c296 ctrl = v4l2_ctrl_new_custom(hdl, &cedrus_controls[i].cfg, in cedrus_init_ctrls()

Completed in 54 milliseconds

123