Searched refs:rst_ctrl (Results 1 – 3 of 3) sorted by relevance
110 struct reset_control *rst_ctrl; member118 reset_control_reset(priv->rst_ctrl); in phy_berlin_usb_power_on()179 priv->rst_ctrl = devm_reset_control_get(&pdev->dev, NULL); in phy_berlin_usb_probe()180 if (IS_ERR(priv->rst_ctrl)) in phy_berlin_usb_probe()181 return PTR_ERR(priv->rst_ctrl); in phy_berlin_usb_probe()
155 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()157 return dev_err_probe(dev, PTR_ERR(hdmi->rst_ctrl), in sun8i_dw_hdmi_bind()190 ret = reset_control_deassert(hdmi->rst_ctrl); in sun8i_dw_hdmi_bind()247 reset_control_assert(hdmi->rst_ctrl); in sun8i_dw_hdmi_bind()266 reset_control_assert(hdmi->rst_ctrl); in sun8i_dw_hdmi_unbind()
195 struct reset_control *rst_ctrl; member
Completed in 8 milliseconds