Home
last modified time | relevance | path

Searched refs:clk_bulk_disable (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/clk/
Dclk-bulk.c211 void clk_bulk_disable(int num_clks, const struct clk_bulk_data *clks) in clk_bulk_disable() function
217 EXPORT_SYMBOL_GPL(clk_bulk_disable);
244 clk_bulk_disable(i, clks); in clk_bulk_enable()
/Linux-v5.4/include/linux/
Dclk.h537 void clk_bulk_disable(int num_clks, const struct clk_bulk_data *clks);
834 static inline void clk_bulk_disable(int num_clks, in clk_bulk_disable() function
942 clk_bulk_disable(num_clks, clks); in clk_bulk_disable_unprepare()
/Linux-v5.4/drivers/usb/dwc3/
Ddwc3-of-simple.c140 clk_bulk_disable(simple->num_clocks, simple->clks); in dwc3_of_simple_runtime_suspend()
/Linux-v5.4/drivers/iommu/
Drockchip-iommu.c582 clk_bulk_disable(iommu->num_clocks, iommu->clocks); in rk_iommu_irq()
639 clk_bulk_disable(iommu->num_clocks, iommu->clocks); in rk_iommu_zap_iova()
858 clk_bulk_disable(iommu->num_clocks, iommu->clocks); in rk_iommu_disable()
892 clk_bulk_disable(iommu->num_clocks, iommu->clocks); in rk_iommu_enable()
Darm-smmu.c2186 clk_bulk_disable(smmu->num_clks, smmu->clks); in arm_smmu_device_shutdown()
2209 clk_bulk_disable(smmu->num_clks, smmu->clks); in arm_smmu_runtime_suspend()
/Linux-v5.4/drivers/staging/media/hantro/
Dhantro_drv.c101 clk_bulk_disable(vpu->variant->num_clocks, vpu->clocks); in hantro_job_finish()
/Linux-v5.4/drivers/soc/rockchip/
Dpm_domains.c322 clk_bulk_disable(pd->num_clks, pd->clks); in rockchip_pd_power()