Searched refs:v4l2_ctrl_new_std_menu_items (Results 1 – 25 of 31) sorted by relevance
12
/Linux-v4.19/include/media/ |
D | v4l2-ctrls.h | 592 struct v4l2_ctrl *v4l2_ctrl_new_std_menu_items(struct v4l2_ctrl_handler *hdl,
|
/Linux-v4.19/drivers/media/i2c/adv748x/ |
D | adv748x-afe.c | 491 v4l2_ctrl_new_std_menu_items(&afe->ctrl_hdl, &adv748x_afe_ctrl_ops, in adv748x_afe_init_controls()
|
D | adv748x-hdmi.c | 710 v4l2_ctrl_new_std_menu_items(&hdmi->ctrl_hdl, &adv748x_hdmi_ctrl_ops, in adv748x_hdmi_init_controls()
|
/Linux-v4.19/Documentation/media/kapi/ |
D | v4l2-controls.rst | 136 v4l2_ctrl_new_std_menu_items: 140 struct v4l2_ctrl *v4l2_ctrl_new_std_menu_items( 182 v4l2_ctrl_new_std_menu_items(&foo->ctrl_handler, &foo_ctrl_ops, 214 The v4l2_ctrl_new_std_menu_items function is very similar to
|
/Linux-v4.19/drivers/media/i2c/ |
D | ov2685.c | 660 ov2685->test_pattern = v4l2_ctrl_new_std_menu_items(handler, in ov2685_initialize_controls()
|
D | ov5670.c | 2122 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, &ov5670_ctrl_ops, in ov5670_init_controls()
|
D | imx258.c | 1185 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, &imx258_ctrl_ops, in imx258_init_controls()
|
D | ov5695.c | 1210 ov5695->test_pattern = v4l2_ctrl_new_std_menu_items(handler, in ov5695_initialize_controls()
|
D | mt9t001.c | 908 v4l2_ctrl_new_std_menu_items(&mt9t001->ctrls, &mt9t001_ctrl_ops, in mt9t001_probe()
|
D | ov13858.c | 1656 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, &ov13858_ctrl_ops, in ov13858_init_controls()
|
D | ov5645.c | 1231 v4l2_ctrl_new_std_menu_items(&ov5645->ctrls, &ov5645_ctrl_ops, in ov5645_probe()
|
D | ov2659.c | 1422 v4l2_ctrl_new_std_menu_items(&ov2659->ctrls, &ov2659_ctrl_ops, in ov2659_probe()
|
D | ov2680.c | 956 ctrls->test_pattern = v4l2_ctrl_new_std_menu_items(hdl, in ov2680_v4l2_init()
|
D | ov7251.c | 1352 v4l2_ctrl_new_std_menu_items(&ov7251->ctrls, &ov7251_ctrl_ops, in ov7251_probe()
|
D | mt9p031.c | 1090 v4l2_ctrl_new_std_menu_items(&mt9p031->ctrls, &mt9p031_ctrl_ops, in mt9p031_probe()
|
D | mt9m111.c | 994 v4l2_ctrl_new_std_menu_items(&mt9m111->hdl, in mt9m111_probe()
|
D | mt9v032.c | 1093 mt9v032->test_pattern = v4l2_ctrl_new_std_menu_items(&mt9v032->ctrls, in mt9v032_probe()
|
D | tvp5150.c | 1535 v4l2_ctrl_new_std_menu_items(&core->hdl, &tvp5150_ctrl_ops, in tvp5150_probe()
|
D | imx274.c | 1935 imx274->ctrls.test_pattern = v4l2_ctrl_new_std_menu_items( in imx274_probe()
|
D | ov7670.c | 1875 v4l2_ctrl_new_std_menu_items(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe()
|
/Linux-v4.19/drivers/media/platform/xilinx/ |
D | xilinx-tpg.c | 853 xtpg->pattern = v4l2_ctrl_new_std_menu_items(&xtpg->ctrl_handler, in xtpg_probe()
|
/Linux-v4.19/drivers/staging/media/imx/ |
D | imx-media-vdic.c | 477 v4l2_ctrl_new_std_menu_items(hdlr, &vdic_ctrl_ops, in vdic_init_controls()
|
/Linux-v4.19/drivers/media/platform/qcom/camss/ |
D | camss-csid.c | 1337 csid->testgen_mode = v4l2_ctrl_new_std_menu_items(&csid->ctrls, in msm_csid_register_entity()
|
/Linux-v4.19/drivers/media/i2c/et8ek8/ |
D | et8ek8_driver.c | 716 v4l2_ctrl_new_std_menu_items(&sensor->ctrl_handler, in et8ek8_init_controls()
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 2333 struct v4l2_ctrl *v4l2_ctrl_new_std_menu_items(struct v4l2_ctrl_handler *hdl, in v4l2_ctrl_new_std_menu_items() function 2363 EXPORT_SYMBOL(v4l2_ctrl_new_std_menu_items);
|
12