Searched refs:v4l2_ctrl_new_std_menu (Results 1 – 19 of 19) sorted by relevance
/linux-3.3/drivers/media/video/ |
D | adp1653.c | 218 v4l2_ctrl_new_std_menu(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls() 221 v4l2_ctrl_new_std_menu(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
|
D | as3645a.c | 725 v4l2_ctrl_new_std_menu(&flash->ctrls, &as3645a_ctrl_ops, in as3645a_init_controls() 730 v4l2_ctrl_new_std_menu(&flash->ctrls, &as3645a_ctrl_ops, in as3645a_init_controls()
|
D | s5k6aa.c | 1381 ctrls->auto_exp = v4l2_ctrl_new_std_menu(hdl, ops, in s5k6aa_initialize_ctrls() 1392 v4l2_ctrl_new_std_menu(hdl, ops, V4L2_CID_POWER_LINE_FREQUENCY, in s5k6aa_initialize_ctrls() 1396 v4l2_ctrl_new_std_menu(hdl, ops, V4L2_CID_COLORFX, in s5k6aa_initialize_ctrls()
|
D | mt9v032.c | 691 v4l2_ctrl_new_std_menu(&mt9v032->ctrls, &mt9v032_ctrl_ops, in mt9v032_probe()
|
D | mt9m001.c | 676 mt9m001->autoexposure = v4l2_ctrl_new_std_menu(&mt9m001->hdl, in mt9m001_probe()
|
D | mt9v022.c | 809 mt9v022->autoexposure = v4l2_ctrl_new_std_menu(&mt9v022->hdl, in mt9v022_probe()
|
D | mt9t031.c | 788 mt9t031->autoexposure = v4l2_ctrl_new_std_menu(&mt9t031->hdl, in mt9t031_probe()
|
D | v4l2-ctrls.c | 1432 struct v4l2_ctrl *v4l2_ctrl_new_std_menu(struct v4l2_ctrl_handler *hdl, in v4l2_ctrl_new_std_menu() function 1451 EXPORT_SYMBOL(v4l2_ctrl_new_std_menu);
|
D | mt9m111.c | 956 v4l2_ctrl_new_std_menu(&mt9m111->hdl, in mt9m111_probe()
|
D | ov6650.c | 984 priv->autoexposure = v4l2_ctrl_new_std_menu(&priv->hdl, in ov6650_probe()
|
D | cx2341x.c | 1519 return v4l2_ctrl_new_std_menu(hdl, &cx2341x_ops, id, max, mask, def); in cx2341x_ctrl_new_menu()
|
/linux-3.3/include/media/ |
D | v4l2-ctrls.h | 342 struct v4l2_ctrl *v4l2_ctrl_new_std_menu(struct v4l2_ctrl_handler *hdl,
|
/linux-3.3/Documentation/video4linux/ |
D | v4l2-controls.txt | 127 Menu controls are added by calling v4l2_ctrl_new_std_menu: 129 struct v4l2_ctrl *v4l2_ctrl_new_std_menu(struct v4l2_ctrl_handler *hdl, 140 v4l2_ctrl_new_std_menu(&foo->ctrl_handler, &foo_ctrl_ops, 162 The v4l2_ctrl_new_std_menu function is very similar but it is used for menu 347 control, or by calling v4l2_ctrl_new_std_menu().
|
/linux-3.3/drivers/media/video/m5mols/ |
D | m5mols_core.c | 832 info->colorfx = v4l2_ctrl_new_std_menu(&info->handle, in m5mols_init_controls() 835 info->autoexposure = v4l2_ctrl_new_std_menu(&info->handle, in m5mols_init_controls()
|
/linux-3.3/drivers/media/radio/wl128x/ |
D | fmdrv_v4l2.c | 552 v4l2_ctrl_new_std_menu(&fmdev->ctrl_handler, &fm_ctrl_ops, in fm_v4l2_init_video_device()
|
/linux-3.3/drivers/media/video/pwc/ |
D | pwc-v4l.c | 259 pdev->exposure_auto = v4l2_ctrl_new_std_menu(hdl, in pwc_init_controls() 299 pdev->colorfx = v4l2_ctrl_new_std_menu(hdl, &pwc_ctrl_ops, in pwc_init_controls()
|
/linux-3.3/drivers/media/video/s5p-g2d/ |
D | g2d.c | 209 v4l2_ctrl_new_std_menu( in g2d_setup_ctrls()
|
/linux-3.3/drivers/media/video/s5p-mfc/ |
D | s5p_mfc_enc.c | 1799 ctx->ctrls[i] = v4l2_ctrl_new_std_menu( in s5p_mfc_enc_ctrls_setup()
|
/linux-3.3/drivers/media/radio/ |
D | radio-wl1273.c | 2101 v4l2_ctrl_new_std_menu(&radio->ctrl_handler, &wl1273_ctrl_ops, in wl1273_fm_radio_probe()
|