Searched refs:v4l2_ctrl_new_fwnode_properties (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/include/media/ |
D | v4l2-ctrls.h | 1536 int v4l2_ctrl_new_fwnode_properties(struct v4l2_ctrl_handler *hdl,
|
/Linux-v6.1/drivers/media/i2c/ |
D | ov5670.c | 2143 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov5670_ctrl_ops, in ov5670_init_controls()
|
D | ov13858.c | 1679 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov13858_ctrl_ops, in ov13858_init_controls()
|
D | ov13b10.c | 1287 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov13b10_ctrl_ops, in ov13b10_init_controls()
|
D | imx219.c | 1377 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &imx219_ctrl_ops, in imx219_init_controls()
|
D | ov5693.c | 1296 ret = v4l2_ctrl_new_fwnode_properties(&ctrls->handler, ops, in ov5693_init_controls()
|
D | hi846.c | 1482 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 | 3497 ret = v4l2_ctrl_new_fwnode_properties(hdl, ops, &props); in ov5640_init_controls()
|
/Linux-v6.1/drivers/media/v4l2-core/ |
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);
|