exynos_ohci 39 drivers/usb/host/ohci-exynos.c struct exynos_ohci_hcd *exynos_ohci) exynos_ohci 53 drivers/usb/host/ohci-exynos.c exynos_ohci->phy[phy_number] = phy; exynos_ohci 74 drivers/usb/host/ohci-exynos.c exynos_ohci->phy[phy_number] = phy; exynos_ohci 89 drivers/usb/host/ohci-exynos.c exynos_ohci->legacy_phy = true; exynos_ohci 96 drivers/usb/host/ohci-exynos.c struct exynos_ohci_hcd *exynos_ohci = to_exynos_ohci(hcd); exynos_ohci 101 drivers/usb/host/ohci-exynos.c if (!IS_ERR(exynos_ohci->phy[i])) exynos_ohci 102 drivers/usb/host/ohci-exynos.c ret = phy_power_on(exynos_ohci->phy[i]); exynos_ohci 105 drivers/usb/host/ohci-exynos.c if (!IS_ERR(exynos_ohci->phy[i])) exynos_ohci 106 drivers/usb/host/ohci-exynos.c phy_power_off(exynos_ohci->phy[i]); exynos_ohci 114 drivers/usb/host/ohci-exynos.c struct exynos_ohci_hcd *exynos_ohci = to_exynos_ohci(hcd); exynos_ohci 118 drivers/usb/host/ohci-exynos.c if (!IS_ERR(exynos_ohci->phy[i])) exynos_ohci 119 drivers/usb/host/ohci-exynos.c phy_power_off(exynos_ohci->phy[i]); exynos_ohci 124 drivers/usb/host/ohci-exynos.c struct exynos_ohci_hcd *exynos_ohci; exynos_ohci 146 drivers/usb/host/ohci-exynos.c exynos_ohci = to_exynos_ohci(hcd); exynos_ohci 148 drivers/usb/host/ohci-exynos.c err = exynos_ohci_get_phy(&pdev->dev, exynos_ohci); exynos_ohci 152 drivers/usb/host/ohci-exynos.c exynos_ohci->clk = devm_clk_get(&pdev->dev, "usbhost"); exynos_ohci 154 drivers/usb/host/ohci-exynos.c if (IS_ERR(exynos_ohci->clk)) { exynos_ohci 156 drivers/usb/host/ohci-exynos.c err = PTR_ERR(exynos_ohci->clk); exynos_ohci 160 drivers/usb/host/ohci-exynos.c err = clk_prepare_enable(exynos_ohci->clk); exynos_ohci 192 drivers/usb/host/ohci-exynos.c exynos_ohci->of_node = pdev->dev.of_node; exynos_ohci 193 drivers/usb/host/ohci-exynos.c if (exynos_ohci->legacy_phy) exynos_ohci 206 drivers/usb/host/ohci-exynos.c pdev->dev.of_node = exynos_ohci->of_node; exynos_ohci 208 drivers/usb/host/ohci-exynos.c clk_disable_unprepare(exynos_ohci->clk); exynos_ohci 217 drivers/usb/host/ohci-exynos.c struct exynos_ohci_hcd *exynos_ohci = to_exynos_ohci(hcd); exynos_ohci 219 drivers/usb/host/ohci-exynos.c pdev->dev.of_node = exynos_ohci->of_node; exynos_ohci 225 drivers/usb/host/ohci-exynos.c clk_disable_unprepare(exynos_ohci->clk); exynos_ohci 244 drivers/usb/host/ohci-exynos.c struct exynos_ohci_hcd *exynos_ohci = to_exynos_ohci(hcd); exynos_ohci 253 drivers/usb/host/ohci-exynos.c clk_disable_unprepare(exynos_ohci->clk); exynos_ohci 261 drivers/usb/host/ohci-exynos.c struct exynos_ohci_hcd *exynos_ohci = to_exynos_ohci(hcd); exynos_ohci 264 drivers/usb/host/ohci-exynos.c clk_prepare_enable(exynos_ohci->clk); exynos_ohci 269 drivers/usb/host/ohci-exynos.c clk_disable_unprepare(exynos_ohci->clk);