Home
last modified time | relevance | path

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

/drivers/gpu/drm/rockchip/
A Ddw_hdmi_qp-rockchip.c97 const struct rockchip_hdmi_qp_ctrl_ops *ctrl_ops; member
395 const struct rockchip_hdmi_qp_ctrl_ops *ctrl_ops; member
404 .ctrl_ops = &rk3576_hdmi_ctrl_ops,
414 .ctrl_ops = &rk3588_hdmi_ctrl_ops,
459 if (!cfg->ctrl_ops || !cfg->ctrl_ops->io_init || in dw_hdmi_qp_rockchip_bind()
460 !cfg->ctrl_ops->irq_callback || !cfg->ctrl_ops->hardirq_callback) { in dw_hdmi_qp_rockchip_bind()
465 hdmi->ctrl_ops = cfg->ctrl_ops; in dw_hdmi_qp_rockchip_bind()
534 cfg->ctrl_ops->io_init(hdmi); in dw_hdmi_qp_rockchip_bind()
547 cfg->ctrl_ops->hardirq_callback, in dw_hdmi_qp_rockchip_bind()
548 cfg->ctrl_ops->irq_callback, in dw_hdmi_qp_rockchip_bind()
[all …]
/drivers/staging/media/atomisp/i2c/
A Datomisp-gc0310.c350 static const struct v4l2_ctrl_ops ctrl_ops = { variable
574 v4l2_ctrl_new_std(hdl, &ctrl_ops, V4L2_CID_EXPOSURE, 0, in gc0310_init_controls()
579 v4l2_ctrl_new_std(hdl, &ctrl_ops, V4L2_CID_ANALOGUE_GAIN, 0, 95, 1, 31); in gc0310_init_controls()
589 v4l2_ctrl_new_std(hdl, &ctrl_ops, V4L2_CID_VBLANK, in gc0310_init_controls()
604 v4l2_ctrl_new_fwnode_properties(hdl, &ctrl_ops, &props); in gc0310_init_controls()
A Datomisp-ov2722.c426 static const struct v4l2_ctrl_ops ctrl_ops = { variable
432 .ops = &ctrl_ops,
443 .ops = &ctrl_ops,
A Datomisp-gc2235.c338 static const struct v4l2_ctrl_ops ctrl_ops = { variable
344 .ops = &ctrl_ops,
/drivers/tty/serdev/
A Dserdev-ttyport.c251 static const struct serdev_controller_ops ctrl_ops = { variable
286 ctrl->ops = &ctrl_ops; in serdev_tty_port_register()
/drivers/media/pci/tw686x/
A Dtw686x-video.c617 static const struct v4l2_ctrl_ops ctrl_ops = { variable
1242 v4l2_ctrl_new_std(&vc->ctrl_handler, &ctrl_ops, in tw686x_video_init()
1244 v4l2_ctrl_new_std(&vc->ctrl_handler, &ctrl_ops, in tw686x_video_init()
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()
/drivers/media/v4l2-core/
A Dv4l2-ctrls-core.c2682 const struct v4l2_ctrl_ops *ctrl_ops, in v4l2_ctrl_new_fwnode_properties() argument
2704 if (!v4l2_ctrl_new_std_menu(hdl, ctrl_ops, in v4l2_ctrl_new_fwnode_properties()
2712 if (!v4l2_ctrl_new_std(hdl, ctrl_ops, in v4l2_ctrl_new_fwnode_properties()

Completed in 82 milliseconds