Home
last modified time | relevance | path

Searched refs:clk_bulk_prepare_enable (Results 1 – 25 of 145) sorted by relevance

123456

/linux-6.15/drivers/pmdomain/imx/
H A Dimx93-pd.c42 ret = clk_bulk_prepare_enable(domain->num_clks, domain->clks); in imx93_pd_on()
124 ret = clk_bulk_prepare_enable(domain->num_clks, domain->clks); in imx93_pd_probe()
H A Dimx8mp-blk-ctrl.c227 ret = clk_bulk_prepare_enable(num_clks, usb_clk); in imx8mp_hsio_power_notifier()
239 ret = clk_bulk_prepare_enable(num_clks, usb_clk); in imx8mp_hsio_power_notifier()
538 ret = clk_bulk_prepare_enable(data->num_clks, domain->clks); in imx8mp_blk_ctrl_power_on()
577 ret = clk_bulk_prepare_enable(data->num_clks, domain->clks); in imx8mp_blk_ctrl_power_off()
H A Dimx93-blk-ctrl.c132 ret = clk_bulk_prepare_enable(bc->num_clks, bc->clks); in imx93_blk_ctrl_power_on()
138 ret = clk_bulk_prepare_enable(data->num_clks, domain->clks); in imx93_blk_ctrl_power_on()
/linux-6.15/drivers/soc/samsung/
H A Dexynos-usi.c178 ret = clk_bulk_prepare_enable(usi->data->num_clks, usi->clks); in exynos_usi_enable()
210 ret = clk_bulk_prepare_enable(usi->data->num_clks, in exynos_usi_configure()
229 ret = clk_bulk_prepare_enable(usi->data->num_clks, usi->clks); in exynos_usi_unconfigure()
/linux-6.15/drivers/pwm/
H A Dpwm-imx27.c112 ret = clk_bulk_prepare_enable(imx->clks_cnt, imx->clks); in pwm_imx27_get_state()
242 ret = clk_bulk_prepare_enable(imx->clks_cnt, imx->clks); in pwm_imx27_apply()
409 ret = clk_bulk_prepare_enable(imx->clks_cnt, imx->clks); in pwm_imx27_probe()
H A Dpwm-sprd.c84 ret = clk_bulk_prepare_enable(SPRD_PWM_CHN_CLKS_NUM, chn->clks); in sprd_pwm_get_state()
180 ret = clk_bulk_prepare_enable(SPRD_PWM_CHN_CLKS_NUM, in sprd_pwm_apply()
/linux-6.15/drivers/usb/cdns3/
H A Dcdns3-starfive.c83 ret = clk_bulk_prepare_enable(data->num_clks, data->clks); in cdns_clk_rst_init()
188 return clk_bulk_prepare_enable(data->num_clks, data->clks); in cdns_starfive_runtime_resume()
H A Dcdns3-imx.c197 ret = clk_bulk_prepare_enable(data->num_clks, data->clks); in cdns_imx_probe()
351 return clk_bulk_prepare_enable(data->num_clks, data->clks); in cdns_imx_resume()
/linux-6.15/drivers/char/hw_random/
H A Dstm32-rng.c293 err = clk_bulk_prepare_enable(priv->data->nb_clock, priv->clk_bulk); in stm32_rng_init()
396 err = clk_bulk_prepare_enable(priv->data->nb_clock, priv->clk_bulk); in stm32_rng_suspend()
421 err = clk_bulk_prepare_enable(priv->data->nb_clock, priv->clk_bulk); in stm32_rng_runtime_resume()
441 err = clk_bulk_prepare_enable(priv->data->nb_clock, priv->clk_bulk); in stm32_rng_resume()
/linux-6.15/sound/soc/qcom/
H A Dlpass-sc7180.c146 ret = clk_bulk_prepare_enable(drvdata->num_clks, drvdata->clks); in sc7180_lpass_init()
167 return clk_bulk_prepare_enable(drvdata->num_clks, drvdata->clks); in sc7180_lpass_dev_resume()
H A Dlpass-sc7280.c219 ret = clk_bulk_prepare_enable(drvdata->num_clks, drvdata->clks); in sc7280_lpass_init()
240 return clk_bulk_prepare_enable(drvdata->num_clks, drvdata->clks); in sc7280_lpass_dev_resume()
/linux-6.15/drivers/bus/
H A Dsimple-pm-bus.c103 ret = clk_bulk_prepare_enable(bus->num_clks, bus->clks); in simple_pm_bus_runtime_resume()
/linux-6.15/drivers/pci/controller/plda/
H A Dpcie-starfive.c176 ret = clk_bulk_prepare_enable(pcie->num_clks, pcie->clks); in starfive_pcie_clk_rst_init()
459 ret = clk_bulk_prepare_enable(pcie->num_clks, pcie->clks); in starfive_pcie_resume_noirq()
/linux-6.15/drivers/irqchip/
H A Dirq-gic-pm.c32 ret = clk_bulk_prepare_enable(data->num_clocks, chip_pm->clks); in gic_runtime_resume()
/linux-6.15/drivers/pci/controller/dwc/
H A Dpcie-qcom.c495 ret = clk_bulk_prepare_enable(res->num_clks, res->clks); in qcom_pcie_post_init_2_1_0()
583 ret = clk_bulk_prepare_enable(res->num_clks, res->clks); in qcom_pcie_init_1_0_0()
675 ret = clk_bulk_prepare_enable(res->num_clks, res->clks); in qcom_pcie_init_2_3_2()
781 ret = clk_bulk_prepare_enable(res->num_clks, res->clks); in qcom_pcie_init_2_4_0()
852 ret = clk_bulk_prepare_enable(res->num_clks, res->clks); in qcom_pcie_init_2_3_3()
947 ret = clk_bulk_prepare_enable(res->num_clks, res->clks); in qcom_pcie_init_2_7_0()
1175 return clk_bulk_prepare_enable(res->num_clks, res->clks); in qcom_pcie_init_2_9_0()
/linux-6.15/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpu.c179 ret = clk_bulk_prepare_enable(vpu->num_clks, vpu->clks); in wave5_pm_resume()
249 ret = clk_bulk_prepare_enable(dev->num_clks, dev->clks); in wave5_vpu_probe()
/linux-6.15/drivers/pmdomain/mediatek/
H A Dmtk-pm-domains.c245 ret = clk_bulk_prepare_enable(pd->num_clks, pd->clks); in scpsys_power_on()
273 ret = clk_bulk_prepare_enable(pd->num_subsys_clks, in scpsys_power_on()
288 ret = clk_bulk_prepare_enable(pd->num_subsys_clks, in scpsys_power_on()
/linux-6.15/drivers/phy/samsung/
H A Dphy-exynos5-usbdrd.c777 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos5_usbdrd_phy_init()
839 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos5_usbdrd_phy_exit()
874 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_core_clks, in exynos5_usbdrd_phy_power_on()
1210 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos850_usbdrd_phy_init()
1231 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos850_usbdrd_phy_exit()
1414 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos5_usbdrd_orien_sw_set()
/linux-6.15/sound/soc/meson/
H A Daiu-encoder-spdif.c188 ret = clk_bulk_prepare_enable(aiu->spdif.clk_num, aiu->spdif.clks); in aiu_encoder_spdif_startup()
/linux-6.15/drivers/usb/dwc3/
H A Ddwc3-of-simple.c71 ret = clk_bulk_prepare_enable(simple->num_clocks, simple->clks); in dwc3_of_simple_probe()
/linux-6.15/drivers/reset/
H A Dreset-uniphier-glue.c64 ret = clk_bulk_prepare_enable(priv->data->nclks, priv->clk); in uniphier_glue_reset_probe()
/linux-6.15/sound/soc/sof/imx/
H A Dimx-common.c166 ret = clk_bulk_prepare_enable(common->clk_num, common->clks); in imx_common_resume()
431 ret = clk_bulk_prepare_enable(common->clk_num, common->clks); in imx_probe()
/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-tegra.c77 err = clk_bulk_prepare_enable(ARRAY_SIZE(mgbe_clks), mgbe->clks); in tegra_mgbe_resume()
267 err = clk_bulk_prepare_enable(ARRAY_SIZE(mgbe_clks), mgbe->clks); in tegra_mgbe_probe()
/linux-6.15/drivers/phy/mediatek/
H A Dphy-mtk-ufs.c124 ret = clk_bulk_prepare_enable(UFSPHY_CLKS_CNT, phy->clks); in ufs_mtk_phy_power_on()
/linux-6.15/drivers/clk/renesas/
H A Drcar-usb2-clock-sel.c70 ret = clk_bulk_prepare_enable(ARRAY_SIZE(priv->clks), priv->clks); in usb2_clock_sel_enable()

123456