Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/rockchip/
H A Ddw_hdmi_qp-rockchip.c100 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/staging/media/atomisp/i2c/
H A Datomisp-ov2722.c426 static const struct v4l2_ctrl_ops ctrl_ops = { variable
432 .ops = &ctrl_ops,
443 .ops = &ctrl_ops,
H A Datomisp-gc2235.c338 static const struct v4l2_ctrl_ops ctrl_ops = { variable
344 .ops = &ctrl_ops,
/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c2790 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()