Searched refs:ctrl_ops (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/staging/media/atomisp/i2c/ |
A 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,
|
A D | atomisp-mt9m114.c | 1157 static const struct v4l2_ctrl_ops ctrl_ops = { variable 1164 .ops = &ctrl_ops, 1174 .ops = &ctrl_ops, 1184 .ops = &ctrl_ops, 1195 .ops = &ctrl_ops, 1206 .ops = &ctrl_ops, 1217 .ops = &ctrl_ops, 1228 .ops = &ctrl_ops,
|
A D | atomisp-gc0310.c | 433 static const struct v4l2_ctrl_ops ctrl_ops = { variable 440 .ops = &ctrl_ops, 451 .ops = &ctrl_ops, 461 .ops = &ctrl_ops,
|
A D | atomisp-ov2722.c | 436 static const struct v4l2_ctrl_ops ctrl_ops = { variable 442 .ops = &ctrl_ops, 453 .ops = &ctrl_ops,
|
A D | atomisp-gc2235.c | 348 static const struct v4l2_ctrl_ops ctrl_ops = { variable 354 .ops = &ctrl_ops,
|
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/ |
A D | atomisp_subdev.c | 783 static const struct v4l2_ctrl_ops ctrl_ops = { variable 788 .ops = &ctrl_ops, 807 .ops = &ctrl_ops, 841 .ops = &ctrl_ops, 863 .ops = &ctrl_ops, 941 .ops = &ctrl_ops,
|
/linux-6.3-rc2/drivers/tty/serdev/ |
A 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-6.3-rc2/drivers/staging/media/atomisp/i2c/ov5693/ |
A D | atomisp-ov5693.c | 1006 static const struct v4l2_ctrl_ops ctrl_ops = { variable 1013 .ops = &ctrl_ops, 1024 .ops = &ctrl_ops, 1035 .ops = &ctrl_ops, 1046 .ops = &ctrl_ops, 1057 .ops = &ctrl_ops, 1068 .ops = &ctrl_ops,
|
/linux-6.3-rc2/drivers/media/pci/tw686x/ |
A 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-6.3-rc2/include/media/ |
A D | v4l2-ctrls.h | 1537 const struct v4l2_ctrl_ops *ctrl_ops,
|
/linux-6.3-rc2/drivers/media/v4l2-core/ |
A 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()
|
Completed in 27 milliseconds