Searched refs:host_clk (Results 1 – 1 of 1) sorted by relevance
283 struct clk *host_clk; member841 err = clk_prepare_enable(tegra->host_clk); in tegra_xusb_clk_enable()878 clk_disable_unprepare(tegra->host_clk); in tegra_xusb_clk_enable()887 clk_disable_unprepare(tegra->host_clk); in tegra_xusb_clk_disable()1201 tegra->host_clk, in tegra_xusb_unpowergate_partitions()1242 tegra->host_clk, in tegra_xusb_powergate_partitions()1660 tegra->host_clk = devm_clk_get(&pdev->dev, "xusb_host"); in tegra_xusb_probe()1661 if (IS_ERR(tegra->host_clk)) { in tegra_xusb_probe()1662 err = PTR_ERR(tegra->host_clk); in tegra_xusb_probe()