/linux/drivers/pmdomain/imx/ |
H A D | imx93-pd.c | 42 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 D | imx8mp-blk-ctrl.c | 227 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 D | imx93-blk-ctrl.c | 132 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/drivers/usb/cdns3/ |
H A D | cdns3-starfive.c | 83 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 D | cdns3-imx.c | 197 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/drivers/pwm/ |
H A D | pwm-sprd.c | 84 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/sound/soc/qcom/ |
H A D | lpass-sc7180.c | 146 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 D | lpass-sc7280.c | 219 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/drivers/bus/ |
H A D | simple-pm-bus.c | 103 ret = clk_bulk_prepare_enable(bus->num_clks, bus->clks); in simple_pm_bus_runtime_resume()
|
/linux/drivers/pci/controller/plda/ |
H A D | pcie-starfive.c | 176 ret = clk_bulk_prepare_enable(pcie->num_clks, pcie->clks); in starfive_pcie_clk_rst_init() 455 ret = clk_bulk_prepare_enable(pcie->num_clks, pcie->clks); in starfive_pcie_resume_noirq()
|
/linux/drivers/irqchip/ |
H A D | irq-gic-pm.c | 32 ret = clk_bulk_prepare_enable(data->num_clocks, chip_pm->clks); in gic_runtime_resume()
|
/linux/drivers/pci/controller/dwc/ |
H A D | pcie-qcom.c | 494 ret = clk_bulk_prepare_enable(res->num_clks, res->clks); in qcom_pcie_post_init_2_1_0() 582 ret = clk_bulk_prepare_enable(res->num_clks, res->clks); in qcom_pcie_init_1_0_0() 674 ret = clk_bulk_prepare_enable(res->num_clks, res->clks); in qcom_pcie_init_2_3_2() 780 ret = clk_bulk_prepare_enable(res->num_clks, res->clks); in qcom_pcie_init_2_4_0() 851 ret = clk_bulk_prepare_enable(res->num_clks, res->clks); in qcom_pcie_init_2_3_3() 946 ret = clk_bulk_prepare_enable(res->num_clks, res->clks); in qcom_pcie_init_2_7_0() 1174 return clk_bulk_prepare_enable(res->num_clks, res->clks); in qcom_pcie_init_2_9_0()
|
/linux/sound/soc/sof/imx/ |
H A D | imx8m.c | 251 ret = clk_bulk_prepare_enable(priv->clk_num, priv->clks); in imx8m_probe() 331 ret = clk_bulk_prepare_enable(priv->clk_num, priv->clks); in imx8m_resume()
|
H A D | imx8ulp.c | 259 ret = clk_bulk_prepare_enable(priv->clk_num, priv->clks); in imx8ulp_probe() 308 ret = clk_bulk_prepare_enable(priv->clk_num, priv->clks); in imx8ulp_resume()
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-tegra.c | 75 err = clk_bulk_prepare_enable(ARRAY_SIZE(mgbe_clks), mgbe->clks); in tegra_mgbe_resume() 259 err = clk_bulk_prepare_enable(ARRAY_SIZE(mgbe_clks), mgbe->clks); in tegra_mgbe_probe()
|
/linux/drivers/pmdomain/mediatek/ |
H A D | mtk-pm-domains.c | 244 ret = clk_bulk_prepare_enable(pd->num_clks, pd->clks); in scpsys_power_on() 272 ret = clk_bulk_prepare_enable(pd->num_subsys_clks, in scpsys_power_on() 287 ret = clk_bulk_prepare_enable(pd->num_subsys_clks, in scpsys_power_on()
|
/linux/sound/soc/meson/ |
H A D | aiu-encoder-spdif.c | 188 ret = clk_bulk_prepare_enable(aiu->spdif.clk_num, aiu->spdif.clks); in aiu_encoder_spdif_startup()
|
/linux/drivers/usb/dwc3/ |
H A D | dwc3-of-simple.c | 71 ret = clk_bulk_prepare_enable(simple->num_clocks, simple->clks); in dwc3_of_simple_probe()
|
/linux/drivers/phy/mediatek/ |
H A D | phy-mtk-ufs.c | 124 ret = clk_bulk_prepare_enable(UFSPHY_CLKS_CNT, phy->clks); in ufs_mtk_phy_power_on()
|
/linux/drivers/reset/ |
H A D | reset-uniphier-glue.c | 78 ret = clk_bulk_prepare_enable(priv->data->nclks, priv->clk); in uniphier_glue_reset_probe()
|
/linux/drivers/phy/samsung/ |
H A D | phy-exynos5-usbdrd.c | 751 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos5_usbdrd_phy_init() 813 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos5_usbdrd_phy_exit() 848 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_core_clks, in exynos5_usbdrd_phy_power_on() 1182 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos850_usbdrd_phy_init() 1202 ret = clk_bulk_prepare_enable(phy_drd->drv_data->n_clks, phy_drd->clks); in exynos850_usbdrd_phy_exit()
|
/linux/drivers/regulator/ |
H A D | uniphier-regulator.c | 77 ret = clk_bulk_prepare_enable(priv->data->nclks, priv->clk); in uniphier_regulator_probe()
|
/linux/drivers/char/hw_random/ |
H A D | rockchip-rng.c | 71 ret = clk_bulk_prepare_enable(rk_rng->clk_num, rk_rng->clk_bulks); in rk_rng_init()
|
/linux/drivers/clk/renesas/ |
H A D | rcar-usb2-clock-sel.c | 70 ret = clk_bulk_prepare_enable(ARRAY_SIZE(priv->clks), priv->clks); in usb2_clock_sel_enable()
|
/linux/drivers/usb/mtu3/ |
H A D | mtu3_plat.c | 141 ret = clk_bulk_prepare_enable(BULK_CLKS_CNT, ssusb->clks); in ssusb_rscs_init() 565 ret = clk_bulk_prepare_enable(BULK_CLKS_CNT, ssusb->clks); in mtu3_resume_common()
|