Home
last modified time | relevance | path

Searched refs:clk_bulk_prepare (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/clk/
H A Dclk-bulk.c178 int __must_check clk_bulk_prepare(int num_clks, in clk_bulk_prepare() function
200 EXPORT_SYMBOL_GPL(clk_bulk_prepare);
/linux/include/linux/
H A Dclk.h344 int __must_check clk_bulk_prepare(int num_clks,
377 clk_bulk_prepare(int num_clks, const struct clk_bulk_data *clks) in clk_bulk_prepare() function
1214 ret = clk_bulk_prepare(num_clks, clks); in clk_bulk_prepare_enable()
/linux/drivers/phy/rockchip/
H A Dphy-rockchip-dphy-rx0.c286 return clk_bulk_prepare(priv->drv_data->num_clks, priv->clks); in rk_dphy_init()
/linux/drivers/mailbox/
H A Dmtk-cmdq-mailbox.c749 WARN_ON(clk_bulk_prepare(cmdq->pdata->gce_num, cmdq->clocks)); in cmdq_probe()