Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-ctrls.c1268 v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_class, NULL); in vivid_create_controls()
1270 v4l2_ctrl_new_custom(hdl_user_vid, &vivid_ctrl_class, NULL); in vivid_create_controls()
1272 v4l2_ctrl_new_custom(hdl_user_aud, &vivid_ctrl_class, NULL); in vivid_create_controls()
1274 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_class, NULL); in vivid_create_controls()
1276 v4l2_ctrl_new_custom(hdl_sdtv_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1278 v4l2_ctrl_new_custom(hdl_loop_out, &vivid_ctrl_class, NULL); in vivid_create_controls()
1280 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1282 v4l2_ctrl_new_custom(hdl_vid_out, &vivid_ctrl_class, NULL); in vivid_create_controls()
1284 v4l2_ctrl_new_custom(hdl_vbi_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1286 v4l2_ctrl_new_custom(hdl_vbi_out, &vivid_ctrl_class, NULL); in vivid_create_controls()
[all …]
/linux-4.1.27/drivers/media/usb/go7007/
Dgo7007-v4l2.c1072 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold0_ctrl, NULL); in go7007_v4l2_ctrl_init()
1073 v4l2_ctrl_new_custom(hdl, &go7007_motion_threshold0_ctrl, NULL); in go7007_v4l2_ctrl_init()
1074 v4l2_ctrl_new_custom(hdl, &go7007_mb_threshold0_ctrl, NULL); in go7007_v4l2_ctrl_init()
1075 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold1_ctrl, NULL); in go7007_v4l2_ctrl_init()
1076 v4l2_ctrl_new_custom(hdl, &go7007_motion_threshold1_ctrl, NULL); in go7007_v4l2_ctrl_init()
1077 v4l2_ctrl_new_custom(hdl, &go7007_mb_threshold1_ctrl, NULL); in go7007_v4l2_ctrl_init()
1078 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold2_ctrl, NULL); in go7007_v4l2_ctrl_init()
1079 v4l2_ctrl_new_custom(hdl, &go7007_motion_threshold2_ctrl, NULL); in go7007_v4l2_ctrl_init()
1080 v4l2_ctrl_new_custom(hdl, &go7007_mb_threshold2_ctrl, NULL); in go7007_v4l2_ctrl_init()
1081 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold3_ctrl, NULL); in go7007_v4l2_ctrl_init()
[all …]
/linux-4.1.27/drivers/media/usb/pwc/
Dpwc-v4l.c212 pdev->auto_white_balance = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls()
308 pdev->autocontour = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls()
317 pdev->contour = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls()
329 pdev->backlight = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls()
339 pdev->flicker = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls()
348 pdev->noise_reduction = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls()
351 pdev->save_user = v4l2_ctrl_new_custom(hdl, &pwc_save_user_cfg, NULL); in pwc_init_controls()
352 pdev->restore_user = v4l2_ctrl_new_custom(hdl, &pwc_restore_user_cfg, in pwc_init_controls()
356 pdev->restore_factory = v4l2_ctrl_new_custom(hdl, in pwc_init_controls()
369 pdev->awb_speed = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls()
[all …]
/linux-4.1.27/drivers/media/usb/gspca/stv06xx/
Dstv06xx_pb0100.c157 ctrls->natural = v4l2_ctrl_new_custom(hdl, &natural_light, NULL); in pb0100_init_controls()
158 ctrls->target = v4l2_ctrl_new_custom(hdl, &autogain_target, NULL); in pb0100_init_controls()
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
Ddm365_isif.c2065 v4l2_ctrl_new_custom(&isif->ctrls, &vpfe_isif_crgain, NULL); in vpfe_isif_init()
2066 v4l2_ctrl_new_custom(&isif->ctrls, &vpfe_isif_cgrgain, NULL); in vpfe_isif_init()
2067 v4l2_ctrl_new_custom(&isif->ctrls, &vpfe_isif_cgbgain, NULL); in vpfe_isif_init()
2068 v4l2_ctrl_new_custom(&isif->ctrls, &vpfe_isif_cbgain, NULL); in vpfe_isif_init()
2069 v4l2_ctrl_new_custom(&isif->ctrls, &vpfe_isif_gain_offset, NULL); in vpfe_isif_init()
2070 v4l2_ctrl_new_custom(&isif->ctrls, &vpfe_isif_dpcm_pred, NULL); in vpfe_isif_init()
Ddm365_ipipeif.c1037 v4l2_ctrl_new_custom(&ipipeif->ctrls, &vpfe_ipipeif_dpcm_pred, NULL); in vpfe_ipipeif_init()
/linux-4.1.27/include/media/
Dv4l2-ctrls.h423 struct v4l2_ctrl *v4l2_ctrl_new_custom(struct v4l2_ctrl_handler *hdl,
/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttv-driver.c4163 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_combfilter, NULL); in bttv_probe()
4164 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_automute, NULL); in bttv_probe()
4165 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_lumafilter, NULL); in bttv_probe()
4166 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_agc_crush, NULL); in bttv_probe()
4167 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_vcr_hack, NULL); in bttv_probe()
4168 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_whitecrush_lower, NULL); in bttv_probe()
4169 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_whitecrush_upper, NULL); in bttv_probe()
4170 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_uv_ratio, NULL); in bttv_probe()
4171 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_full_luma, NULL); in bttv_probe()
4172 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_coring, NULL); in bttv_probe()
/linux-4.1.27/drivers/media/platform/vsp1/
Dvsp1_sru.c374 v4l2_ctrl_new_custom(&sru->ctrls, &sru_intensity_control, NULL); in vsp1_sru_create()
/linux-4.1.27/drivers/media/i2c/
Dmt9t001.c903 v4l2_ctrl_new_custom(&mt9t001->ctrls, &mt9t001_ctrls[i], NULL); in mt9t001_probe()
906 mt9t001->gains[i] = v4l2_ctrl_new_custom(&mt9t001->ctrls, in mt9t001_probe()
Ds5k6aa.c1377 ctrls->gain_red = v4l2_ctrl_new_custom(hdl, &s5k6aa_ctrls[0], NULL); in s5k6aa_initialize_ctrls()
1378 ctrls->gain_green = v4l2_ctrl_new_custom(hdl, &s5k6aa_ctrls[1], NULL); in s5k6aa_initialize_ctrls()
1379 ctrls->gain_blue = v4l2_ctrl_new_custom(hdl, &s5k6aa_ctrls[2], NULL); in s5k6aa_initialize_ctrls()
Dadv7842.c3032 state->analog_sampling_phase_ctrl = v4l2_ctrl_new_custom(hdl, in adv7842_probe()
3034 state->free_run_color_ctrl_manual = v4l2_ctrl_new_custom(hdl, in adv7842_probe()
3036 state->free_run_color_ctrl = v4l2_ctrl_new_custom(hdl, in adv7842_probe()
Dadv7604.c2796 v4l2_ctrl_new_custom(hdl, &adv7604_ctrl_analog_sampling_phase, NULL); in adv76xx_probe()
2798 v4l2_ctrl_new_custom(hdl, &adv76xx_ctrl_free_run_color_manual, NULL); in adv76xx_probe()
2800 v4l2_ctrl_new_custom(hdl, &adv76xx_ctrl_free_run_color, NULL); in adv76xx_probe()
Dmt9v032.c987 mt9v032->test_pattern_color = v4l2_ctrl_new_custom(&mt9v032->ctrls, in mt9v032_probe()
Dmt9p031.c1096 v4l2_ctrl_new_custom(&mt9p031->ctrls, &mt9p031_ctrls[i], NULL); in mt9p031_probe()
Dadv7180.c566 v4l2_ctrl_new_custom(&state->ctrl_hdl, &adv7180_ctrl_fast_switch, NULL); in adv7180_init_controls()
/linux-4.1.27/drivers/media/usb/gspca/
Djeilinj.c459 v4l2_ctrl_new_custom(hdl, &custom_autogain, NULL); in sd_init_controls()
Dmr97310a.c1008 sd->min_clockdiv = v4l2_ctrl_new_custom(hdl, &clockdiv, NULL); in sd_init_controls()
Dcpia1.c1850 v4l2_ctrl_new_custom(hdl, &comp_target, NULL); in sd_init_controls()
/linux-4.1.27/drivers/media/usb/gspca/m5602/
Dm5602_mt9m111.c140 sd->green_bal = v4l2_ctrl_new_custom(hdl, &mt9m111_greenbal_cfg, NULL); in mt9m111_init_controls()
Dm5602_po1030.c143 sd->green_bal = v4l2_ctrl_new_custom(hdl, &po1030_greenbal_cfg, NULL); in po1030_init_controls()
/linux-4.1.27/drivers/media/pci/meye/
Dmeye.c1728 v4l2_ctrl_new_custom(&meye.hdl, &ctrl_agc, NULL); in meye_probe()
1731 v4l2_ctrl_new_custom(&meye.hdl, &ctrl_picture, NULL); in meye_probe()
1734 v4l2_ctrl_new_custom(&meye.hdl, &ctrl_framerate, NULL); in meye_probe()
/linux-4.1.27/drivers/media/platform/
Dvim2m.c895 v4l2_ctrl_new_custom(hdl, &vim2m_ctrl_trans_time_msec, NULL); in vim2m_open()
896 v4l2_ctrl_new_custom(hdl, &vim2m_ctrl_trans_num_bufs, NULL); in vim2m_open()
/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-video.c2041 v4l2_ctrl_new_custom(hdl, &saa7134_ctrl_invert, NULL); in saa7134_video_init1()
2042 v4l2_ctrl_new_custom(hdl, &saa7134_ctrl_y_odd, NULL); in saa7134_video_init1()
2043 v4l2_ctrl_new_custom(hdl, &saa7134_ctrl_y_even, NULL); in saa7134_video_init1()
2044 v4l2_ctrl_new_custom(hdl, &saa7134_ctrl_automute, NULL); in saa7134_video_init1()
/linux-4.1.27/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2-enc.c1266 v4l2_ctrl_new_custom(hdl, &solo_osd_text_ctrl, NULL); in solo_enc_alloc()
1268 v4l2_ctrl_new_custom(hdl, &solo_md_thresholds, NULL); in solo_enc_alloc()
Dsolo6x10-v4l2.c663 v4l2_ctrl_new_custom(&solo_dev->disp_hdl, &solo_motion_trace_ctrl, NULL); in solo_v4l2_init()
/linux-4.1.27/Documentation/video4linux/
Dv4l2-controls.txt416 Driver specific controls can be created using v4l2_ctrl_new_custom():
428 ctrl = v4l2_ctrl_new_custom(&foo->ctrl_handler, &ctrl_filter, NULL);
718 ctrl = v4l2_ctrl_new_custom(&foo->ctrl_handler, &ctrl_private, NULL);
/linux-4.1.27/drivers/media/platform/xilinx/
Dxilinx-tpg.c857 v4l2_ctrl_new_custom(&xtpg->ctrl_handler, &xtpg_ctrls[i], NULL); in xtpg_probe()
/linux-4.1.27/drivers/media/usb/cpia2/
Dcpia2_v4l.c1142 cam->usb_alt = v4l2_ctrl_new_custom(hdl, &cpia2_usb_alt, NULL); in cpia2_register_camera()
/linux-4.1.27/drivers/media/radio/
Dradio-si476x.c1430 ctrl = v4l2_ctrl_new_custom(&radio->ctrl_handler, in si476x_radio_add_new_custom()
/linux-4.1.27/drivers/media/radio/si4713/
Dsi4713.c1519 sdev->rds_alt_freqs = v4l2_ctrl_new_custom(hdl, &si4713_alt_freqs_ctrl, NULL); in si4713_probe()
/linux-4.1.27/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c1144 ctx->ctrls[i] = v4l2_ctrl_new_custom(&ctx->ctrl_handler, in s5p_mfc_dec_ctrls_setup()
Ds5p_mfc_enc.c2095 ctx->ctrls[i] = v4l2_ctrl_new_custom(&ctx->ctrl_handler, in s5p_mfc_enc_ctrls_setup()
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-ctrls.c2060 struct v4l2_ctrl *v4l2_ctrl_new_custom(struct v4l2_ctrl_handler *hdl, in v4l2_ctrl_new_custom() function
2102 EXPORT_SYMBOL(v4l2_ctrl_new_custom);
/linux-4.1.27/drivers/media/common/
Dcx2341x.c1537 return v4l2_ctrl_new_custom(hdl, &cfg, NULL); in cx2341x_ctrl_new_custom()
/linux-4.1.27/drivers/media/platform/exynos4-is/
Dfimc-lite.c1445 fimc->test_pattern = v4l2_ctrl_new_custom(handler, &fimc_lite_ctrl, in fimc_lite_create_capture_subdev()
/linux-4.1.27/drivers/media/platform/ti-vpe/
Dvpe.c1988 v4l2_ctrl_new_custom(hdl, &vpe_bufs_per_job, NULL); in vpe_open()
/linux-4.1.27/drivers/media/usb/s2255/
Ds2255drv.c1648 v4l2_ctrl_new_custom(&vc->hdl, &color_filter_ctrl, in s2255_probe_v4l()