Home
last modified time | relevance | path

Searched refs:v4l2_ctrl_new_int_menu (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/media/i2c/s5c73m3/
Ds5c73m3-ctrls.c470 ctrls->exposure_bias = v4l2_ctrl_new_int_menu(hdl, ops, in s5c73m3_init_controls()
508 ctrls->iso = v4l2_ctrl_new_int_menu(hdl, ops, in s5c73m3_init_controls()
/linux-4.4.14/drivers/media/i2c/m5mols/
Dm5mols_controls.c568 info->exposure_bias = v4l2_ctrl_new_int_menu(&info->handle, in m5mols_init_controls()
582 info->iso = v4l2_ctrl_new_int_menu(&info->handle, &m5mols_ctrl_ops, in m5mols_init_controls()
/linux-4.4.14/include/media/
Dv4l2-ctrls.h533 struct v4l2_ctrl *v4l2_ctrl_new_int_menu(struct v4l2_ctrl_handler *hdl,
/linux-4.4.14/Documentation/video4linux/
Dv4l2-controls.txt142 v4l2_ctrl_new_int_menu:
144 struct v4l2_ctrl *v4l2_ctrl_new_int_menu(struct v4l2_ctrl_handler *hdl,
169 v4l2_ctrl_new_int_menu(&foo->ctrl_handler, &foo_ctrl_ops,
200 The v4l2_ctrl_new_int_menu function creates a new standard integer menu
/linux-4.4.14/drivers/media/platform/exynos4-is/
Dfimc-isp.c749 ctrls->iso = v4l2_ctrl_new_int_menu(handler, ops, in fimc_isp_subdev_create()
/linux-4.4.14/drivers/media/i2c/
Dmt9v032.c1005 v4l2_ctrl_new_int_menu(&mt9v032->ctrls, in mt9v032_probe()
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-ctrls.c2180 struct v4l2_ctrl *v4l2_ctrl_new_int_menu(struct v4l2_ctrl_handler *hdl, in v4l2_ctrl_new_int_menu() function
2201 EXPORT_SYMBOL(v4l2_ctrl_new_int_menu);
/linux-4.4.14/drivers/media/i2c/smiapp/
Dsmiapp-core.c628 sensor->link_freq = v4l2_ctrl_new_int_menu( in smiapp_init_late_controls()