Searched refs:imx290_ctrl_ops (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dimx290.c832 static const struct v4l2_ctrl_ops imx290_ctrl_ops = { variable in typeref:struct:v4l2_ctrl_ops
887 v4l2_ctrl_new_std(&imx290->ctrls, &imx290_ctrl_ops,
894 imx290->exposure = v4l2_ctrl_new_std(&imx290->ctrls, &imx290_ctrl_ops,
904 v4l2_ctrl_new_int_menu(&imx290->ctrls, &imx290_ctrl_ops,
911 v4l2_ctrl_new_std(&imx290->ctrls, &imx290_ctrl_ops, V4L2_CID_PIXEL_RATE,
915 v4l2_ctrl_new_std_menu_items(&imx290->ctrls, &imx290_ctrl_ops,
923 imx290->hblank = v4l2_ctrl_new_std(&imx290->ctrls, &imx290_ctrl_ops,
926 imx290->vblank = v4l2_ctrl_new_std(&imx290->ctrls, &imx290_ctrl_ops,
929 imx290->hflip = v4l2_ctrl_new_std(&imx290->ctrls, &imx290_ctrl_ops,
931 imx290->vflip = v4l2_ctrl_new_std(&imx290->ctrls, &imx290_ctrl_ops,
[all...]

Completed in 95 milliseconds