Searched refs:utmiclk (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/phy/
H A Dphy-exynos5-usbdrd.c153 * @utmiclk: clock for utmi+ phy
170 struct clk *utmiclk; member in struct:exynos5_usbdrd_phy
461 clk_prepare_enable(phy_drd->utmiclk); exynos5_usbdrd_phy_power_on()
496 clk_disable_unprepare(phy_drd->utmiclk); exynos5_usbdrd_phy_power_on()
523 clk_disable_unprepare(phy_drd->utmiclk); exynos5_usbdrd_phy_power_off()
581 phy_drd->utmiclk = devm_clk_get(phy_drd->dev, "phy_utmi"); exynos5_usbdrd_phy_clk_handle()
582 if (IS_ERR(phy_drd->utmiclk)) { exynos5_usbdrd_phy_clk_handle()
585 phy_drd->utmiclk = NULL; exynos5_usbdrd_phy_clk_handle()

Completed in 84 milliseconds