Home
last modified time | relevance | path

Searched refs:v4l2_ctrl_new_fwnode_properties (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.14.4/include/media/
Dv4l2-ctrls.h1544 int v4l2_ctrl_new_fwnode_properties(struct v4l2_ctrl_handler *hdl,
/linux-6.14.4/Documentation/driver-api/media/
Dcamera-sensor.rst117 information from system firmware and ``v4l2_ctrl_new_fwnode_properties()`` to
/linux-6.14.4/drivers/media/i2c/
Dov01a10.c589 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov01a10_ctrl_ops, in ov01a10_init_controls()
Dimx214.c779 v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &imx214_ctrl_ops, &props); in imx214_ctrls_init()
Dov2685.c721 ret = v4l2_ctrl_new_fwnode_properties(handler, &ov2685_ctrl_ops, &props); in ov2685_initialize_controls()
Dov8858.c1763 ret = v4l2_ctrl_new_fwnode_properties(handler, &ov8858_ctrl_ops, in ov8858_init_ctrls()
Dov13858.c1638 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov13858_ctrl_ops, in ov13858_init_controls()
Dimx355.c1611 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &imx355_ctrl_ops, in imx355_init_controls()
Dov4689.c793 ret = v4l2_ctrl_new_fwnode_properties(handler, &ov4689_ctrl_ops, in ov4689_initialize_controls()
Dimx335.c1242 v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &imx335_ctrl_ops, &props); in imx335_init_controls()
Dov5675.c846 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov5675_ctrl_ops, in ov5675_init_controls()
Dimx296.c436 v4l2_ctrl_new_fwnode_properties(&sensor->ctrls, &imx296_ctrl_ops, in imx296_ctrls_init()
Dgc05a2.c1198 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, ops, &props); in gc05a2_init_controls()
Dimx219.c586 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &imx219_ctrl_ops, in imx219_init_controls()
Dov9282.c1365 v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov9282_ctrl_ops, in ov9282_init_controls()
Dov2740.c834 v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov2740_ctrl_ops, &props); in ov2740_init_controls()
Dov5670.c2184 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov5670_ctrl_ops, in ov5670_init_controls()
Dov13b10.c1376 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov13b10_ctrl_ops, in ov13b10_init_controls()
Dgc08a3.c1142 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, ops, &props); in gc08a3_init_controls()
Dov08x40.c2121 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov08x40_ctrl_ops, in ov08x40_init_controls()
Dov2680.c1012 v4l2_ctrl_new_fwnode_properties(hdl, ops, &props); in ov2680_v4l2_register()
Dov5693.c1169 ret = v4l2_ctrl_new_fwnode_properties(&ctrls->handler, ops, in ov5693_init_controls()
Dimx258.c1320 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &imx258_ctrl_ops, in imx258_init_controls()
Dimx415.c860 v4l2_ctrl_new_fwnode_properties(&sensor->ctrls, &imx415_ctrl_ops, in imx415_ctrls_init()
/linux-6.14.4/drivers/media/v4l2-core/
Dv4l2-ctrls-core.c2558 int v4l2_ctrl_new_fwnode_properties(struct v4l2_ctrl_handler *hdl, in v4l2_ctrl_new_fwnode_properties() function
2598 EXPORT_SYMBOL(v4l2_ctrl_new_fwnode_properties);

12