Searched refs:v4l2_ctrl_new_std_menu_items (Results 1 – 25 of 56) sorted by relevance
123
/linux-5.19.10/drivers/staging/media/max96712/ |
D | max96712.c | 301 v4l2_ctrl_new_std_menu_items(&priv->ctrl_handler, &max96712_ctrl_ops, in max96712_v4l2_register()
|
/linux-5.19.10/drivers/media/i2c/adv748x/ |
D | adv748x-afe.c | 488 v4l2_ctrl_new_std_menu_items(&afe->ctrl_hdl, &adv748x_afe_ctrl_ops, in adv748x_afe_init_controls()
|
D | adv748x-hdmi.c | 707 v4l2_ctrl_new_std_menu_items(&hdmi->ctrl_hdl, &adv748x_hdmi_ctrl_ops, in adv748x_hdmi_init_controls()
|
/linux-5.19.10/include/media/ |
D | v4l2-ctrls.h | 683 struct v4l2_ctrl *v4l2_ctrl_new_std_menu_items(struct v4l2_ctrl_handler *hdl,
|
/linux-5.19.10/Documentation/driver-api/media/ |
D | v4l2-controls.rst | 134 :c:func:`v4l2_ctrl_new_std_menu_items`: 138 struct v4l2_ctrl *v4l2_ctrl_new_std_menu_items( 190 v4l2_ctrl_new_std_menu_items(&foo->ctrl_handler, &foo_ctrl_ops, 222 The :c:func:`v4l2_ctrl_new_std_menu_items` function is very similar to
|
/linux-5.19.10/drivers/media/i2c/ |
D | ov2685.c | 657 ov2685->test_pattern = v4l2_ctrl_new_std_menu_items(handler, in ov2685_initialize_controls()
|
D | og01a1b.c | 661 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, &og01a1b_ctrl_ops, in og01a1b_init_controls()
|
D | ov5695.c | 1217 ov5695->test_pattern = v4l2_ctrl_new_std_menu_items(handler, in ov5695_initialize_controls()
|
D | imx290.c | 1063 v4l2_ctrl_new_std_menu_items(&imx290->ctrls, &imx290_ctrl_ops, in imx290_probe()
|
D | ov9734.c | 593 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, &ov9734_ctrl_ops, in ov9734_init_controls()
|
D | ov5645.c | 1154 v4l2_ctrl_new_std_menu_items(&ov5645->ctrls, &ov5645_ctrl_ops, in ov5645_probe()
|
D | hi556.c | 742 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, &hi556_ctrl_ops, in hi556_init_controls()
|
D | imx258.c | 1223 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, &imx258_ctrl_ops, in imx258_init_controls()
|
D | ov02a10.c | 785 v4l2_ctrl_new_std_menu_items(handler, &ov02a10_ctrl_ops, in ov02a10_initialize_controls()
|
D | ov5670.c | 2129 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, &ov5670_ctrl_ops, in ov5670_init_controls()
|
D | hi847.c | 2535 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, &hi847_ctrl_ops, in hi847_init_controls()
|
D | imx208.c | 949 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, &imx208_ctrl_ops, in imx208_init_controls()
|
D | mt9t001.c | 913 v4l2_ctrl_new_std_menu_items(&mt9t001->ctrls, &mt9t001_ctrl_ops, in mt9t001_probe()
|
D | ov13858.c | 1664 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, &ov13858_ctrl_ops, in ov13858_init_controls()
|
D | ov5675.c | 814 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, &ov5675_ctrl_ops, in ov5675_init_controls()
|
D | ov2680.c | 946 ctrls->test_pattern = v4l2_ctrl_new_std_menu_items(hdl, in ov2680_v4l2_register()
|
D | ov13b10.c | 1266 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, &ov13b10_ctrl_ops, in ov13b10_init_controls()
|
/linux-5.19.10/drivers/media/platform/xilinx/ |
D | xilinx-tpg.c | 853 xtpg->pattern = v4l2_ctrl_new_std_menu_items(&xtpg->ctrl_handler, in xtpg_probe()
|
/linux-5.19.10/drivers/media/platform/qcom/camss/ |
D | camss-csid.c | 835 csid->testgen_mode = v4l2_ctrl_new_std_menu_items(&csid->ctrls, in msm_csid_register_entity()
|
/linux-5.19.10/drivers/staging/media/imx/ |
D | imx-media-vdic.c | 461 v4l2_ctrl_new_std_menu_items(hdlr, &vdic_ctrl_ops, in vdic_init_controls()
|
123