Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/phy/marvell/
H A Dphy-berlin-usb.c110 struct reset_control *rst_ctrl; member
118 reset_control_reset(priv->rst_ctrl); in phy_berlin_usb_power_on()
181 priv->rst_ctrl = devm_reset_control_get(&pdev->dev, NULL); in phy_berlin_usb_probe()
182 if (IS_ERR(priv->rst_ctrl)) in phy_berlin_usb_probe()
183 return PTR_ERR(priv->rst_ctrl); in phy_berlin_usb_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun8i_dw_hdmi.c155 hdmi->rst_ctrl = devm_reset_control_get(dev, "ctrl"); in sun8i_dw_hdmi_bind()
156 if (IS_ERR(hdmi->rst_ctrl)) { in sun8i_dw_hdmi_bind()
158 return PTR_ERR(hdmi->rst_ctrl); in sun8i_dw_hdmi_bind()
193 ret = reset_control_deassert(hdmi->rst_ctrl); in sun8i_dw_hdmi_bind()
250 reset_control_assert(hdmi->rst_ctrl); in sun8i_dw_hdmi_bind()
269 reset_control_assert(hdmi->rst_ctrl); in sun8i_dw_hdmi_unbind()
H A Dsun8i_dw_hdmi.h195 struct reset_control *rst_ctrl; member