| /linux-4.1.27/drivers/media/platform/vivid/ | 
| D | vivid-ctrls.c | 1268 	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/ | 
| D | go7007-v4l2.c | 1072 	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/ | 
| D | pwc-v4l.c | 212 	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/ | 
| D | stv06xx_pb0100.c | 157 	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/ | 
| D | dm365_isif.c | 2065 	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()
  | 
| D | dm365_ipipeif.c | 1037 	v4l2_ctrl_new_custom(&ipipeif->ctrls, &vpfe_ipipeif_dpcm_pred, NULL);  in vpfe_ipipeif_init()
  | 
| /linux-4.1.27/include/media/ | 
| D | v4l2-ctrls.h | 423 struct v4l2_ctrl *v4l2_ctrl_new_custom(struct v4l2_ctrl_handler *hdl,
  | 
| /linux-4.1.27/drivers/media/pci/bt8xx/ | 
| D | bttv-driver.c | 4163 	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/ | 
| D | vsp1_sru.c | 374 	v4l2_ctrl_new_custom(&sru->ctrls, &sru_intensity_control, NULL);  in vsp1_sru_create()
  | 
| /linux-4.1.27/drivers/media/i2c/ | 
| D | mt9t001.c | 903 		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()
  | 
| D | s5k6aa.c | 1377 	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()
  | 
| D | adv7842.c | 3032 	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()
  | 
| D | adv7604.c | 2796 			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()
  | 
| D | mt9v032.c | 987 	mt9v032->test_pattern_color = v4l2_ctrl_new_custom(&mt9v032->ctrls,  in mt9v032_probe()
  | 
| D | mt9p031.c | 1096 		v4l2_ctrl_new_custom(&mt9p031->ctrls, &mt9p031_ctrls[i], NULL);  in mt9p031_probe()
  | 
| D | adv7180.c | 566 	v4l2_ctrl_new_custom(&state->ctrl_hdl, &adv7180_ctrl_fast_switch, NULL);  in adv7180_init_controls()
  | 
| /linux-4.1.27/drivers/media/usb/gspca/ | 
| D | jeilinj.c | 459 	v4l2_ctrl_new_custom(hdl, &custom_autogain, NULL);  in sd_init_controls()
  | 
| D | mr97310a.c | 1008 		sd->min_clockdiv = v4l2_ctrl_new_custom(hdl, &clockdiv, NULL);  in sd_init_controls()
  | 
| D | cpia1.c | 1850 	v4l2_ctrl_new_custom(hdl, &comp_target, NULL);  in sd_init_controls()
  | 
| /linux-4.1.27/drivers/media/usb/gspca/m5602/ | 
| D | m5602_mt9m111.c | 140 	sd->green_bal = v4l2_ctrl_new_custom(hdl, &mt9m111_greenbal_cfg, NULL);  in mt9m111_init_controls()
  | 
| D | m5602_po1030.c | 143 	sd->green_bal = v4l2_ctrl_new_custom(hdl, &po1030_greenbal_cfg, NULL);  in po1030_init_controls()
  | 
| /linux-4.1.27/drivers/media/pci/meye/ | 
| D | meye.c | 1728 	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/ | 
| D | vim2m.c | 895 	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/ | 
| D | saa7134-video.c | 2041 	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/ | 
| D | solo6x10-v4l2-enc.c | 1266 	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()
  | 
| D | solo6x10-v4l2.c | 663 	v4l2_ctrl_new_custom(&solo_dev->disp_hdl, &solo_motion_trace_ctrl, NULL);  in solo_v4l2_init()
  | 
| /linux-4.1.27/Documentation/video4linux/ | 
| D | v4l2-controls.txt | 416 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/ | 
| D | xilinx-tpg.c | 857 		v4l2_ctrl_new_custom(&xtpg->ctrl_handler, &xtpg_ctrls[i], NULL);  in xtpg_probe()
  | 
| /linux-4.1.27/drivers/media/usb/cpia2/ | 
| D | cpia2_v4l.c | 1142 	cam->usb_alt = v4l2_ctrl_new_custom(hdl, &cpia2_usb_alt, NULL);  in cpia2_register_camera()
  | 
| /linux-4.1.27/drivers/media/radio/ | 
| D | radio-si476x.c | 1430 	ctrl = v4l2_ctrl_new_custom(&radio->ctrl_handler,  in si476x_radio_add_new_custom()
  | 
| /linux-4.1.27/drivers/media/radio/si4713/ | 
| D | si4713.c | 1519 	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/ | 
| D | s5p_mfc_dec.c | 1144 			ctx->ctrls[i] = v4l2_ctrl_new_custom(&ctx->ctrl_handler,  in s5p_mfc_dec_ctrls_setup()
  | 
| D | s5p_mfc_enc.c | 2095 			ctx->ctrls[i] = v4l2_ctrl_new_custom(&ctx->ctrl_handler,  in s5p_mfc_enc_ctrls_setup()
  | 
| /linux-4.1.27/drivers/media/v4l2-core/ | 
| D | v4l2-ctrls.c | 2060 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/ | 
| D | cx2341x.c | 1537 	return v4l2_ctrl_new_custom(hdl, &cfg, NULL);  in cx2341x_ctrl_new_custom()
  | 
| /linux-4.1.27/drivers/media/platform/exynos4-is/ | 
| D | fimc-lite.c | 1445 	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/ | 
| D | vpe.c | 1988 	v4l2_ctrl_new_custom(hdl, &vpe_bufs_per_job, NULL);  in vpe_open()
  | 
| /linux-4.1.27/drivers/media/usb/s2255/ | 
| D | s2255drv.c | 1648 			v4l2_ctrl_new_custom(&vc->hdl, &color_filter_ctrl,  in s2255_probe_v4l()
  |