Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/media/i2c/m5mols/
Dm5mols_controls.c569 info->exposure_bias = v4l2_ctrl_new_int_menu(&info->handle, in m5mols_init_controls()
583 info->iso = v4l2_ctrl_new_int_menu(&info->handle, &m5mols_ctrl_ops, in m5mols_init_controls()
/Linux-v4.19/include/media/
Dv4l2-ctrls.h614 struct v4l2_ctrl *v4l2_ctrl_new_int_menu(struct v4l2_ctrl_handler *hdl,
/Linux-v4.19/Documentation/media/kapi/
Dv4l2-controls.rst146 v4l2_ctrl_new_int_menu:
150 struct v4l2_ctrl *v4l2_ctrl_new_int_menu(struct v4l2_ctrl_handler *hdl,
177 v4l2_ctrl_new_int_menu(&foo->ctrl_handler, &foo_ctrl_ops,
208 The v4l2_ctrl_new_int_menu function creates a new standard integer menu
/Linux-v4.19/drivers/media/i2c/
Dov2685.c628 ctrl = v4l2_ctrl_new_int_menu(handler, NULL, V4L2_CID_LINK_FREQ, in ov2685_initialize_controls()
Dov5670.c2075 ov5670->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, in ov5670_init_controls()
Dimx258.c1130 imx258->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, in imx258_init_controls()
Dov5695.c1173 ctrl = v4l2_ctrl_new_int_menu(handler, NULL, V4L2_CID_LINK_FREQ, in ov5695_initialize_controls()
Dov13858.c1609 ov13858->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, in ov13858_init_controls()
Dov5645.c1239 ov5645->link_freq = v4l2_ctrl_new_int_menu(&ov5645->ctrls, in ov5645_probe()
Dov7251.c1360 ov7251->link_freq = v4l2_ctrl_new_int_menu(&ov7251->ctrls, in ov7251_probe()
Dmt9v032.c1122 v4l2_ctrl_new_int_menu(&mt9v032->ctrls, in mt9v032_probe()
/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-isp.c750 ctrls->iso = v4l2_ctrl_new_int_menu(handler, ops, in fimc_isp_subdev_create()
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-camera/
Dcontrols.c1290 dev->ctrls[c] = v4l2_ctrl_new_int_menu(hdl, in bm2835_mmal_init_controls()
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-ctrls.c2366 struct v4l2_ctrl *v4l2_ctrl_new_int_menu(struct v4l2_ctrl_handler *hdl, in v4l2_ctrl_new_int_menu() function
2387 EXPORT_SYMBOL(v4l2_ctrl_new_int_menu);
/Linux-v4.19/drivers/media/i2c/smiapp/
Dsmiapp-core.c640 sensor->link_freq = v4l2_ctrl_new_int_menu( in smiapp_init_late_controls()