Searched refs:ctrl_ops (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/rockchip/ ! |
| H A D | dw_hdmi_qp-rockchip.c | 100 const struct rockchip_hdmi_qp_ctrl_ops *ctrl_ops; member 129 if (hdmi->ctrl_ops->enc_init) in dw_hdmi_qp_rockchip_encoder_enable() 130 hdmi->ctrl_ops->enc_init(hdmi, to_rockchip_crtc_state(crtc->state)); in dw_hdmi_qp_rockchip_encoder_enable() 427 const struct rockchip_hdmi_qp_ctrl_ops *ctrl_ops; member 436 .ctrl_ops = &rk3576_hdmi_ctrl_ops, 446 .ctrl_ops = &rk3588_hdmi_ctrl_ops, 492 if (!cfg->ctrl_ops || !cfg->ctrl_ops->io_init || in dw_hdmi_qp_rockchip_bind() 493 !cfg->ctrl_ops->irq_callback || !cfg->ctrl_ops->hardirq_callback) in dw_hdmi_qp_rockchip_bind() 496 hdmi->ctrl_ops = cfg->ctrl_ops; in dw_hdmi_qp_rockchip_bind() 564 cfg->ctrl_ops->io_init(hdmi); in dw_hdmi_qp_rockchip_bind() [all …]
|
| /linux/drivers/media/i2c/ ! |
| H A D | gc0310.c | 350 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()
|
| /linux/drivers/tty/serdev/ ! |
| H A D | serdev-ttyport.c | 251 static const struct serdev_controller_ops ctrl_ops = { variable 286 ctrl->ops = &ctrl_ops; in serdev_tty_port_register()
|
| /linux/drivers/media/pci/tw686x/ ! |
| H A D | tw686x-video.c | 617 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()
|
| /linux/drivers/staging/media/atomisp/i2c/ ! |
| H A D | atomisp-ov2722.c | 426 static const struct v4l2_ctrl_ops ctrl_ops = { variable 432 .ops = &ctrl_ops, 443 .ops = &ctrl_ops,
|
| H A D | atomisp-gc2235.c | 338 static const struct v4l2_ctrl_ops ctrl_ops = { variable 344 .ops = &ctrl_ops,
|
| /linux/include/media/ ! |
| H A D | v4l2-ctrls.h | 1569 * @ctrl_ops: pointer to &struct v4l2_ctrl_ops to register controls with 1590 const struct v4l2_ctrl_ops *ctrl_ops,
|
| /linux/drivers/media/v4l2-core/ ! |
| H A D | v4l2-ctrls-core.c | 2790 const struct v4l2_ctrl_ops *ctrl_ops, in v4l2_ctrl_new_fwnode_properties() argument 2813 if (!v4l2_ctrl_new_std_menu(hdl, ctrl_ops, in v4l2_ctrl_new_fwnode_properties() 2821 if (!v4l2_ctrl_new_std(hdl, ctrl_ops, in v4l2_ctrl_new_fwnode_properties()
|