Searched refs:other_clks (Results 1 – 1 of 1) sorted by relevance
305 struct clk_bulk_data other_clks[DWCMSHC_MAX_OTHER_CLKS]; member 360 priv->other_clks[i].id = clk_ids[i]; in dwcmshc_get_enable_other_clks() 362 err = devm_clk_bulk_get_optional(dev, num_clks, priv->other_clks); in dwcmshc_get_enable_other_clks() 368 err = clk_bulk_prepare_enable(num_clks, priv->other_clks); in dwcmshc_get_enable_other_clks() 2505 clk_bulk_disable_unprepare(priv->num_other_clks, priv->other_clks); in dwcmshc_probe() 2536 clk_bulk_disable_unprepare(priv->num_other_clks, priv->other_clks); in dwcmshc_remove() 2561 clk_bulk_disable_unprepare(priv->num_other_clks, priv->other_clks); in dwcmshc_suspend() 2583 ret = clk_bulk_prepare_enable(priv->num_other_clks, priv->other_clks); in dwcmshc_resume() 2600 clk_bulk_disable_unprepare(priv->num_other_clks, priv->other_clks); in dwcmshc_resume()