Searched refs:v4l2_ctrl_new_fwnode_properties (Results 1 – 23 of 23) sorted by relevance
/Linux-v6.6/include/media/ |
D | v4l2-ctrls.h | 1544 int v4l2_ctrl_new_fwnode_properties(struct v4l2_ctrl_handler *hdl,
|
/Linux-v6.6/Documentation/driver-api/media/ |
D | camera-sensor.rst | 167 information from system firmware and ``v4l2_ctrl_new_fwnode_properties()`` to
|
/Linux-v6.6/drivers/media/i2c/ |
D | ov2685.c | 732 ret = v4l2_ctrl_new_fwnode_properties(handler, &ov2685_ctrl_ops, &props); in ov2685_initialize_controls()
|
D | ov01a10.c | 593 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov01a10_ctrl_ops, in ov01a10_init_controls()
|
D | ov4689.c | 775 ret = v4l2_ctrl_new_fwnode_properties(handler, &ov4689_ctrl_ops, in ov4689_initialize_controls()
|
D | ov8858.c | 1767 ret = v4l2_ctrl_new_fwnode_properties(handler, &ov8858_ctrl_ops, in ov8858_init_ctrls()
|
D | ov13858.c | 1679 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov13858_ctrl_ops, in ov13858_init_controls()
|
D | imx258.c | 1253 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &imx258_ctrl_ops, in imx258_init_controls()
|
D | ov08x40.c | 3122 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov08x40_ctrl_ops, in ov08x40_init_controls()
|
D | ov13b10.c | 1358 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov13b10_ctrl_ops, in ov13b10_init_controls()
|
D | imx296.c | 436 v4l2_ctrl_new_fwnode_properties(&sensor->ctrls, &imx296_ctrl_ops, in imx296_ctrls_init()
|
D | imx415.c | 658 v4l2_ctrl_new_fwnode_properties(&sensor->ctrls, &imx415_ctrl_ops, in imx415_ctrls_init()
|
D | ov5675.c | 849 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov5675_ctrl_ops, in ov5675_init_controls()
|
D | ov9282.c | 1371 v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov9282_ctrl_ops, in ov9282_init_controls()
|
D | imx219.c | 1253 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &imx219_ctrl_ops, in imx219_init_controls()
|
D | ov5670.c | 2186 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov5670_ctrl_ops, in ov5670_init_controls()
|
D | imx290.c | 935 v4l2_ctrl_new_fwnode_properties(&imx290->ctrls, &imx290_ctrl_ops, in imx290_ctrl_init()
|
D | ov5693.c | 1167 ret = v4l2_ctrl_new_fwnode_properties(&ctrls->handler, ops, in ov5693_init_controls()
|
D | hi846.c | 1484 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &hi846_ctrl_ops, in hi846_init_controls()
|
D | ov8865.c | 2592 ret = v4l2_ctrl_new_fwnode_properties(handler, ops, &props); in ov8865_ctrls_init()
|
D | ov5640.c | 3515 ret = v4l2_ctrl_new_fwnode_properties(hdl, ops, &props); in ov5640_init_controls()
|
/Linux-v6.6/drivers/media/v4l2-core/ |
D | v4l2-ctrls-core.c | 2554 int v4l2_ctrl_new_fwnode_properties(struct v4l2_ctrl_handler *hdl, in v4l2_ctrl_new_fwnode_properties() function 2591 EXPORT_SYMBOL(v4l2_ctrl_new_fwnode_properties);
|
/Linux-v6.6/drivers/media/i2c/ccs/ |
D | ccs-core.c | 812 rval = v4l2_ctrl_new_fwnode_properties(&sensor->pixel_array->ctrl_handler, in ccs_init_controls()
|