Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/chipidea/
H A Dci_hdrc_msm.c40 struct clk *fs_clk; member
207 ci->fs_clk = clk = devm_clk_get_optional(&pdev->dev, "fs"); in ci_hdrc_msm_probe()
223 ret = clk_prepare_enable(ci->fs_clk); in ci_hdrc_msm_probe()
231 clk_disable_unprepare(ci->fs_clk); in ci_hdrc_msm_probe()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H A Dci_hdrc_msm.c40 struct clk *fs_clk; member
207 ci->fs_clk = clk = devm_clk_get_optional(&pdev->dev, "fs"); in ci_hdrc_msm_probe()
223 ret = clk_prepare_enable(ci->fs_clk); in ci_hdrc_msm_probe()
231 clk_disable_unprepare(ci->fs_clk); in ci_hdrc_msm_probe()

Completed in 2 milliseconds