Lines Matching defs:ops
3434 const struct v4l2_ctrl_ops *ops = &ov5640_ctrl_ops;
3449 ctrls->pixel_rate = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_PIXEL_RATE,
3454 ctrls->link_freq = v4l2_ctrl_new_int_menu(hdl, ops,
3462 ctrls->hblank = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_HBLANK, hblank,
3466 ctrls->vblank = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_VBLANK,
3471 ctrls->auto_wb = v4l2_ctrl_new_std(hdl, ops,
3474 ctrls->blue_balance = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_BLUE_BALANCE,
3476 ctrls->red_balance = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_RED_BALANCE,
3479 ctrls->auto_exp = v4l2_ctrl_new_std_menu(hdl, ops,
3483 ctrls->exposure = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_EXPOSURE,
3486 ctrls->auto_gain = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_AUTOGAIN,
3488 ctrls->gain = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_ANALOGUE_GAIN,
3491 ctrls->saturation = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_SATURATION,
3493 ctrls->hue = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_HUE,
3495 ctrls->contrast = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_CONTRAST,
3498 v4l2_ctrl_new_std_menu_items(hdl, ops, V4L2_CID_TEST_PATTERN,
3501 ctrls->hflip = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_HFLIP,
3503 ctrls->vflip = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_VFLIP,
3507 v4l2_ctrl_new_std_menu(hdl, ops,
3524 ret = v4l2_ctrl_new_fwnode_properties(hdl, ops, &props);