Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dohci-exynos.c76 struct exynos_ohci_hcd *exynos_ohci; in exynos_ohci_probe() local
89 exynos_ohci = kzalloc(sizeof(struct exynos_ohci_hcd), GFP_KERNEL); in exynos_ohci_probe()
90 if (!exynos_ohci) in exynos_ohci_probe()
93 exynos_ohci->dev = &pdev->dev; in exynos_ohci_probe()
103 exynos_ohci->hcd = hcd; in exynos_ohci_probe()
104 exynos_ohci->clk = clk_get(&pdev->dev, "usbhost"); in exynos_ohci_probe()
106 if (IS_ERR(exynos_ohci->clk)) { in exynos_ohci_probe()
108 err = PTR_ERR(exynos_ohci->clk); in exynos_ohci_probe()
112 err = clk_enable(exynos_ohci->clk); in exynos_ohci_probe()
151 platform_set_drvdata(pdev, exynos_ohci); in exynos_ohci_probe()
[all …]