Lines Matching defs:ops
2043 const struct v4l2_ctrl_ops *ops = &ov5648_ctrl_ops;
2053 ctrls->exposure_auto = v4l2_ctrl_new_std_menu(handler, ops,
2058 ctrls->exposure = v4l2_ctrl_new_std(handler, ops, V4L2_CID_EXPOSURE,
2066 v4l2_ctrl_new_std(handler, ops, V4L2_CID_AUTOGAIN, 0, 1, 1, 1);
2068 ctrls->gain = v4l2_ctrl_new_std(handler, ops, V4L2_CID_GAIN, 16, 1023,
2076 v4l2_ctrl_new_std(handler, ops, V4L2_CID_AUTO_WHITE_BALANCE, 0,
2079 ctrls->red_balance = v4l2_ctrl_new_std(handler, ops,
2083 ctrls->blue_balance = v4l2_ctrl_new_std(handler, ops,
2091 v4l2_ctrl_new_std(handler, ops, V4L2_CID_HFLIP, 0, 1, 1, 0);
2092 v4l2_ctrl_new_std(handler, ops, V4L2_CID_VFLIP, 0, 1, 1, 0);
2096 v4l2_ctrl_new_std_menu_items(handler, ops, V4L2_CID_TEST_PATTERN,