/linux/drivers/clk/ |
A D | clk-conf.c | 16 struct of_phandle_args clkspec; in __set_clk_parents() local 28 "#clock-cells", index, &clkspec); in __set_clk_parents() 36 if (clkspec.np == node && !clk_supplier) in __set_clk_parents() 38 pclk = of_clk_get_from_provider(&clkspec); in __set_clk_parents() 47 "#clock-cells", index, &clkspec); in __set_clk_parents() 50 if (clkspec.np == node && !clk_supplier) { in __set_clk_parents() 54 clk = of_clk_get_from_provider(&clkspec); in __set_clk_parents() 78 struct of_phandle_args clkspec; in __set_clk_rates() local 88 "#clock-cells", index, &clkspec); in __set_clk_rates() 96 if (clkspec.np == node && !clk_supplier) in __set_clk_rates() [all …]
|
A D | clk.c | 400 struct of_phandle_args clkspec; in clk_core_get() local 405 of_node_put(clkspec.np); in clk_core_get() 4835 if (!clkspec) in of_clk_get_hw_from_clkspec() 4872 struct of_phandle_args clkspec; in of_clk_get_hw() local 4879 of_node_put(clkspec.np); in of_clk_get_hw() 4937 struct of_phandle_args clkspec; in of_clk_get_parent_name() local 4947 &clkspec); in of_clk_get_parent_name() 4951 index = clkspec.args_count ? clkspec.args[0] : 0; in of_clk_get_parent_name() 4979 if (clkspec.args_count == 0) in of_clk_get_parent_name() 4980 clk_name = clkspec.np->name; in of_clk_get_parent_name() [all …]
|
A D | clk-rk808.c | 78 of_clk_rk808_get(struct of_phandle_args *clkspec, void *data) in of_clk_rk808_get() argument 81 unsigned int idx = clkspec->args[0]; in of_clk_rk808_get()
|
/linux/drivers/clk/renesas/ |
A D | renesas-cpg-mssr.c | 272 unsigned int clkidx = clkspec->args[1]; in cpg_mssr_clk_src_twocell_get() 280 switch (clkspec->args[0]) { in cpg_mssr_clk_src_twocell_get() 318 clkspec->args[0], clkspec->args[1], clk, in cpg_mssr_clk_src_twocell_get() 482 if (clkspec->np != pd->genpd.dev.of_node || clkspec->args_count != 2) in cpg_mssr_is_pm_clk() 485 switch (clkspec->args[0]) { in cpg_mssr_is_pm_clk() 504 struct of_phandle_args clkspec; in cpg_mssr_attach_dev() local 515 &clkspec)) { in cpg_mssr_attach_dev() 516 if (cpg_mssr_is_pm_clk(&clkspec, pd)) in cpg_mssr_attach_dev() 519 of_node_put(clkspec.np); in cpg_mssr_attach_dev() 526 clk = of_clk_get_from_provider(&clkspec); in cpg_mssr_attach_dev() [all …]
|
A D | clk-mstp.c | 269 struct of_phandle_args clkspec; in cpg_mstp_attach_dev() local 275 &clkspec)) { in cpg_mstp_attach_dev() 276 if (of_device_is_compatible(clkspec.np, in cpg_mstp_attach_dev() 281 if (of_node_name_eq(clkspec.np, "zb_clk")) in cpg_mstp_attach_dev() 284 of_node_put(clkspec.np); in cpg_mstp_attach_dev() 291 clk = of_clk_get_from_provider(&clkspec); in cpg_mstp_attach_dev() 292 of_node_put(clkspec.np); in cpg_mstp_attach_dev()
|
A D | rzg2l-cpg.c | 342 unsigned int clkidx = clkspec->args[1]; in rzg2l_cpg_clk_src_twocell_get() 348 switch (clkspec->args[0]) { in rzg2l_cpg_clk_src_twocell_get() 378 clkspec->args[0], clkspec->args[1], clk, in rzg2l_cpg_clk_src_twocell_get() 785 if (clkspec->args_count != 2) in rzg2l_cpg_is_pm_clk() 788 switch (clkspec->args[0]) { in rzg2l_cpg_is_pm_clk() 800 struct of_phandle_args clkspec; in rzg2l_cpg_attach_dev() local 807 &clkspec)) { in rzg2l_cpg_attach_dev() 808 if (rzg2l_cpg_is_pm_clk(&clkspec)) { in rzg2l_cpg_attach_dev() 813 of_node_put(clkspec.np); in rzg2l_cpg_attach_dev() 818 of_node_put(clkspec.np); in rzg2l_cpg_attach_dev() [all …]
|
A D | r9a06g032-clocks.c | 355 static int create_add_module_clock(struct of_phandle_args *clkspec, in create_add_module_clock() argument 361 clk = of_clk_get_from_provider(clkspec); in create_add_module_clock() 384 struct of_phandle_args clkspec; in r9a06g032_attach_dev() local 390 &clkspec)) { in r9a06g032_attach_dev() 391 if (clkspec.np != pd->dev.of_node) in r9a06g032_attach_dev() 394 index = clkspec.args[0]; in r9a06g032_attach_dev() 397 error = create_add_module_clock(&clkspec, dev); in r9a06g032_attach_dev() 398 of_node_put(clkspec.np); in r9a06g032_attach_dev()
|
/linux/drivers/clk/ti/ |
A D | clk.c | 136 struct of_phandle_args clkspec; in ti_dt_clocks_register() local 180 clkspec.np = node; in ti_dt_clocks_register() 181 clkspec.args_count = num_args; in ti_dt_clocks_register() 183 ret = kstrtoint(tags[i], i ? 10 : 16, clkspec.args + i); in ti_dt_clocks_register() 191 clk = of_clk_get_from_provider(&clkspec); in ti_dt_clocks_register() 413 struct of_phandle_args clkspec; in ti_clk_add_aliases() local 415 clkspec.np = np; in ti_clk_add_aliases() 416 clk = of_clk_get_from_provider(&clkspec); in ti_clk_add_aliases()
|
A D | composite.c | 79 struct of_phandle_args clkspec; in _get_component_node() local 82 &clkspec); in _get_component_node() 86 return clkspec.np; in _get_component_node()
|
A D | clkctrl.c | 231 static struct clk_hw *_ti_omap4_clkctrl_xlate(struct of_phandle_args *clkspec, in _ti_omap4_clkctrl_xlate() argument 238 if (clkspec->args_count != 2) in _ti_omap4_clkctrl_xlate() 242 clkspec->args[0], clkspec->args[1]); in _ti_omap4_clkctrl_xlate() 245 if (entry->reg_offset == clkspec->args[0] && in _ti_omap4_clkctrl_xlate() 246 entry->bit_offset == clkspec->args[1]) { in _ti_omap4_clkctrl_xlate()
|
A D | clk-dra7-atl.c | 244 struct of_phandle_args clkspec; in of_dra7_atl_clk_probe() local 249 NULL, i, &clkspec); in of_dra7_atl_clk_probe() 257 clk = of_clk_get_from_provider(&clkspec); in of_dra7_atl_clk_probe()
|
/linux/drivers/clk/versatile/ |
A D | clk-sp810.c | 70 static struct clk *clk_sp810_timerclken_of_get(struct of_phandle_args *clkspec, in clk_sp810_timerclken_of_get() argument 75 if (WARN_ON(clkspec->args_count != 1 || in clk_sp810_timerclken_of_get() 76 clkspec->args[0] >= ARRAY_SIZE(sp810->timerclken))) in clk_sp810_timerclken_of_get() 79 return sp810->timerclken[clkspec->args[0]].clk; in clk_sp810_timerclken_of_get()
|
/linux/drivers/clk/imx/ |
A D | clk-imx6q.c | 168 struct of_phandle_args clkspec; in of_assigned_ldb_sels() local 176 "#clock-cells", index, &clkspec); in of_assigned_ldb_sels() 184 if (clkspec.np != node || clkspec.args[0] >= IMX6QDL_CLK_END) { in of_assigned_ldb_sels() 188 parent = clkspec.args[0]; in of_assigned_ldb_sels() 191 "#clock-cells", index, &clkspec); in of_assigned_ldb_sels() 194 if (clkspec.np != node || clkspec.args[0] >= IMX6QDL_CLK_END) { in of_assigned_ldb_sels() 198 child = clkspec.args[0]; in of_assigned_ldb_sels() 221 struct of_phandle_args clkspec; in pll6_bypassed() local 231 &clkspec); in pll6_bypassed() 235 if (clkspec.np == node && in pll6_bypassed() [all …]
|
/linux/drivers/clk/at91/ |
A D | pmc.c | 47 struct clk_hw *of_clk_hw_pmc_get(struct of_phandle_args *clkspec, void *data) in of_clk_hw_pmc_get() argument 49 unsigned int type = clkspec->args[0]; in of_clk_hw_pmc_get() 50 unsigned int idx = clkspec->args[1]; in of_clk_hw_pmc_get()
|
/linux/drivers/gpu/drm/rcar-du/ |
A D | rcar_du_of.c | 190 struct of_phandle_args clkspec; member 256 &lvds->clkspec); in rcar_du_of_lvds_patch() 304 rcar_du_of_lvds_patch_one(lvds_node, &lvds_data[i].clkspec, in rcar_du_of_lvds_patch() 311 of_node_put(lvds_data[i].clkspec.np); in rcar_du_of_lvds_patch()
|
/linux/include/linux/ |
A D | clk-provider.h | 1391 struct clk_hw *(*get)(struct of_phandle_args *clkspec, 1395 struct clk_hw *(*get)(struct of_phandle_args *clkspec, 1400 struct clk *of_clk_src_simple_get(struct of_phandle_args *clkspec, 1402 struct clk_hw *of_clk_hw_simple_get(struct of_phandle_args *clkspec, 1405 struct clk_hw *of_clk_hw_onecell_get(struct of_phandle_args *clkspec, 1422 struct clk_hw *(*get)(struct of_phandle_args *clkspec, in of_clk_add_hw_provider() argument 1429 struct clk_hw *(*get)(struct of_phandle_args *clkspec, in devm_of_clk_add_hw_provider() argument 1438 struct of_phandle_args *clkspec, void *data) in of_clk_src_simple_get() argument 1443 of_clk_hw_simple_get(struct of_phandle_args *clkspec, void *data) in of_clk_hw_simple_get() argument 1448 struct of_phandle_args *clkspec, void *data) in of_clk_src_onecell_get() argument [all …]
|
/linux/sound/soc/qcom/qdsp6/ |
A D | q6dsp-lpass-clocks.c | 110 static struct clk_hw *q6dsp_of_clk_hw_get(struct of_phandle_args *clkspec, in q6dsp_of_clk_hw_get() argument 114 unsigned int idx = clkspec->args[0]; in q6dsp_of_clk_hw_get() 115 unsigned int attr = clkspec->args[1]; in q6dsp_of_clk_hw_get()
|
/linux/drivers/clk/mvebu/ |
A D | kirkwood.c | 272 struct of_phandle_args *clkspec, void *data) in clk_muxing_get_src() argument 277 if (clkspec->args_count < 1) in clk_muxing_get_src() 283 if (clkspec->args[0] == mux->shift) in clk_muxing_get_src()
|
A D | common.c | 202 struct of_phandle_args *clkspec, void *data) in clk_gating_get_src() argument 206 if (clkspec->args_count < 1) in clk_gating_get_src() 212 if (clkspec->args[0] == gate->bit_idx) in clk_gating_get_src()
|
A D | cp110-system-controller.c | 195 static struct clk_hw *cp110_of_clk_get(struct of_phandle_args *clkspec, in cp110_of_clk_get() argument 199 unsigned int type = clkspec->args[0]; in cp110_of_clk_get() 200 unsigned int idx = clkspec->args[1]; in cp110_of_clk_get()
|
/linux/drivers/clk/qcom/ |
A D | clk-spmi-pmic-div.c | 184 spmi_pmic_div_clk_hw_get(struct of_phandle_args *clkspec, void *data) in spmi_pmic_div_clk_hw_get() argument 187 int idx = clkspec->args[0] - 1; /* Start at 1 instead of 0 */ in spmi_pmic_div_clk_hw_get() 191 __func__, clkspec->args[0], cc->nclks); in spmi_pmic_div_clk_hw_get()
|
/linux/drivers/clk/hisilicon/ |
A D | clk-hi3660-stub.c | 111 static struct clk_hw *hi3660_stub_clk_hw_get(struct of_phandle_args *clkspec, in hi3660_stub_clk_hw_get() argument 114 unsigned int idx = clkspec->args[0]; in hi3660_stub_clk_hw_get()
|
/linux/drivers/clk/baikal-t1/ |
A D | clk-ccu-pll.c | 126 static struct clk_hw *ccu_pll_of_clk_hw_get(struct of_phandle_args *clkspec, in ccu_pll_of_clk_hw_get() argument 133 clk_id = clkspec->args[0]; in ccu_pll_of_clk_hw_get()
|
/linux/drivers/clk/keystone/ |
A D | sci-clk.c | 385 static struct clk_hw *sci_clk_get(struct of_phandle_args *clkspec, void *data) in sci_clk_get() argument 391 if (clkspec->args_count != 2) in sci_clk_get() 394 key.dev_id = clkspec->args[0]; in sci_clk_get() 395 key.clk_id = clkspec->args[1]; in sci_clk_get()
|
/linux/drivers/clk/ux500/ |
A D | u8500_of_clk.c | 29 static struct clk *ux500_twocell_get(struct of_phandle_args *clkspec, in ux500_twocell_get() argument 35 if (clkspec->args_count != 2) in ux500_twocell_get() 38 base = clkspec->args[0]; in ux500_twocell_get() 39 bit = clkspec->args[1]; in ux500_twocell_get()
|