Home
last modified time | relevance | path

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

123

/linux/drivers/media/test-drivers/vivid/ !
H A Dvivid-ctrls.c1649 v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_class, NULL); in vivid_create_controls()
1651 v4l2_ctrl_new_custom(hdl_user_vid, &vivid_ctrl_class, NULL); in vivid_create_controls()
1653 v4l2_ctrl_new_custom(hdl_user_aud, &vivid_ctrl_class, NULL); in vivid_create_controls()
1655 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_class, NULL); in vivid_create_controls()
1657 v4l2_ctrl_new_custom(hdl_sdtv_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1659 v4l2_ctrl_new_custom(hdl_loop_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1661 v4l2_ctrl_new_custom(hdl_fb, &vivid_ctrl_class, NULL); in vivid_create_controls()
1663 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1666 v4l2_ctrl_new_custom(hdl_vid_out, &vivid_ctrl_class, NULL); in vivid_create_controls()
1668 v4l2_ctrl_new_custom(hdl_vbi_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
[all …]
/linux/drivers/media/usb/go7007/ !
H A Dgo7007-v4l2.c1040 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold0_ctrl, NULL); in go7007_v4l2_ctrl_init()
1041 v4l2_ctrl_new_custom(hdl, &go7007_motion_threshold0_ctrl, NULL); in go7007_v4l2_ctrl_init()
1042 v4l2_ctrl_new_custom(hdl, &go7007_mb_threshold0_ctrl, NULL); in go7007_v4l2_ctrl_init()
1043 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold1_ctrl, NULL); in go7007_v4l2_ctrl_init()
1044 v4l2_ctrl_new_custom(hdl, &go7007_motion_threshold1_ctrl, NULL); in go7007_v4l2_ctrl_init()
1045 v4l2_ctrl_new_custom(hdl, &go7007_mb_threshold1_ctrl, NULL); in go7007_v4l2_ctrl_init()
1046 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold2_ctrl, NULL); in go7007_v4l2_ctrl_init()
1047 v4l2_ctrl_new_custom(hdl, &go7007_motion_threshold2_ctrl, NULL); in go7007_v4l2_ctrl_init()
1048 v4l2_ctrl_new_custom(hdl, &go7007_mb_threshold2_ctrl, NULL); in go7007_v4l2_ctrl_init()
1049 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold3_ctrl, NULL); in go7007_v4l2_ctrl_init()
[all …]
/linux/drivers/media/usb/pwc/ !
H 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/drivers/staging/media/atomisp/pci/ !
H A Datomisp_subdev.c846 asd->run_mode = v4l2_ctrl_new_custom(&asd->ctrl_handler, in isp_subdev_init_entities()
848 asd->vfpp = v4l2_ctrl_new_custom(&asd->ctrl_handler, in isp_subdev_init_entities()
850 asd->continuous_viewfinder = v4l2_ctrl_new_custom(&asd->ctrl_handler, in isp_subdev_init_entities()
854 v4l2_ctrl_new_custom(&asd->ctrl_handler, in isp_subdev_init_entities()
859 v4l2_ctrl_new_custom(&asd->ctrl_handler, in isp_subdev_init_entities()
863 v4l2_ctrl_new_custom(&asd->ctrl_handler, in isp_subdev_init_entities()
/linux/drivers/media/platform/renesas/vsp1/ !
H A Dvsp1_clu.c269 v4l2_ctrl_new_custom(&clu->ctrls, &clu_table_control, NULL); in vsp1_clu_create()
270 v4l2_ctrl_new_custom(&clu->ctrls, &clu_mode_control, NULL); in vsp1_clu_create()
H A Dvsp1_lut.c228 v4l2_ctrl_new_custom(&lut->ctrls, &lut_table_control, NULL); in vsp1_lut_create()
/linux/drivers/media/test-drivers/vimc/ !
H A Dvimc-sensor.c391 v4l2_ctrl_new_custom(&vsensor->hdl, &vimc_sensor_ctrl_class, NULL); in vimc_sensor_add()
392 v4l2_ctrl_new_custom(&vsensor->hdl, &vimc_sensor_ctrl_test_pattern, NULL); in vimc_sensor_add()
393 v4l2_ctrl_new_custom(&vsensor->hdl, &vimc_sensor_ctrl_osd_mode, NULL); in vimc_sensor_add()
H A Dvimc-debayer.c573 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/staging/media/imx/ !
H 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/drivers/media/usb/gspca/stv06xx/ !
H 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/drivers/media/platform/microchip/ !
H A Dmicrochip-isc-base.c1651 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/staging/media/deprecated/atmel/ !
H A Datmel-isc-base.c1704 isc->r_gain_ctrl = v4l2_ctrl_new_custom(hdl, &isc_r_gain_ctrl, NULL); in isc_ctrl_init()
1705 isc->b_gain_ctrl = v4l2_ctrl_new_custom(hdl, &isc_b_gain_ctrl, NULL); in isc_ctrl_init()
1706 isc->gr_gain_ctrl = v4l2_ctrl_new_custom(hdl, &isc_gr_gain_ctrl, NULL); in isc_ctrl_init()
1707 isc->gb_gain_ctrl = v4l2_ctrl_new_custom(hdl, &isc_gb_gain_ctrl, NULL); in isc_ctrl_init()
1708 isc->r_off_ctrl = v4l2_ctrl_new_custom(hdl, &isc_r_off_ctrl, NULL); in isc_ctrl_init()
1709 isc->b_off_ctrl = v4l2_ctrl_new_custom(hdl, &isc_b_off_ctrl, NULL); in isc_ctrl_init()
1710 isc->gr_off_ctrl = v4l2_ctrl_new_custom(hdl, &isc_gr_off_ctrl, NULL); in isc_ctrl_init()
1711 isc->gb_off_ctrl = v4l2_ctrl_new_custom(hdl, &isc_gb_off_ctrl, NULL); in isc_ctrl_init()
/linux/drivers/media/i2c/ !
H 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()
H A Dmt9v032.c1106 mt9v032->test_pattern_color = v4l2_ctrl_new_custom(&mt9v032->ctrls, in mt9v032_probe()
1109 v4l2_ctrl_new_custom(&mt9v032->ctrls, in mt9v032_probe()
1113 v4l2_ctrl_new_custom(&mt9v032->ctrls, &mt9v032_aegc_controls[i], in mt9v032_probe()
/linux/drivers/media/pci/bt8xx/ !
H A Dbttv-driver.c3357 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/pci/saa7134/ !
H A Dsaa7134-video.c1664 v4l2_ctrl_new_custom(hdl, &saa7134_ctrl_invert, NULL); in saa7134_video_init1()
1665 v4l2_ctrl_new_custom(hdl, &saa7134_ctrl_y_odd, NULL); in saa7134_video_init1()
1666 v4l2_ctrl_new_custom(hdl, &saa7134_ctrl_y_even, NULL); in saa7134_video_init1()
1667 v4l2_ctrl_new_custom(hdl, &saa7134_ctrl_automute, NULL); in saa7134_video_init1()
/linux/drivers/media/usb/gspca/ !
H A Djeilinj.c447 v4l2_ctrl_new_custom(hdl, &custom_autogain, NULL); in sd_init_controls()
/linux/drivers/media/test-drivers/visl/ !
H A Dvisl-core.c311 v4l2_ctrl_new_custom(hdl, &ctrls->ctrls[j].cfg, NULL); in visl_init_ctrls()
/linux/include/media/ !
H A Dv4l2-ctrls.h657 struct v4l2_ctrl *v4l2_ctrl_new_custom(struct v4l2_ctrl_handler *hdl,
/linux/drivers/media/usb/gspca/m5602/ !
H A Dm5602_mt9m111.c282 sd->green_bal = v4l2_ctrl_new_custom(hdl, &mt9m111_greenbal_cfg, NULL); in mt9m111_init_controls()
H A Dm5602_po1030.c247 sd->green_bal = v4l2_ctrl_new_custom(hdl, &po1030_greenbal_cfg, NULL); in po1030_init_controls()
/linux/drivers/media/pci/solo6x10/ !
H A Dsolo6x10-v4l2-enc.c1239 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()
H A Dsolo6x10-v4l2.c654 v4l2_ctrl_new_custom(&solo_dev->disp_hdl, &solo_motion_trace_ctrl, NULL); in solo_v4l2_init()
/linux/Documentation/driver-api/media/ !
H A Dv4l2-controls.rst450 Driver specific controls can be created using v4l2_ctrl_new_custom():
464 ctrl = v4l2_ctrl_new_custom(&foo->ctrl_handler, &ctrl_filter, NULL);
779 ctrl = v4l2_ctrl_new_custom(&foo->ctrl_handler, &ctrl_private, NULL);
/linux/drivers/staging/media/atomisp/i2c/ !
H A Datomisp-gc2235.c827 v4l2_ctrl_new_custom(&dev->ctrl_handler, &gc2235_controls[i], in gc2235_probe()

123