Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-exynos/
Dsetup-usb-phy.c31 struct clk *otg_clk; in exynos4_usb_phy1_init() local
39 otg_clk = clk_get(&pdev->dev, "otg"); in exynos4_usb_phy1_init()
40 if (IS_ERR(otg_clk)) { in exynos4_usb_phy1_init()
42 return PTR_ERR(otg_clk); in exynos4_usb_phy1_init()
45 err = clk_enable(otg_clk); in exynos4_usb_phy1_init()
47 clk_put(otg_clk); in exynos4_usb_phy1_init()
99 clk_disable(otg_clk); in exynos4_usb_phy1_init()
100 clk_put(otg_clk); in exynos4_usb_phy1_init()
107 struct clk *otg_clk; in exynos4_usb_phy1_exit() local
113 otg_clk = clk_get(&pdev->dev, "otg"); in exynos4_usb_phy1_exit()
[all …]