Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-tegra.c283 struct clk *host_clk; member
841 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()