Lines Matching refs:thp7312_ctrl_ops

1159 static const struct v4l2_ctrl_ops thp7312_ctrl_ops = {  variable
1167 .ops = &thp7312_ctrl_ops,
1178 .ops = &thp7312_ctrl_ops,
1190 .ops = &thp7312_ctrl_ops,
1199 .ops = &thp7312_ctrl_ops,
1208 .ops = &thp7312_ctrl_ops,
1269 v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, in thp7312_init_controls()
1273 v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, in thp7312_init_controls()
1280 v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, in thp7312_init_controls()
1287 v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, V4L2_CID_AUTO_WHITE_BALANCE, in thp7312_init_controls()
1290 v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, V4L2_CID_RED_BALANCE, in thp7312_init_controls()
1293 v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, V4L2_CID_BLUE_BALANCE, in thp7312_init_controls()
1296 v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, V4L2_CID_BRIGHTNESS, in thp7312_init_controls()
1298 v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, V4L2_CID_SATURATION, in thp7312_init_controls()
1300 v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, V4L2_CID_CONTRAST, in thp7312_init_controls()
1302 v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, V4L2_CID_SHARPNESS, in thp7312_init_controls()
1305 thp7312->hflip = v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, in thp7312_init_controls()
1307 thp7312->vflip = v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, in thp7312_init_controls()
1312 v4l2_ctrl_new_int_menu(hdl, &thp7312_ctrl_ops, in thp7312_init_controls()
1317 v4l2_ctrl_new_std_menu(hdl, &thp7312_ctrl_ops, in thp7312_init_controls()
1324 link_freq = v4l2_ctrl_new_int_menu(hdl, &thp7312_ctrl_ops, in thp7312_init_controls()
1335 ret = v4l2_ctrl_new_fwnode_properties(hdl, &thp7312_ctrl_ops, &props); in thp7312_init_controls()