Home
last modified time | relevance | path

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

1234

/linux/drivers/pwm/
A Dpwm-sprd.c82 ret = clk_bulk_prepare_enable(SPRD_PWM_CHN_CLKS_NUM, chn->clks); in sprd_pwm_get_state()
176 ret = clk_bulk_prepare_enable(SPRD_PWM_CHN_CLKS_NUM, in sprd_pwm_apply()
/linux/drivers/usb/cdns3/
A Dcdns3-imx.c197 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/drivers/irqchip/
A Dirq-gic-pm.c32 ret = clk_bulk_prepare_enable(data->num_clocks, chip_pm->clks); in gic_runtime_resume()
/linux/drivers/usb/dwc3/
A Ddwc3-of-simple.c72 ret = clk_bulk_prepare_enable(simple->num_clocks, simple->clks); in dwc3_of_simple_probe()
A Ddwc3-xilinx.c253 ret = clk_bulk_prepare_enable(priv_data->num_clocks, priv_data->clks); in dwc3_xlnx_probe()
/linux/sound/soc/meson/
A Daiu-encoder-spdif.c188 ret = clk_bulk_prepare_enable(aiu->spdif.clk_num, aiu->spdif.clks); in aiu_encoder_spdif_startup()
A Daiu-encoder-i2s.c308 ret = clk_bulk_prepare_enable(aiu->i2s.clk_num, aiu->i2s.clks); in aiu_encoder_i2s_startup()
/linux/drivers/usb/mtu3/
A Dmtu3_plat.c140 ret = clk_bulk_prepare_enable(BULK_CLKS_CNT, ssusb->clks); in ssusb_rscs_init()
524 ret = clk_bulk_prepare_enable(BULK_CLKS_CNT, ssusb->clks); in mtu3_resume_common()
/linux/drivers/mmc/host/
A Dsdhci-of-dwcmshc.c305 err = clk_bulk_prepare_enable(RK3568_MAX_CLKS, priv->rockchip_clks); in dwcmshc_rk3568_init()
500 ret = clk_bulk_prepare_enable(RK3568_MAX_CLKS, in dwcmshc_resume()
/linux/drivers/reset/
A Dreset-uniphier-glue.c68 ret = clk_bulk_prepare_enable(priv->data->nclks, priv->clk); in uniphier_glue_reset_probe()
/linux/drivers/clk/renesas/
A Drcar-usb2-clock-sel.c71 ret = clk_bulk_prepare_enable(ARRAY_SIZE(priv->clks), priv->clks); in usb2_clock_sel_enable()
/linux/drivers/regulator/
A Duniphier-regulator.c77 ret = clk_bulk_prepare_enable(priv->data->nclks, priv->clk); in uniphier_regulator_probe()
/linux/drivers/phy/mediatek/
A Dphy-mtk-ufs.c145 ret = clk_bulk_prepare_enable(UFSPHY_CLKS_CNT, phy->clks); in ufs_mtk_phy_power_on()
/linux/drivers/soc/amlogic/
A Dmeson-ee-pwrc.c395 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/drivers/phy/qualcomm/
A Dphy-qcom-usb-ss.c99 ret = clk_bulk_prepare_enable(NUM_BULK_CLKS, priv->clks); in qcom_ssphy_power_on()
/linux/drivers/staging/media/hantro/
A Dimx8m_vpu_hw.c58 ret = clk_bulk_prepare_enable(vpu->variant->num_clocks, vpu->clocks); in imx8mq_runtime_resume()
/linux/drivers/remoteproc/
A Dingenic_rproc.c75 ret = clk_bulk_prepare_enable(ARRAY_SIZE(vpu->clks), vpu->clks); in ingenic_rproc_prepare()
/linux/sound/soc/qcom/
A Dlpass-apq8016.c184 ret = clk_bulk_prepare_enable(drvdata->num_clks, drvdata->clks); in apq8016_lpass_init()
A Dlpass-sc7180.c145 ret = clk_bulk_prepare_enable(drvdata->num_clks, drvdata->clks); in sc7180_lpass_init()
/linux/drivers/nvmem/
A Drockchip-otp.c142 ret = clk_bulk_prepare_enable(otp->num_clks, otp->clks); in rockchip_otp_read()
/linux/drivers/pci/controller/dwc/
A Dpcie-dw-rockchip.c140 return clk_bulk_prepare_enable(rockchip->clk_cnt, rockchip->clks); in rockchip_pcie_clk_init()
A Dpcie-qcom-ep.c233 ret = clk_bulk_prepare_enable(ARRAY_SIZE(qcom_pcie_ep_clks), in qcom_pcie_perst_deassert()
648 ret = clk_bulk_prepare_enable(ARRAY_SIZE(qcom_pcie_ep_clks), in qcom_pcie_ep_probe()
/linux/drivers/soc/mediatek/
A Dmtk-pm-domains.c214 ret = clk_bulk_prepare_enable(pd->num_clks, pd->clks); in scpsys_power_on()
232 ret = clk_bulk_prepare_enable(pd->num_subsys_clks, pd->subsys_clks); in scpsys_power_on()
/linux/drivers/memory/
A Dmtk-smi.c482 ret = clk_bulk_prepare_enable(larb->smi.clk_num, larb->smi.clks); in mtk_smi_larb_resume()
663 ret = clk_bulk_prepare_enable(common->clk_num, common->clks); in mtk_smi_common_resume()
/linux/drivers/usb/host/
A Dxhci-mtk.c536 ret = clk_bulk_prepare_enable(BULK_CLKS_NUM, mtk->clks); in xhci_mtk_probe()
716 ret = clk_bulk_prepare_enable(BULK_CLKS_NUM, mtk->clks); in xhci_mtk_resume()

Completed in 61 milliseconds

1234