Searched refs:v4l2_ctrl_new_fwnode_properties (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/include/media/ |
A D | v4l2-ctrls.h | 1536 int v4l2_ctrl_new_fwnode_properties(struct v4l2_ctrl_handler *hdl,
|
/linux-6.3-rc2/drivers/media/i2c/ |
A D | ov4689.c | 775 ret = v4l2_ctrl_new_fwnode_properties(handler, &ov4689_ctrl_ops, in ov4689_initialize_controls()
|
A D | ov8858.c | 1767 ret = v4l2_ctrl_new_fwnode_properties(handler, &ov8858_ctrl_ops, in ov8858_init_ctrls()
|
A D | ov13858.c | 1679 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov13858_ctrl_ops, in ov13858_init_controls()
|
A D | ov08x40.c | 3122 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov08x40_ctrl_ops, in ov08x40_init_controls()
|
A D | ov13b10.c | 1287 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov13b10_ctrl_ops, in ov13b10_init_controls()
|
A D | imx296.c | 436 v4l2_ctrl_new_fwnode_properties(&sensor->ctrls, &imx296_ctrl_ops, in imx296_ctrls_init()
|
A D | imx415.c | 658 v4l2_ctrl_new_fwnode_properties(&sensor->ctrls, &imx415_ctrl_ops, in imx415_ctrls_init()
|
A D | ov5670.c | 2181 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov5670_ctrl_ops, in ov5670_init_controls()
|
A D | ov5675.c | 849 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov5675_ctrl_ops, in ov5675_init_controls()
|
A D | ov9282.c | 1371 v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov9282_ctrl_ops, in ov9282_init_controls()
|
A D | imx290.c | 724 v4l2_ctrl_new_fwnode_properties(&imx290->ctrls, &imx290_ctrl_ops, in imx290_ctrl_init()
|
A D | imx219.c | 1363 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &imx219_ctrl_ops, in imx219_init_controls()
|
A D | hi846.c | 1482 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &hi846_ctrl_ops, in hi846_init_controls()
|
A D | ov5693.c | 1299 ret = v4l2_ctrl_new_fwnode_properties(&ctrls->handler, ops, in ov5693_init_controls()
|
A D | ov8865.c | 2592 ret = v4l2_ctrl_new_fwnode_properties(handler, ops, &props); in ov8865_ctrls_init()
|
A D | ov5640.c | 3534 ret = v4l2_ctrl_new_fwnode_properties(hdl, ops, &props); in ov5640_init_controls()
|
/linux-6.3-rc2/drivers/media/v4l2-core/ |
A D | v4l2-ctrls-core.c | 2291 int v4l2_ctrl_new_fwnode_properties(struct v4l2_ctrl_handler *hdl, in v4l2_ctrl_new_fwnode_properties() function 2328 EXPORT_SYMBOL(v4l2_ctrl_new_fwnode_properties);
|
Completed in 63 milliseconds