Searched refs:clk_iface (Results 1 – 2 of 2) sorted by relevance
24 struct clk *clk_iface; member141 priv->clk_iface = devm_clk_get(&pdev->dev, "iface"); in sdhci_f_sdh30_probe()142 if (IS_ERR(priv->clk_iface)) in sdhci_f_sdh30_probe()143 return PTR_ERR(priv->clk_iface); in sdhci_f_sdh30_probe()145 ret = clk_prepare_enable(priv->clk_iface); in sdhci_f_sdh30_probe()200 clk_disable_unprepare(priv->clk_iface); in sdhci_f_sdh30_probe()208 struct clk *clk_iface = priv->clk_iface; in sdhci_f_sdh30_remove() local216 clk_disable_unprepare(clk_iface); in sdhci_f_sdh30_remove()
54 struct clk *clk_iface; member276 priv->clk_iface = devm_clk_get(&pdev->dev, "iface"); in sdhci_milbeaut_probe()277 if (IS_ERR(priv->clk_iface)) in sdhci_milbeaut_probe()278 return PTR_ERR(priv->clk_iface); in sdhci_milbeaut_probe()280 ret = clk_prepare_enable(priv->clk_iface); in sdhci_milbeaut_probe()306 clk_disable_unprepare(priv->clk_iface); in sdhci_milbeaut_probe()318 clk_disable_unprepare(priv->clk_iface); in sdhci_milbeaut_remove()