/Linux-v5.10/drivers/staging/media/atomisp/i2c/ |
D | atomisp-lm3554.c | 486 static const struct v4l2_ctrl_ops ctrl_ops = { variable 493 .ops = &ctrl_ops, 504 .ops = &ctrl_ops, 515 .ops = &ctrl_ops, 526 .ops = &ctrl_ops, 537 .ops = &ctrl_ops, 548 .ops = &ctrl_ops, 559 .ops = &ctrl_ops, 570 .ops = &ctrl_ops,
|
D | atomisp-mt9m114.c | 1395 static const struct v4l2_ctrl_ops ctrl_ops = { variable 1402 .ops = &ctrl_ops, 1412 .ops = &ctrl_ops, 1422 .ops = &ctrl_ops, 1433 .ops = &ctrl_ops, 1444 .ops = &ctrl_ops, 1455 .ops = &ctrl_ops, 1466 .ops = &ctrl_ops, 1477 .ops = &ctrl_ops, 1488 .ops = &ctrl_ops, [all …]
|
D | atomisp-gc0310.c | 621 static const struct v4l2_ctrl_ops ctrl_ops = { variable 628 .ops = &ctrl_ops, 639 .ops = &ctrl_ops, 649 .ops = &ctrl_ops, 659 .ops = &ctrl_ops, 670 .ops = &ctrl_ops, 681 .ops = &ctrl_ops, 692 .ops = &ctrl_ops, 703 .ops = &ctrl_ops,
|
D | atomisp-ov2680.c | 574 static const struct v4l2_ctrl_ops ctrl_ops = { variable 581 .ops = &ctrl_ops, 592 .ops = &ctrl_ops, 603 .ops = &ctrl_ops, 614 .ops = &ctrl_ops, 625 .ops = &ctrl_ops, 636 .ops = &ctrl_ops, 647 .ops = &ctrl_ops, 657 .ops = &ctrl_ops,
|
D | atomisp-ov2722.c | 573 static const struct v4l2_ctrl_ops ctrl_ops = { variable 579 .ops = &ctrl_ops, 590 .ops = &ctrl_ops, 601 .ops = &ctrl_ops, 612 .ops = &ctrl_ops, 623 .ops = &ctrl_ops,
|
D | atomisp-gc2235.c | 485 static const struct v4l2_ctrl_ops ctrl_ops = { variable 491 .ops = &ctrl_ops, 502 .ops = &ctrl_ops, 513 .ops = &ctrl_ops, 524 .ops = &ctrl_ops,
|
/Linux-v5.10/drivers/staging/media/atomisp/i2c/ov5693/ |
D | atomisp-ov5693.c | 1138 static const struct v4l2_ctrl_ops ctrl_ops = { variable 1145 .ops = &ctrl_ops, 1156 .ops = &ctrl_ops, 1167 .ops = &ctrl_ops, 1178 .ops = &ctrl_ops, 1189 .ops = &ctrl_ops, 1200 .ops = &ctrl_ops, 1211 .ops = &ctrl_ops, 1222 .ops = &ctrl_ops, 1233 .ops = &ctrl_ops, [all …]
|
/Linux-v5.10/drivers/staging/media/atomisp/pci/ |
D | atomisp_subdev.c | 879 static const struct v4l2_ctrl_ops ctrl_ops = { variable 884 .ops = &ctrl_ops, 903 .ops = &ctrl_ops, 937 .ops = &ctrl_ops, 959 .ops = &ctrl_ops, 1037 .ops = &ctrl_ops, 1055 .ops = &ctrl_ops, 1074 .ops = &ctrl_ops,
|
/Linux-v5.10/drivers/tty/serdev/ |
D | serdev-ttyport.c | 250 static const struct serdev_controller_ops ctrl_ops = { variable 284 ctrl->ops = &ctrl_ops; in serdev_tty_port_register()
|
/Linux-v5.10/drivers/media/pci/tw686x/ |
D | tw686x-video.c | 619 static const struct v4l2_ctrl_ops ctrl_ops = { variable 1246 v4l2_ctrl_new_std(&vc->ctrl_handler, &ctrl_ops, in tw686x_video_init() 1248 v4l2_ctrl_new_std(&vc->ctrl_handler, &ctrl_ops, in tw686x_video_init() 1250 v4l2_ctrl_new_std(&vc->ctrl_handler, &ctrl_ops, in tw686x_video_init() 1252 v4l2_ctrl_new_std(&vc->ctrl_handler, &ctrl_ops, in tw686x_video_init()
|
/Linux-v5.10/include/media/ |
D | v4l2-ctrls.h | 1457 const struct v4l2_ctrl_ops *ctrl_ops,
|
/Linux-v5.10/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 4688 const struct v4l2_ctrl_ops *ctrl_ops, in v4l2_ctrl_new_fwnode_properties() argument 4707 if (!v4l2_ctrl_new_std_menu(hdl, ctrl_ops, in v4l2_ctrl_new_fwnode_properties() 4715 if (!v4l2_ctrl_new_std(hdl, ctrl_ops, in v4l2_ctrl_new_fwnode_properties()
|