Lines Matching defs:exynos_ohci
38 struct exynos_ohci_hcd *exynos_ohci)
52 exynos_ohci->phy[phy_number] = phy;
73 exynos_ohci->phy[phy_number] = phy;
80 exynos_ohci->legacy_phy = true;
87 struct exynos_ohci_hcd *exynos_ohci = to_exynos_ohci(hcd);
92 ret = phy_power_on(exynos_ohci->phy[i]);
95 phy_power_off(exynos_ohci->phy[i]);
103 struct exynos_ohci_hcd *exynos_ohci = to_exynos_ohci(hcd);
107 phy_power_off(exynos_ohci->phy[i]);
112 struct exynos_ohci_hcd *exynos_ohci;
134 exynos_ohci = to_exynos_ohci(hcd);
136 err = exynos_ohci_get_phy(&pdev->dev, exynos_ohci);
140 exynos_ohci->clk = devm_clk_get(&pdev->dev, "usbhost");
142 if (IS_ERR(exynos_ohci->clk)) {
144 err = PTR_ERR(exynos_ohci->clk);
148 err = clk_prepare_enable(exynos_ohci->clk);
178 exynos_ohci->of_node = pdev->dev.of_node;
179 if (exynos_ohci->legacy_phy)
192 pdev->dev.of_node = exynos_ohci->of_node;
194 clk_disable_unprepare(exynos_ohci->clk);
203 struct exynos_ohci_hcd *exynos_ohci = to_exynos_ohci(hcd);
205 pdev->dev.of_node = exynos_ohci->of_node;
211 clk_disable_unprepare(exynos_ohci->clk);
228 struct exynos_ohci_hcd *exynos_ohci = to_exynos_ohci(hcd);
237 clk_disable_unprepare(exynos_ohci->clk);
245 struct exynos_ohci_hcd *exynos_ohci = to_exynos_ohci(hcd);
248 clk_prepare_enable(exynos_ohci->clk);
253 clk_disable_unprepare(exynos_ohci->clk);