Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/i2c/
Dhi846.c1408 static const struct v4l2_ctrl_ops hi846_ctrl_ops = { variable
1428 v4l2_ctrl_new_int_menu(ctrl_hdlr, &hi846_ctrl_ops, in hi846_init_controls()
1436 v4l2_ctrl_new_std(ctrl_hdlr, &hi846_ctrl_ops, in hi846_init_controls()
1440 hi846->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &hi846_ctrl_ops, in hi846_init_controls()
1451 hi846->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &hi846_ctrl_ops, in hi846_init_controls()
1457 v4l2_ctrl_new_std(ctrl_hdlr, &hi846_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in hi846_init_controls()
1460 v4l2_ctrl_new_std(ctrl_hdlr, &hi846_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in hi846_init_controls()
1464 hi846->exposure = v4l2_ctrl_new_std(ctrl_hdlr, &hi846_ctrl_ops, in hi846_init_controls()
1469 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, &hi846_ctrl_ops, in hi846_init_controls()
1484 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &hi846_ctrl_ops, in hi846_init_controls()