Searched refs:devm_clk_hw_get_clk (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/mmc/host/ |
D | meson-mx-sdhc-clkc.c | 86 clk_bulk_data[bulk_index].clk = devm_clk_hw_get_clk(dev, hw, name_suffix); in meson_mx_sdhc_gate_clk_hw_register()
|
/linux-6.12.1/drivers/clk/qcom/ |
D | clk-cbf-8996.c | 227 struct clk *clk = devm_clk_hw_get_clk(dev, cbf_hw, "cbf"); in qcom_msm8996_cbf_icc_register()
|
D | common.c | 275 icd[i].clk = devm_clk_hw_get_clk(dev, hws, "icc"); in qcom_cc_icc_register()
|
/linux-6.12.1/drivers/clk/meson/ |
D | g12a.c | 5394 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_cpu_clk_postmux0.hw, in meson_g12a_dvfs_setup_common() 5404 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_cpu_clk_dyn.hw, in meson_g12a_dvfs_setup_common() 5431 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_cpu_clk.hw, in meson_g12b_dvfs_setup() 5441 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_sys1_pll.hw, in meson_g12b_dvfs_setup() 5454 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_cpub_clk_postmux0.hw, in meson_g12b_dvfs_setup() 5464 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_cpub_clk_dyn.hw, "dvfs"); in meson_g12b_dvfs_setup() 5473 notifier_clk = devm_clk_hw_get_clk(dev, &g12b_cpub_clk.hw, DVFS_CON_ID); in meson_g12b_dvfs_setup() 5482 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_sys_pll.hw, DVFS_CON_ID); in meson_g12b_dvfs_setup() 5505 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_cpu_clk.hw, DVFS_CON_ID); in meson_g12a_dvfs_setup() 5514 notifier_clk = devm_clk_hw_get_clk(dev, &g12a_sys_pll.hw, DVFS_CON_ID); in meson_g12a_dvfs_setup()
|
/linux-6.12.1/drivers/pwm/ |
D | pwm-meson.c | 418 channel->clk = devm_clk_hw_get_clk(dev, &channel->gate.hw, NULL); in meson_pwm_init_clocks_meson8b()
|
/linux-6.12.1/include/linux/ |
D | clk-provider.h | 1347 struct clk *devm_clk_hw_get_clk(struct device *dev, struct clk_hw *hw,
|
/linux-6.12.1/drivers/clk/ |
D | clk.c | 4712 struct clk *devm_clk_hw_get_clk(struct device *dev, struct clk_hw *hw, in devm_clk_hw_get_clk() function 4738 EXPORT_SYMBOL_GPL(devm_clk_hw_get_clk);
|
/linux-6.12.1/drivers/phy/cadence/ |
D | phy-cadence-sierra.c | 787 sp->pll_clks[clk_index] = devm_clk_hw_get_clk(dev, &mux->hw, in cdns_sierra_pll_mux_register()
|