/linux/include/media/ |
H A D | v4l2-ctrls.h | 1586 int v4l2_ctrl_new_fwnode_properties(struct v4l2_ctrl_handler *hdl,
|
/linux/Documentation/driver-api/media/ |
H A D | camera-sensor.rst | 117 information from system firmware and ``v4l2_ctrl_new_fwnode_properties()`` to
|
/linux/drivers/staging/media/atomisp/i2c/ |
H A D | atomisp-gc0310.c | 604 v4l2_ctrl_new_fwnode_properties(hdl, &ctrl_ops, &props); in gc0310_init_controls()
|
/linux/drivers/media/i2c/ |
H A D | ov2685.c | 721 ret = v4l2_ctrl_new_fwnode_properties(handler, &ov2685_ctrl_ops, &props); in ov2685_initialize_controls()
|
H A D | ov02c10.c | 549 v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov02c10_ctrl_ops, &props); in ov02c10_init_controls()
|
H A D | ov01a10.c | 589 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov01a10_ctrl_ops, in ov01a10_init_controls()
|
H A D | ov02e10.c | 449 v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov02e10_ctrl_ops, &props); in ov02e10_init_controls()
|
H A D | ov8858.c | 1763 ret = v4l2_ctrl_new_fwnode_properties(handler, &ov8858_ctrl_ops, in ov8858_init_ctrls()
|
H A D | imx355.c | 1611 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &imx355_ctrl_ops, in imx355_init_controls()
|
H A D | ov5675.c | 846 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov5675_ctrl_ops, in ov5675_init_controls()
|
H A D | imx335.c | 1252 v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &imx335_ctrl_ops, &props); in imx335_init_controls()
|
H A D | gc05a2.c | 1198 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, ops, &props); in gc05a2_init_controls()
|
H A D | ov2740.c | 830 v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov2740_ctrl_ops, &props); in ov2740_init_controls()
|
H A D | gc08a3.c | 1142 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, ops, &props); in gc08a3_init_controls()
|
H A D | ov5670.c | 2184 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov5670_ctrl_ops, in ov5670_init_controls()
|
H A D | ov9282.c | 1374 v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov9282_ctrl_ops, in ov9282_init_controls()
|
H A D | imx296.c | 436 v4l2_ctrl_new_fwnode_properties(&sensor->ctrls, &imx296_ctrl_ops, in imx296_ctrls_init()
|
H A D | ov13b10.c | 1455 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov13b10_ctrl_ops, in ov13b10_init_controls()
|
H A D | ov2680.c | 1012 v4l2_ctrl_new_fwnode_properties(hdl, ops, &props); in ov2680_v4l2_register()
|
H A D | imx283.c | 1380 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &imx283_ctrl_ops, in imx283_init_controls()
|
H A D | ov5693.c | 1169 ret = v4l2_ctrl_new_fwnode_properties(&ctrls->handler, ops, in ov5693_init_controls()
|
H A D | hi846.c | 1484 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &hi846_ctrl_ops, in hi846_init_controls()
|
H A D | imx415.c | 851 v4l2_ctrl_new_fwnode_properties(&sensor->ctrls, &imx415_ctrl_ops, in imx415_ctrls_init()
|
H A D | vd56g3.c | 734 ret = v4l2_ctrl_new_fwnode_properties(hdl, ops, &fwnode_props); in vd56g3_init_controls()
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-core.c | 2681 int v4l2_ctrl_new_fwnode_properties(struct v4l2_ctrl_handler *hdl, in v4l2_ctrl_new_fwnode_properties() function 2721 EXPORT_SYMBOL(v4l2_ctrl_new_fwnode_properties);
|