rst_phy           174 drivers/gpu/drm/sun4i/sun8i_dw_hdmi.h 	struct reset_control		*rst_phy;
rst_phy           678 drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c 	phy->rst_phy = of_reset_control_get_shared(node, "phy");
rst_phy           679 drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c 	if (IS_ERR(phy->rst_phy)) {
rst_phy           681 drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c 		ret = PTR_ERR(phy->rst_phy);
rst_phy           685 drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c 	ret = reset_control_deassert(phy->rst_phy);
rst_phy           723 drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c 	reset_control_assert(phy->rst_phy);
rst_phy           725 drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c 	reset_control_put(phy->rst_phy);
rst_phy           746 drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c 	reset_control_assert(phy->rst_phy);
rst_phy           748 drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c 	reset_control_put(phy->rst_phy);