Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk-bulk.c176 int __must_check clk_bulk_prepare(int num_clks, in clk_bulk_prepare() function
198 EXPORT_SYMBOL_GPL(clk_bulk_prepare);
/linux/include/linux/
H A Dclk.h308 int __must_check clk_bulk_prepare(int num_clks,
335 clk_bulk_prepare(int num_clks, const struct clk_bulk_data *clks) in clk_bulk_prepare() function
1166 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.c694 WARN_ON(clk_bulk_prepare(cmdq->pdata->gce_num, cmdq->clocks)); in cmdq_probe()
/linux/drivers/pci/controller/
H A Dpcie-mediatek-gen3.c903 err = clk_bulk_prepare(pcie->num_clks, pcie->clks); in mtk_pcie_en7581_power_up()
/linux/drivers/media/platform/verisilicon/
H A Dhantro_drv.c1177 ret = clk_bulk_prepare(vpu->variant->num_clocks, vpu->clocks); in hantro_probe()
/linux/drivers/iommu/
H A Drockchip-iommu.c1254 err = clk_bulk_prepare(iommu->num_clocks, iommu->clocks); in rk_iommu_probe()
/linux/drivers/i2c/busses/
H A Di2c-tegra.c1697 err = clk_bulk_prepare(i2c_dev->nclocks, i2c_dev->clocks); in tegra_i2c_init_clocks()
/linux/drivers/pmdomain/rockchip/
H A Dpm-domains.c729 error = clk_bulk_prepare(pd->num_clks, pd->clks); in rockchip_pm_add_one_domain()
/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c2330 ret = clk_bulk_prepare(smmu->num_clks, smmu->clks); in arm_smmu_pm_resume()