Searched refs:host_rst (Results 1 – 1 of 1) sorted by relevance
247 struct reset_control *host_rst; member1412 tegra->host_rst = devm_reset_control_get(&pdev->dev, in tegra_xusb_probe()1414 if (IS_ERR(tegra->host_rst)) { in tegra_xusb_probe()1415 err = PTR_ERR(tegra->host_rst); in tegra_xusb_probe()1440 tegra->host_rst); in tegra_xusb_probe()