Home
last modified time | relevance | path

Searched refs:hi846_ctrl_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/media/i2c/
Dhi846.c1407 static const struct v4l2_ctrl_ops hi846_ctrl_ops = { variable
1427 v4l2_ctrl_new_int_menu(ctrl_hdlr, &hi846_ctrl_ops, in hi846_init_controls()
1435 v4l2_ctrl_new_std(ctrl_hdlr, &hi846_ctrl_ops, in hi846_init_controls()
1439 hi846->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &hi846_ctrl_ops, in hi846_init_controls()
1450 hi846->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &hi846_ctrl_ops, in hi846_init_controls()
1456 v4l2_ctrl_new_std(ctrl_hdlr, &hi846_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in hi846_init_controls()
1459 v4l2_ctrl_new_std(ctrl_hdlr, &hi846_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in hi846_init_controls()
1463 hi846->exposure = v4l2_ctrl_new_std(ctrl_hdlr, &hi846_ctrl_ops, in hi846_init_controls()
1468 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, &hi846_ctrl_ops, in hi846_init_controls()
1482 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &hi846_ctrl_ops, in hi846_init_controls()