Lines Matching refs:imx258_ctrl_ops
819 static const struct v4l2_ctrl_ops imx258_ctrl_ops = { variable
1169 &imx258_ctrl_ops, in imx258_init_controls()
1179 hflip = v4l2_ctrl_new_std(ctrl_hdlr, &imx258_ctrl_ops, in imx258_init_controls()
1184 vflip = v4l2_ctrl_new_std(ctrl_hdlr, &imx258_ctrl_ops, in imx258_init_controls()
1192 imx258->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &imx258_ctrl_ops, in imx258_init_controls()
1201 ctrl_hdlr, &imx258_ctrl_ops, V4L2_CID_VBLANK, in imx258_init_controls()
1210 ctrl_hdlr, &imx258_ctrl_ops, V4L2_CID_HBLANK, in imx258_init_controls()
1220 ctrl_hdlr, &imx258_ctrl_ops, in imx258_init_controls()
1225 v4l2_ctrl_new_std(ctrl_hdlr, &imx258_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in imx258_init_controls()
1229 v4l2_ctrl_new_std(ctrl_hdlr, &imx258_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in imx258_init_controls()
1234 v4l2_ctrl_new_std(ctrl_hdlr, &imx258_ctrl_ops, V4L2_CID_WIDE_DYNAMIC_RANGE, in imx258_init_controls()
1237 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, &imx258_ctrl_ops, in imx258_init_controls()
1253 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &imx258_ctrl_ops, in imx258_init_controls()