Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/phy/samsung/
H A Dphy-exynos5-usbdrd.c181 * @utmiclk: clock for utmi+ phy
198 struct clk *utmiclk; member
489 clk_prepare_enable(phy_drd->utmiclk); in exynos5_usbdrd_phy_power_on()
524 clk_disable_unprepare(phy_drd->utmiclk); in exynos5_usbdrd_phy_power_on()
551 clk_disable_unprepare(phy_drd->utmiclk); in exynos5_usbdrd_phy_power_off()
749 phy_drd->utmiclk = devm_clk_get(phy_drd->dev, "phy_utmi"); in exynos5_usbdrd_phy_clk_handle()
750 if (IS_ERR(phy_drd->utmiclk)) { in exynos5_usbdrd_phy_clk_handle()
753 phy_drd->utmiclk = NULL; in exynos5_usbdrd_phy_clk_handle()
/kernel/linux/linux-6.6/drivers/phy/samsung/
H A Dphy-exynos5-usbdrd.c209 * @utmiclk: clock for utmi+ phy
226 struct clk *utmiclk; member
520 clk_prepare_enable(phy_drd->utmiclk); in exynos5_usbdrd_phy_power_on()
555 clk_disable_unprepare(phy_drd->utmiclk); in exynos5_usbdrd_phy_power_on()
582 clk_disable_unprepare(phy_drd->utmiclk); in exynos5_usbdrd_phy_power_off()
903 phy_drd->utmiclk = devm_clk_get(phy_drd->dev, "phy_utmi"); in exynos5_usbdrd_phy_clk_handle()
904 if (IS_ERR(phy_drd->utmiclk)) { in exynos5_usbdrd_phy_clk_handle()
907 phy_drd->utmiclk = NULL; in exynos5_usbdrd_phy_clk_handle()

Completed in 4 milliseconds