Searched refs:exynos_ohci (Results 1 – 1 of 1) sorted by relevance
39 struct exynos_ohci_hcd *exynos_ohci) in exynos_ohci_get_phy() argument53 exynos_ohci->phy[phy_number] = phy; in exynos_ohci_get_phy()74 exynos_ohci->phy[phy_number] = phy; in exynos_ohci_get_phy()89 exynos_ohci->legacy_phy = true; in exynos_ohci_get_phy()96 struct exynos_ohci_hcd *exynos_ohci = to_exynos_ohci(hcd); in exynos_ohci_phy_enable() local101 if (!IS_ERR(exynos_ohci->phy[i])) in exynos_ohci_phy_enable()102 ret = phy_power_on(exynos_ohci->phy[i]); in exynos_ohci_phy_enable()105 if (!IS_ERR(exynos_ohci->phy[i])) in exynos_ohci_phy_enable()106 phy_power_off(exynos_ohci->phy[i]); in exynos_ohci_phy_enable()114 struct exynos_ohci_hcd *exynos_ohci = to_exynos_ohci(hcd); in exynos_ohci_phy_disable() local[all …]