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 ret = PTR_ERR(priv->clk_iface); in sdhci_f_sdh30_probe()147 ret = clk_prepare_enable(priv->clk_iface); in sdhci_f_sdh30_probe()202 clk_disable_unprepare(priv->clk_iface); in sdhci_f_sdh30_probe()213 struct clk *clk_iface = priv->clk_iface; in sdhci_f_sdh30_remove() local221 clk_disable_unprepare(clk_iface); in sdhci_f_sdh30_remove()
54 struct clk *clk_iface; member278 priv->clk_iface = devm_clk_get(&pdev->dev, "iface"); in sdhci_milbeaut_probe()279 if (IS_ERR(priv->clk_iface)) { in sdhci_milbeaut_probe()280 ret = PTR_ERR(priv->clk_iface); in sdhci_milbeaut_probe()284 ret = clk_prepare_enable(priv->clk_iface); in sdhci_milbeaut_probe()310 clk_disable_unprepare(priv->clk_iface); in sdhci_milbeaut_probe()324 clk_disable_unprepare(priv->clk_iface); in sdhci_milbeaut_remove()