Searched refs:clk_add_alias (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/arch/sh/kernel/cpu/ |
D | clock-cpg.c | 60 clk_add_alias("fck", "sh-tmu-sh3.0", "peripheral_clk", NULL); in cpg_clk_init() 61 clk_add_alias("fck", "sh-tmu.0", "peripheral_clk", NULL); in cpg_clk_init() 62 clk_add_alias("fck", "sh-tmu.1", "peripheral_clk", NULL); in cpg_clk_init() 63 clk_add_alias("fck", "sh-tmu.2", "peripheral_clk", NULL); in cpg_clk_init() 64 clk_add_alias("fck", "sh-mtu2", "peripheral_clk", NULL); in cpg_clk_init() 65 clk_add_alias("fck", "sh-cmt-16.0", "peripheral_clk", NULL); in cpg_clk_init() 66 clk_add_alias("fck", "sh-cmt-32.0", "peripheral_clk", NULL); in cpg_clk_init()
|
/linux-6.12.1/include/linux/ |
D | clkdev.h | 42 int clk_add_alias(const char *, const char *, const char *, struct device *);
|
/linux-6.12.1/drivers/clk/ |
D | clkdev.c | 277 int clk_add_alias(const char *alias, const char *alias_dev_name, in clk_add_alias() function 292 EXPORT_SYMBOL(clk_add_alias);
|
/linux-6.12.1/arch/arm/mach-omap1/ |
D | board-nokia770.c | 171 clk_add_alias("hwa_sys_ck", NULL, "bclk", NULL); in hwa742_dev_init()
|
/linux-6.12.1/arch/sh/boards/mach-ap325rxa/ |
D | setup.c | 522 clk_add_alias(NULL, "0-0021", "video_clk", NULL); in ap325rxa_devices_setup()
|
/linux-6.12.1/arch/arm/mach-omap2/ |
D | omap_device.c | 81 rc = clk_add_alias(clk_alias, dev_name(&od->pdev->dev), in _add_clkdev()
|
/linux-6.12.1/arch/sh/boards/mach-migor/ |
D | setup.c | 594 clk_add_alias(NULL, "0-0021", "video_clk", NULL); in migor_devices_setup()
|
/linux-6.12.1/arch/sh/boards/mach-kfr2r09/ |
D | setup.c | 589 clk_add_alias(NULL, "1-0050", "video_clk", NULL); in kfr2r09_devices_setup()
|
/linux-6.12.1/arch/mips/alchemy/common/ |
D | clock.c | 1106 clk_add_alias(t->alias, NULL, t->base, NULL); in alchemy_clk_init()
|