Home
last modified time | relevance | path

Searched refs:clk_add_alias (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/arch/sh/kernel/cpu/
Dclock-cpg.c60 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/
Dclkdev.h42 int clk_add_alias(const char *, const char *, const char *, struct device *);
/linux-6.12.1/drivers/clk/
Dclkdev.c277 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/
Dboard-nokia770.c171 clk_add_alias("hwa_sys_ck", NULL, "bclk", NULL); in hwa742_dev_init()
/linux-6.12.1/arch/sh/boards/mach-ap325rxa/
Dsetup.c522 clk_add_alias(NULL, "0-0021", "video_clk", NULL); in ap325rxa_devices_setup()
/linux-6.12.1/arch/arm/mach-omap2/
Domap_device.c81 rc = clk_add_alias(clk_alias, dev_name(&od->pdev->dev), in _add_clkdev()
/linux-6.12.1/arch/sh/boards/mach-migor/
Dsetup.c594 clk_add_alias(NULL, "0-0021", "video_clk", NULL); in migor_devices_setup()
/linux-6.12.1/arch/sh/boards/mach-kfr2r09/
Dsetup.c589 clk_add_alias(NULL, "1-0050", "video_clk", NULL); in kfr2r09_devices_setup()
/linux-6.12.1/arch/mips/alchemy/common/
Dclock.c1106 clk_add_alias(t->alias, NULL, t->base, NULL); in alchemy_clk_init()