Searched refs:cpu_muxes (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/mediatek/ |
H A D | clk-mt7622-infracfg.c | 33 static const struct mtk_composite cpu_muxes[] = { variable 84 ret = mtk_clk_register_cpumuxes(&pdev->dev, node, cpu_muxes, in clk_mt7622_infracfg_probe() 85 ARRAY_SIZE(cpu_muxes), clk_data); in clk_mt7622_infracfg_probe() 96 mtk_clk_unregister_cpumuxes(cpu_muxes, ARRAY_SIZE(cpu_muxes), clk_data); in clk_mt7622_infracfg_probe() 110 mtk_clk_unregister_cpumuxes(cpu_muxes, ARRAY_SIZE(cpu_muxes), clk_data); in clk_mt7622_infracfg_remove()
|
H A D | clk-mt6795-infracfg.c | 40 static const struct mtk_composite cpu_muxes[] = { variable 110 ret = mtk_clk_register_cpumuxes(&pdev->dev, node, cpu_muxes, in clk_mt6795_infracfg_probe() 111 ARRAY_SIZE(cpu_muxes), clk_data); in clk_mt6795_infracfg_probe() 122 mtk_clk_unregister_cpumuxes(cpu_muxes, ARRAY_SIZE(cpu_muxes), clk_data); in clk_mt6795_infracfg_probe() 136 mtk_clk_unregister_cpumuxes(cpu_muxes, ARRAY_SIZE(cpu_muxes), clk_data); in clk_mt6795_infracfg_remove()
|
H A D | clk-mt8173-infracfg.c | 42 static const struct mtk_composite cpu_muxes[] = { variable 108 r = mtk_clk_register_cpumuxes(&pdev->dev, node, cpu_muxes, in clk_mt8173_infracfg_probe() 109 ARRAY_SIZE(cpu_muxes), infra_clk_data); in clk_mt8173_infracfg_probe() 126 mtk_clk_unregister_cpumuxes(cpu_muxes, ARRAY_SIZE(cpu_muxes), infra_clk_data); in clk_mt8173_infracfg_probe() 138 mtk_clk_unregister_cpumuxes(cpu_muxes, ARRAY_SIZE(cpu_muxes), clk_data); in clk_mt8173_infracfg_remove()
|
H A D | clk-mt2701.c | 482 static const struct mtk_composite cpu_muxes[] __initconst = { 762 mtk_clk_register_cpumuxes(NULL, node, cpu_muxes, ARRAY_SIZE(cpu_muxes), in mtk_infrasys_init_early()
|
/kernel/linux/linux-5.10/drivers/clk/mediatek/ |
H A D | clk-mt2701.c | 483 static const struct mtk_composite cpu_muxes[] __initconst = { 757 mtk_clk_register_cpumuxes(node, cpu_muxes, ARRAY_SIZE(cpu_muxes), in mtk_infrasys_init_early()
|
H A D | clk-mt8173.c | 535 static const struct mtk_composite cpu_muxes[] __initconst = { 876 mtk_clk_register_cpumuxes(node, cpu_muxes, ARRAY_SIZE(cpu_muxes), in mtk_infrasys_init()
|
Completed in 6 milliseconds