/openbmc/linux/drivers/staging/media/atomisp/i2c/ |
H 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,
|
H 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,
|
H A D | atomisp-gc0310.c | 355 static const struct v4l2_ctrl_ops ctrl_ops = { variable 582 v4l2_ctrl_new_std(hdl, &ctrl_ops, V4L2_CID_EXPOSURE, 0, 4095, 1, 1023); in gc0310_init_controls() 586 v4l2_ctrl_new_std(hdl, &ctrl_ops, V4L2_CID_GAIN, 0, 95, 1, 31); in gc0310_init_controls()
|
H A D | atomisp-ov2722.c | 436 static const struct v4l2_ctrl_ops ctrl_ops = { variable 442 .ops = &ctrl_ops, 453 .ops = &ctrl_ops,
|
H A D | atomisp-gc2235.c | 348 static const struct v4l2_ctrl_ops ctrl_ops = { variable 354 .ops = &ctrl_ops,
|
/openbmc/linux/drivers/staging/media/atomisp/i2c/ov5693/ |
H A D | atomisp-ov5693.c | 966 static const struct v4l2_ctrl_ops ctrl_ops = { variable 973 .ops = &ctrl_ops, 984 .ops = &ctrl_ops, 995 .ops = &ctrl_ops, 1006 .ops = &ctrl_ops, 1017 .ops = &ctrl_ops, 1028 .ops = &ctrl_ops,
|
/openbmc/linux/drivers/tty/serdev/ |
H A D | serdev-ttyport.c | 261 static const struct serdev_controller_ops ctrl_ops = { variable 296 ctrl->ops = &ctrl_ops; in serdev_tty_port_register()
|
/openbmc/linux/drivers/media/pci/tw686x/ |
H 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()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_subdev.c | 708 static const struct v4l2_ctrl_ops ctrl_ops = { variable 719 .ops = &ctrl_ops, 757 .ops = &ctrl_ops,
|
/openbmc/qemu/hw/timer/ |
H A D | aspeed_timer.c | 358 static void (*const ctrl_ops[])(AspeedTimer *, bool) = { variable 390 ctrl_ops[op](t, enable); in aspeed_timer_ctrl_op()
|
/openbmc/linux/include/media/ |
H A D | v4l2-ctrls.h | 1545 const struct v4l2_ctrl_ops *ctrl_ops,
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-core.c | 2555 const struct v4l2_ctrl_ops *ctrl_ops, in v4l2_ctrl_new_fwnode_properties() argument 2574 if (!v4l2_ctrl_new_std_menu(hdl, ctrl_ops, in v4l2_ctrl_new_fwnode_properties() 2582 if (!v4l2_ctrl_new_std(hdl, ctrl_ops, in v4l2_ctrl_new_fwnode_properties()
|