/Linux-v6.1/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 | 1308 static const struct v4l2_ctrl_ops ctrl_ops = { variable 1315 .ops = &ctrl_ops, 1325 .ops = &ctrl_ops, 1335 .ops = &ctrl_ops, 1346 .ops = &ctrl_ops, 1357 .ops = &ctrl_ops, 1368 .ops = &ctrl_ops, 1379 .ops = &ctrl_ops, 1390 .ops = &ctrl_ops, 1401 .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 | 542 static const struct v4l2_ctrl_ops ctrl_ops = { variable 549 .ops = &ctrl_ops, 560 .ops = &ctrl_ops, 571 .ops = &ctrl_ops, 582 .ops = &ctrl_ops, 593 .ops = &ctrl_ops, 604 .ops = &ctrl_ops, 615 .ops = &ctrl_ops, 625 .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 | 486 static const struct v4l2_ctrl_ops ctrl_ops = { variable 492 .ops = &ctrl_ops, 503 .ops = &ctrl_ops, 514 .ops = &ctrl_ops, 525 .ops = &ctrl_ops,
|
/Linux-v6.1/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-v6.1/drivers/staging/media/atomisp/pci/ |
D | atomisp_subdev.c | 892 static const struct v4l2_ctrl_ops ctrl_ops = { variable 897 .ops = &ctrl_ops, 916 .ops = &ctrl_ops, 950 .ops = &ctrl_ops, 972 .ops = &ctrl_ops, 1050 .ops = &ctrl_ops,
|
/Linux-v6.1/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-v6.1/drivers/media/pci/tw686x/ |
D | tw686x-video.c | 618 static const struct v4l2_ctrl_ops ctrl_ops = { variable 1243 v4l2_ctrl_new_std(&vc->ctrl_handler, &ctrl_ops, in tw686x_video_init() 1245 v4l2_ctrl_new_std(&vc->ctrl_handler, &ctrl_ops, in tw686x_video_init() 1247 v4l2_ctrl_new_std(&vc->ctrl_handler, &ctrl_ops, in tw686x_video_init() 1249 v4l2_ctrl_new_std(&vc->ctrl_handler, &ctrl_ops, in tw686x_video_init()
|
/Linux-v6.1/include/media/ |
D | v4l2-ctrls.h | 1537 const struct v4l2_ctrl_ops *ctrl_ops,
|
/Linux-v6.1/drivers/media/v4l2-core/ |
D | v4l2-ctrls-core.c | 2292 const struct v4l2_ctrl_ops *ctrl_ops, in v4l2_ctrl_new_fwnode_properties() argument 2311 if (!v4l2_ctrl_new_std_menu(hdl, ctrl_ops, in v4l2_ctrl_new_fwnode_properties() 2319 if (!v4l2_ctrl_new_std(hdl, ctrl_ops, in v4l2_ctrl_new_fwnode_properties()
|