Home
last modified time | relevance | path

Searched refs:v4l2_ctrl_new_std_menu (Results 1 – 19 of 19) sorted by relevance

/linux-3.3/drivers/media/video/
Dadp1653.c218 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()
Das3645a.c725 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()
Ds5k6aa.c1381 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()
Dmt9v032.c691 v4l2_ctrl_new_std_menu(&mt9v032->ctrls, &mt9v032_ctrl_ops, in mt9v032_probe()
Dmt9m001.c676 mt9m001->autoexposure = v4l2_ctrl_new_std_menu(&mt9m001->hdl, in mt9m001_probe()
Dmt9v022.c809 mt9v022->autoexposure = v4l2_ctrl_new_std_menu(&mt9v022->hdl, in mt9v022_probe()
Dmt9t031.c788 mt9t031->autoexposure = v4l2_ctrl_new_std_menu(&mt9t031->hdl, in mt9t031_probe()
Dv4l2-ctrls.c1432 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);
Dmt9m111.c956 v4l2_ctrl_new_std_menu(&mt9m111->hdl, in mt9m111_probe()
Dov6650.c984 priv->autoexposure = v4l2_ctrl_new_std_menu(&priv->hdl, in ov6650_probe()
Dcx2341x.c1519 return v4l2_ctrl_new_std_menu(hdl, &cx2341x_ops, id, max, mask, def); in cx2341x_ctrl_new_menu()
/linux-3.3/include/media/
Dv4l2-ctrls.h342 struct v4l2_ctrl *v4l2_ctrl_new_std_menu(struct v4l2_ctrl_handler *hdl,
/linux-3.3/Documentation/video4linux/
Dv4l2-controls.txt127 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/
Dm5mols_core.c832 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/
Dfmdrv_v4l2.c552 v4l2_ctrl_new_std_menu(&fmdev->ctrl_handler, &fm_ctrl_ops, in fm_v4l2_init_video_device()
/linux-3.3/drivers/media/video/pwc/
Dpwc-v4l.c259 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/
Dg2d.c209 v4l2_ctrl_new_std_menu( in g2d_setup_ctrls()
/linux-3.3/drivers/media/video/s5p-mfc/
Ds5p_mfc_enc.c1799 ctx->ctrls[i] = v4l2_ctrl_new_std_menu( in s5p_mfc_enc_ctrls_setup()
/linux-3.3/drivers/media/radio/
Dradio-wl1273.c2101 v4l2_ctrl_new_std_menu(&radio->ctrl_handler, &wl1273_ctrl_ops, in wl1273_fm_radio_probe()