Home
last modified time | relevance | path

Searched refs:ctrl_ops (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/staging/media/atomisp/i2c/
H A Datomisp-lm3554.c486 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 Datomisp-mt9m114.c1157 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 Datomisp-gc0310.c355 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 Datomisp-ov2722.c436 static const struct v4l2_ctrl_ops ctrl_ops = { variable
442 .ops = &ctrl_ops,
453 .ops = &ctrl_ops,
H A Datomisp-gc2235.c348 static const struct v4l2_ctrl_ops ctrl_ops = { variable
354 .ops = &ctrl_ops,
/openbmc/linux/drivers/staging/media/atomisp/i2c/ov5693/
H A Datomisp-ov5693.c966 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 Dserdev-ttyport.c261 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 Dtw686x-video.c618 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 Datomisp_subdev.c708 static const struct v4l2_ctrl_ops ctrl_ops = { variable
719 .ops = &ctrl_ops,
757 .ops = &ctrl_ops,
/openbmc/qemu/hw/timer/
H A Daspeed_timer.c358 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 Dv4l2-ctrls.h1545 const struct v4l2_ctrl_ops *ctrl_ops,
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c2555 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()