Lines Matching refs:thp7312_ctrl_ops

1156 static const struct v4l2_ctrl_ops thp7312_ctrl_ops = {  variable
1164 .ops = &thp7312_ctrl_ops,
1175 .ops = &thp7312_ctrl_ops,
1187 .ops = &thp7312_ctrl_ops,
1196 .ops = &thp7312_ctrl_ops,
1205 .ops = &thp7312_ctrl_ops,
1266 v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, in thp7312_init_controls()
1270 v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, in thp7312_init_controls()
1277 v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, in thp7312_init_controls()
1284 v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, V4L2_CID_AUTO_WHITE_BALANCE, in thp7312_init_controls()
1287 v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, V4L2_CID_RED_BALANCE, in thp7312_init_controls()
1290 v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, V4L2_CID_BLUE_BALANCE, in thp7312_init_controls()
1293 v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, V4L2_CID_BRIGHTNESS, in thp7312_init_controls()
1295 v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, V4L2_CID_SATURATION, in thp7312_init_controls()
1297 v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, V4L2_CID_CONTRAST, in thp7312_init_controls()
1299 v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, V4L2_CID_SHARPNESS, in thp7312_init_controls()
1302 thp7312->hflip = v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, in thp7312_init_controls()
1304 thp7312->vflip = v4l2_ctrl_new_std(hdl, &thp7312_ctrl_ops, in thp7312_init_controls()
1309 v4l2_ctrl_new_int_menu(hdl, &thp7312_ctrl_ops, in thp7312_init_controls()
1314 v4l2_ctrl_new_std_menu(hdl, &thp7312_ctrl_ops, in thp7312_init_controls()
1321 link_freq = v4l2_ctrl_new_int_menu(hdl, &thp7312_ctrl_ops, in thp7312_init_controls()
1332 ret = v4l2_ctrl_new_fwnode_properties(hdl, &thp7312_ctrl_ops, &props); in thp7312_init_controls()