Searched refs:kclk (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/clk/ |
| H A D | clk-k210.c | 676 struct k210_clk *kclk = to_k210_clk(hw); in k210_clk_enable() local 677 struct k210_sysclk *ksc = kclk->ksc; in k210_clk_enable() 697 struct k210_sysclk *ksc = kclk->ksc; in k210_clk_disable() 715 struct k210_sysclk *ksc = kclk->ksc; in k210_clk_set_parent() 735 struct k210_sysclk *ksc = kclk->ksc; in k210_clk_get_parent() 752 struct k210_sysclk *ksc = kclk->ksc; in k210_clk_get_rate() 795 struct k210_clk *kclk = &ksc->clks[id]; in k210_register_clk() local 808 kclk->id = id; in k210_register_clk() 809 kclk->ksc = ksc; in k210_register_clk() 810 kclk->hw.init = &init; in k210_register_clk() [all …]
|
| H A D | clk-stm32h7.c | 1093 static const struct composite_clk_cfg kclk[] = { variable 1340 for (n = 0; n < ARRAY_SIZE(kclk); n++) { in stm32h7_rcc_init() 1341 get_cfg_composite_div(&kernel_clk_cfg, &kclk[n], &c_cfg, in stm32h7_rcc_init() 1345 kclk[n].name, in stm32h7_rcc_init() 1346 kclk[n].parent_name, in stm32h7_rcc_init() 1347 kclk[n].num_parents, in stm32h7_rcc_init() 1351 kclk[n].flags); in stm32h7_rcc_init()
|
| /linux-6.15/drivers/media/platform/st/stm32/stm32-dcmipp/ |
| H A D | dcmipp-core.c | 44 struct clk *kclk; member 469 struct clk *kclk, *mclk; in dcmipp_probe() local 529 kclk = devm_clk_get(&pdev->dev, "kclk"); in dcmipp_probe() 530 if (IS_ERR(kclk)) in dcmipp_probe() 531 return dev_err_probe(&pdev->dev, PTR_ERR(kclk), in dcmipp_probe() 533 dcmipp->kclk = kclk; in dcmipp_probe() 604 clk_disable_unprepare(dcmipp->kclk); in dcmipp_runtime_suspend() 621 ret = clk_prepare_enable(dcmipp->kclk); in dcmipp_runtime_resume()
|
| /linux-6.15/Documentation/devicetree/bindings/sound/ |
| H A D | st,stm32-spdifrx.yaml | 35 - const: kclk 82 clock-names = "kclk";
|
| /linux-6.15/sound/soc/stm/ |
| H A D | stm32_spdifrx.c | 235 struct clk *kclk; member 490 ret = clk_prepare_enable(spdifrx->kclk); in stm32_spdifrx_get_ctrl_data() 516 clk_disable_unprepare(spdifrx->kclk); in stm32_spdifrx_get_ctrl_data() 775 ret = clk_prepare_enable(spdifrx->kclk); in stm32_spdifrx_startup() 855 clk_disable_unprepare(spdifrx->kclk); in stm32_spdifrx_shutdown() 926 spdifrx->kclk = devm_clk_get(&pdev->dev, "kclk"); in stm32_spdifrx_parse_of() 927 if (IS_ERR(spdifrx->kclk)) in stm32_spdifrx_parse_of() 928 return dev_err_probe(&pdev->dev, PTR_ERR(spdifrx->kclk), in stm32_spdifrx_parse_of()
|
| /linux-6.15/Documentation/devicetree/bindings/media/ |
| H A D | st,stm32-dcmipp.yaml | 33 - const: kclk
|
| /linux-6.15/arch/arm64/boot/dts/st/ |
| H A D | stm32mp231.dtsi | 292 clock-names = "kclk"; 688 clock-names = "kclk", "mclk";
|
| H A D | stm32mp251.dtsi | 305 clock-names = "kclk"; 819 clock-names = "kclk", "mclk";
|
| /linux-6.15/arch/arm/boot/dts/st/ |
| H A D | stm32mp131.dtsi | 415 clock-names = "kclk";
|
| H A D | stm32mp151.dtsi | 798 clock-names = "kclk";
|