Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/phy/samsung/
Dphy-exynos5-usbdrd.c200 struct clk *utmiclk; member
491 clk_prepare_enable(phy_drd->utmiclk); in exynos5_usbdrd_phy_power_on()
526 clk_disable_unprepare(phy_drd->utmiclk); in exynos5_usbdrd_phy_power_on()
553 clk_disable_unprepare(phy_drd->utmiclk); in exynos5_usbdrd_phy_power_off()
765 phy_drd->utmiclk = devm_clk_get(phy_drd->dev, "phy_utmi"); in exynos5_usbdrd_phy_clk_handle()
766 if (IS_ERR(phy_drd->utmiclk)) { in exynos5_usbdrd_phy_clk_handle()
769 phy_drd->utmiclk = NULL; in exynos5_usbdrd_phy_clk_handle()