/kernel/linux/linux-6.6/drivers/clk/mediatek/ |
H A D | clk-cpumux.h | 12 struct mtk_composite; 15 const struct mtk_composite *clks, int num, 18 void mtk_clk_unregister_cpumuxes(const struct mtk_composite *clks, int num,
|
H A D | clk-cpumux.c | 62 mtk_clk_register_cpumux(struct device *dev, const struct mtk_composite *mux, in mtk_clk_register_cpumux() 107 const struct mtk_composite *clks, int num, in mtk_clk_register_cpumuxes() 121 const struct mtk_composite *mux = &clks[i]; in mtk_clk_register_cpumuxes() 143 const struct mtk_composite *mux = &clks[i]; in mtk_clk_register_cpumuxes() 156 void mtk_clk_unregister_cpumuxes(const struct mtk_composite *clks, int num, in mtk_clk_unregister_cpumuxes() 162 const struct mtk_composite *mux = &clks[i - 1]; in mtk_clk_unregister_cpumuxes()
|
H A D | clk-mtk.h | 89 struct mtk_composite { struct 177 const struct mtk_composite *mcs, int num, 180 void mtk_clk_unregister_composites(const struct mtk_composite *mcs, int num, 224 const struct mtk_composite *composite_clks;
|
H A D | clk-mtk.c | 218 const struct mtk_composite *mc, void __iomem *base, spinlock_t *lock) in mtk_clk_register_composite() 329 const struct mtk_composite *mcs, int num, in mtk_clk_register_composites() 340 const struct mtk_composite *mc = &mcs[i]; in mtk_clk_register_composites() 363 const struct mtk_composite *mc = &mcs[i]; in mtk_clk_register_composites() 376 void mtk_clk_unregister_composites(const struct mtk_composite *mcs, int num, in mtk_clk_unregister_composites() 385 const struct mtk_composite *mc = &mcs[i - 1]; in mtk_clk_unregister_composites()
|
H A D | clk-mt8186-mcu.c | 37 static struct mtk_composite mcu_muxes[] = {
|
H A D | clk-mt7629.c | 454 static struct mtk_composite infra_muxes[] = { 460 static struct mtk_composite top_muxes[] = { 542 static struct mtk_composite peri_muxes[] = {
|
H A D | clk-mt7622.c | 384 static struct mtk_composite top_muxes[] = { 478 static struct mtk_composite peri_muxes[] = {
|
H A D | clk-mt8135.c | 352 static const struct mtk_composite top_muxes[] = { 499 static const struct mtk_composite peri_clks[] = {
|
H A D | clk-mt7622-infracfg.c | 33 static const struct mtk_composite cpu_muxes[] = {
|
H A D | clk-mt6795-infracfg.c | 40 static const struct mtk_composite cpu_muxes[] = {
|
H A D | clk-mt8173-infracfg.c | 42 static const struct mtk_composite cpu_muxes[] = {
|
H A D | clk-mt8173-pericfg.c | 41 static const struct mtk_composite peri_clks[] = {
|
H A D | clk-mt2701.c | 482 static const struct mtk_composite cpu_muxes[] __initconst = { 486 static const struct mtk_composite top_muxes[] = { 876 static const struct mtk_composite peri_muxs[] = {
|
H A D | clk-mt6795-pericfg.c | 32 static const struct mtk_composite peri_clks[] = {
|
H A D | clk-mt2712.c | 642 static struct mtk_composite top_muxes[] = { 780 static struct mtk_composite mcu_muxes[] = {
|
H A D | clk-mt8516.c | 363 static struct mtk_composite top_muxes[] __initdata = { 456 static const struct mtk_composite ifr_muxes[] __initconst = {
|
/kernel/linux/linux-5.10/drivers/clk/mediatek/ |
H A D | clk-cpumux.c | 49 mtk_clk_register_cpumux(const struct mtk_composite *mux, in mtk_clk_register_cpumux() 80 const struct mtk_composite *clks, int num, in mtk_clk_register_cpumuxes() 95 const struct mtk_composite *mux = &clks[i]; in mtk_clk_register_cpumuxes()
|
H A D | clk-mtk.h | 58 struct mtk_composite { struct 145 struct clk *mtk_clk_register_composite(const struct mtk_composite *mc, 148 void mtk_clk_register_composites(const struct mtk_composite *mcs,
|
H A D | clk-cpumux.h | 19 const struct mtk_composite *clks, int num,
|
H A D | clk-mtk.c | 149 struct clk *mtk_clk_register_composite(const struct mtk_composite *mc, in mtk_clk_register_composite() 236 void mtk_clk_register_composites(const struct mtk_composite *mcs, in mtk_clk_register_composites() 244 const struct mtk_composite *mc = &mcs[i]; in mtk_clk_register_composites()
|
H A D | clk-mt7622.c | 508 static struct mtk_composite infra_muxes[] = { 513 static struct mtk_composite top_muxes[] = { 607 static struct mtk_composite peri_muxes[] = {
|
H A D | clk-mt7629.c | 479 static struct mtk_composite infra_muxes[] = { 485 static struct mtk_composite top_muxes[] = { 567 static struct mtk_composite peri_muxes[] = {
|
H A D | clk-mt2701.c | 483 static const struct mtk_composite cpu_muxes[] __initconst = { 487 static const struct mtk_composite top_muxes[] = { 881 static const struct mtk_composite peri_muxs[] = {
|
H A D | clk-mt8516.c | 361 static struct mtk_composite top_muxes[] __initdata = { 454 static const struct mtk_composite ifr_muxes[] __initconst = {
|
H A D | clk-mt8135.c | 350 static const struct mtk_composite top_muxes[] __initconst = { 509 static const struct mtk_composite peri_clks[] __initconst = {
|