hdmitx_ctrl 144 drivers/gpu/drm/meson/meson_dw_hdmi.c struct reset_control *hdmitx_ctrl; hdmitx_ctrl 861 drivers/gpu/drm/meson/meson_dw_hdmi.c meson_dw_hdmi->hdmitx_ctrl = devm_reset_control_get_exclusive(dev, hdmitx_ctrl 863 drivers/gpu/drm/meson/meson_dw_hdmi.c if (IS_ERR(meson_dw_hdmi->hdmitx_ctrl)) { hdmitx_ctrl 865 drivers/gpu/drm/meson/meson_dw_hdmi.c return PTR_ERR(meson_dw_hdmi->hdmitx_ctrl); hdmitx_ctrl 936 drivers/gpu/drm/meson/meson_dw_hdmi.c reset_control_reset(meson_dw_hdmi->hdmitx_ctrl);