Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/kernel/cpu/
H A 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()
/openbmc/linux/include/linux/
H A Dclkdev.h42 int clk_add_alias(const char *, const char *, const char *, struct device *);
/openbmc/linux/drivers/clk/
H A Dclkdev.c239 int clk_add_alias(const char *alias, const char *alias_dev_name, in clk_add_alias() function
254 EXPORT_SYMBOL(clk_add_alias);
/openbmc/linux/drivers/staging/board/
H A Dboard.c128 error = clk_add_alias(bsc->con_id, bsc->dev_id, bsc->clk, NULL); in board_staging_register_clock()
/openbmc/linux/arch/arm/mach-omap1/
H A Dboard-nokia770.c171 clk_add_alias("hwa_sys_ck", NULL, "bclk", NULL); in hwa742_dev_init()
/openbmc/linux/arch/sh/boards/mach-ap325rxa/
H A Dsetup.c522 clk_add_alias(NULL, "0-0021", "video_clk", NULL); in ap325rxa_devices_setup()
/openbmc/linux/arch/arm/mach-omap2/
H A Domap_device.c81 rc = clk_add_alias(clk_alias, dev_name(&od->pdev->dev), in _add_clkdev()
/openbmc/linux/arch/sh/boards/mach-kfr2r09/
H A Dsetup.c589 clk_add_alias(NULL, "1-0050", "video_clk", NULL); in kfr2r09_devices_setup()
/openbmc/linux/arch/sh/boards/mach-migor/
H A Dsetup.c594 clk_add_alias(NULL, "0-0021", "video_clk", NULL); in migor_devices_setup()
/openbmc/linux/arch/mips/alchemy/common/
H A Dclock.c1106 clk_add_alias(t->alias, NULL, t->base, NULL); in alchemy_clk_init()