Searched refs:clk_iface (Results 1 – 2 of 2) sorted by relevance
22 struct clk *clk_iface; member131 priv->clk_iface = devm_clk_get(&pdev->dev, "iface"); in sdhci_f_sdh30_probe()132 if (IS_ERR(priv->clk_iface)) { in sdhci_f_sdh30_probe()133 ret = PTR_ERR(priv->clk_iface); in sdhci_f_sdh30_probe()137 ret = clk_prepare_enable(priv->clk_iface); in sdhci_f_sdh30_probe()180 clk_disable_unprepare(priv->clk_iface); in sdhci_f_sdh30_probe()191 struct clk *clk_iface = priv->clk_iface; in sdhci_f_sdh30_remove() local196 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()