Searched refs:rst_ctrl (Results 1 – 3 of 3) sorted by relevance
111 struct reset_control *rst_ctrl; member119 reset_control_reset(priv->rst_ctrl); in phy_berlin_usb_power_on()178 priv->rst_ctrl = devm_reset_control_get(&pdev->dev, NULL); in phy_berlin_usb_probe()179 if (IS_ERR(priv->rst_ctrl)) in phy_berlin_usb_probe()180 return PTR_ERR(priv->rst_ctrl); in phy_berlin_usb_probe()
189 struct reset_control *rst_ctrl; member
110 static A9_AO_PCLK(rst_ctrl, 3, CLK_IS_CRITICAL);