Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/meson/
H A Dmeson_dw_hdmi.c146 struct reset_control *hdmitx_ctrl; member
624 reset_control_reset(meson_dw_hdmi->hdmitx_ctrl); in meson_dw_hdmi_init()
724 meson_dw_hdmi->hdmitx_ctrl = devm_reset_control_get_exclusive(dev, in meson_dw_hdmi_bind()
726 if (IS_ERR(meson_dw_hdmi->hdmitx_ctrl)) { in meson_dw_hdmi_bind()
728 return PTR_ERR(meson_dw_hdmi->hdmitx_ctrl); in meson_dw_hdmi_bind()