Home
last modified time | relevance | path

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

123

/Linux-v5.10/drivers/pwm/
Dpwm-sprd.c82 ret = clk_bulk_prepare_enable(SPRD_PWM_CHN_CLKS_NUM, chn->clks); in sprd_pwm_get_state()
173 ret = clk_bulk_prepare_enable(SPRD_PWM_CHN_CLKS_NUM, in sprd_pwm_apply()
/Linux-v5.10/drivers/usb/cdns3/
Dcdns3-imx.c192 ret = clk_bulk_prepare_enable(data->num_clks, data->clks); in cdns_imx_probe()
353 return clk_bulk_prepare_enable(data->num_clks, data->clks); in cdns_imx_resume()
/Linux-v5.10/drivers/irqchip/
Dirq-gic-pm.c32 ret = clk_bulk_prepare_enable(data->num_clocks, chip_pm->clks); in gic_runtime_resume()
/Linux-v5.10/drivers/usb/dwc3/
Ddwc3-of-simple.c72 ret = clk_bulk_prepare_enable(simple->num_clocks, simple->clks); in dwc3_of_simple_probe()
Ddwc3-meson-g12a.c733 ret = clk_bulk_prepare_enable(priv->drvdata->num_clks, in dwc3_meson_g12a_probe()
866 return clk_bulk_prepare_enable(priv->drvdata->num_clks, in dwc3_meson_g12a_runtime_resume()
/Linux-v5.10/sound/soc/meson/
Daiu-encoder-spdif.c188 ret = clk_bulk_prepare_enable(aiu->spdif.clk_num, aiu->spdif.clks); in aiu_encoder_spdif_startup()
Daiu-encoder-i2s.c340 ret = clk_bulk_prepare_enable(aiu->i2s.clk_num, aiu->i2s.clks); in aiu_encoder_i2s_startup()
/Linux-v5.10/drivers/reset/
Dreset-uniphier-glue.c68 ret = clk_bulk_prepare_enable(priv->data->nclks, priv->clk); in uniphier_glue_reset_probe()
/Linux-v5.10/drivers/staging/media/hantro/
Dimx8m_vpu_hw.c57 ret = clk_bulk_prepare_enable(vpu->variant->num_clocks, vpu->clocks); in imx8mq_runtime_resume()
/Linux-v5.10/drivers/clk/renesas/
Drcar-usb2-clock-sel.c71 ret = clk_bulk_prepare_enable(ARRAY_SIZE(priv->clks), priv->clks); in usb2_clock_sel_enable()
/Linux-v5.10/drivers/regulator/
Duniphier-regulator.c77 ret = clk_bulk_prepare_enable(priv->data->nclks, priv->clk); in uniphier_regulator_probe()
/Linux-v5.10/drivers/remoteproc/
Dingenic_rproc.c70 ret = clk_bulk_prepare_enable(ARRAY_SIZE(vpu->clks), vpu->clks); in ingenic_rproc_prepare()
Dqcom_q6v5_adsp.c199 ret = clk_bulk_prepare_enable(adsp->num_clks, adsp->clks); in adsp_start()
/Linux-v5.10/drivers/phy/qualcomm/
Dphy-qcom-usb-ss.c99 ret = clk_bulk_prepare_enable(NUM_BULK_CLKS, priv->clks); in qcom_ssphy_power_on()
Dphy-qcom-usb-hs-28nm.c261 ret = clk_bulk_prepare_enable(priv->num_clks, priv->clks); in qcom_snps_hsphy_init()
/Linux-v5.10/drivers/soc/amlogic/
Dmeson-ee-pwrc.c394 return clk_bulk_prepare_enable(pwrc_domain->num_clks, in meson_ee_pwrc_on()
449 ret = clk_bulk_prepare_enable(dom->num_clks, dom->clks); in meson_ee_pwrc_init_domain()
/Linux-v5.10/drivers/nvmem/
Drockchip-otp.c142 ret = clk_bulk_prepare_enable(otp->num_clks, otp->clks); in rockchip_otp_read()
/Linux-v5.10/sound/soc/qcom/
Dlpass-apq8016.c184 ret = clk_bulk_prepare_enable(drvdata->num_clks, drvdata->clks); in apq8016_lpass_init()
Dlpass-sc7180.c146 ret = clk_bulk_prepare_enable(drvdata->num_clks, drvdata->clks); in sc7180_lpass_init()
/Linux-v5.10/include/linux/
Dclk.h928 clk_bulk_prepare_enable(int num_clks, const struct clk_bulk_data *clks) in clk_bulk_prepare_enable() function
/Linux-v5.10/drivers/gpio/
Dgpio-dwapb.c654 err = clk_bulk_prepare_enable(DWAPB_NR_CLOCKS, gpio->clks); in dwapb_get_clks()
781 err = clk_bulk_prepare_enable(DWAPB_NR_CLOCKS, gpio->clks); in dwapb_gpio_resume()
/Linux-v5.10/drivers/soc/qcom/
Docmem.c335 ret = clk_bulk_prepare_enable(ARRAY_SIZE(ocmem_clks), ocmem_clks); in ocmem_dev_probe()
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-mediatek.c356 ret = clk_bulk_prepare_enable(plat->num_clks_to_config, plat->clks); in mediatek_dwmac_init()
/Linux-v5.10/drivers/pci/controller/dwc/
Dpcie-qcom.c367 ret = clk_bulk_prepare_enable(ARRAY_SIZE(res->clks), res->clks); in qcom_pcie_init_2_1_0()
919 ret = clk_bulk_prepare_enable(res->num_clks, res->clks); in qcom_pcie_init_2_4_0()
1175 ret = clk_bulk_prepare_enable(ARRAY_SIZE(res->clks), res->clks); in qcom_pcie_init_2_7_0()
/Linux-v5.10/drivers/staging/media/rkisp1/
Drkisp1-dev.c327 ret = clk_bulk_prepare_enable(rkisp1->clk_size, rkisp1->clks); in rkisp1_runtime_resume()

123