Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/
Dclk-bulk.c87 int __must_check clk_bulk_prepare(int num_clks, in clk_bulk_prepare() function
109 EXPORT_SYMBOL_GPL(clk_bulk_prepare);
/Linux-v4.19/include/linux/
Dclk.h236 int __must_check clk_bulk_prepare(int num_clks,
245 static inline int __must_check clk_bulk_prepare(int num_clks, struct clk_bulk_data *clks) in clk_bulk_prepare() function
760 ret = clk_bulk_prepare(num_clks, clks); in clk_bulk_prepare_enable()
/Linux-v4.19/drivers/usb/dwc3/
Dcore.c1445 ret = clk_bulk_prepare(dwc->num_clks, dwc->clks); in dwc3_probe()
1559 ret = clk_bulk_prepare(dwc->num_clks, dwc->clks); in dwc3_core_init_for_resume()
/Linux-v4.19/drivers/soc/rockchip/
Dpm_domains.c443 error = clk_bulk_prepare(pd->num_clks, pd->clks); in rockchip_pm_add_one_domain()
/Linux-v4.19/drivers/iommu/
Drockchip-iommu.c1186 err = clk_bulk_prepare(iommu->num_clocks, iommu->clocks); in rk_iommu_probe()