Searched refs:v4l2_ctrl_new_std_menu_items (Results  1 – 12 of 12) sorted by relevance
| /linux-4.1.27/include/media/ | 
| D | v4l2-ctrls.h | 488 struct v4l2_ctrl *v4l2_ctrl_new_std_menu_items(struct v4l2_ctrl_handler *hdl,
  | 
| /linux-4.1.27/Documentation/video4linux/ | 
| D | v4l2-controls.txt | 134 v4l2_ctrl_new_std_menu_items: 136        struct v4l2_ctrl *v4l2_ctrl_new_std_menu_items( 174 	v4l2_ctrl_new_std_menu_items(&foo->ctrl_handler, &foo_ctrl_ops, 206 The v4l2_ctrl_new_std_menu_items function is very similar to
  | 
| /linux-4.1.27/drivers/media/platform/xilinx/ | 
| D | xilinx-tpg.c | 851 	xtpg->pattern = v4l2_ctrl_new_std_menu_items(&xtpg->ctrl_handler,  in xtpg_probe()
  | 
| /linux-4.1.27/drivers/media/i2c/ | 
| D | mt9t001.c | 897 	v4l2_ctrl_new_std_menu_items(&mt9t001->ctrls, &mt9t001_ctrl_ops,  in mt9t001_probe()
  | 
| D | ov2659.c | 1406 	v4l2_ctrl_new_std_menu_items(&ov2659->ctrls, &ov2659_ctrl_ops,  in ov2659_probe()
  | 
| D | mt9v032.c | 983 	mt9v032->test_pattern = v4l2_ctrl_new_std_menu_items(&mt9v032->ctrls,  in mt9v032_probe()
  | 
| D | mt9p031.c | 1090 	v4l2_ctrl_new_std_menu_items(&mt9p031->ctrls, &mt9p031_ctrl_ops,  in mt9p031_probe()
  | 
| D | ov9650.c | 1036 	v4l2_ctrl_new_std_menu_items(hdl, ops, V4L2_CID_TEST_PATTERN,  in ov965x_initialize_controls()
  | 
| D | s5k5baf.c | 1683 	v4l2_ctrl_new_std_menu_items(hdl, ops, V4L2_CID_TEST_PATTERN,  in s5k5baf_initialize_ctrls()
  | 
| /linux-4.1.27/drivers/media/v4l2-core/ | 
| D | v4l2-ctrls.c | 2160 struct v4l2_ctrl *v4l2_ctrl_new_std_menu_items(struct v4l2_ctrl_handler *hdl,  in v4l2_ctrl_new_std_menu_items()  function 2190 EXPORT_SYMBOL(v4l2_ctrl_new_std_menu_items);
  | 
| /linux-4.1.27/drivers/media/platform/s3c-camif/ | 
| D | camif-capture.c | 1580 	camif->ctrl_test_pattern = v4l2_ctrl_new_std_menu_items(handler,  in s3c_camif_create_subdev()
  | 
| /linux-4.1.27/drivers/media/i2c/smiapp/ | 
| D | smiapp-core.c | 568 	v4l2_ctrl_new_std_menu_items(&sensor->pixel_array->ctrl_handler,  in smiapp_init_controls()
  |