Home
last modified time | relevance | path

Searched refs:clk_lookup (Results 1 – 25 of 58) sorted by relevance

123

/Linux-v6.6/drivers/clk/
Dclkdev.c36 static struct clk_lookup *clk_find(const char *dev_id, const char *con_id) in clk_find()
38 struct clk_lookup *p, *cl = NULL; in clk_find()
74 struct clk_lookup *cl; in clk_find_hw()
121 static void __clkdev_add(struct clk_lookup *cl) in __clkdev_add()
128 void clkdev_add(struct clk_lookup *cl) in clkdev_add()
136 void clkdev_add_table(struct clk_lookup *cl, size_t num) in clkdev_add_table()
151 struct clk_lookup cl;
156 static struct clk_lookup * __ref
180 static struct clk_lookup *
184 struct clk_lookup *cl; in vclkdev_create()
[all …]
/Linux-v6.6/include/linux/
Dclkdev.h18 struct clk_lookup { struct
33 void clkdev_add(struct clk_lookup *cl); argument
34 void clkdev_drop(struct clk_lookup *cl);
36 struct clk_lookup *clkdev_create(struct clk *clk, const char *con_id,
38 struct clk_lookup *clkdev_hw_create(struct clk_hw *hw, const char *con_id,
41 void clkdev_add_table(struct clk_lookup *, size_t);
/Linux-v6.6/arch/mips/bcm63xx/
Dclk.c420 static struct clk_lookup bcm3368_clks[] = {
437 static struct clk_lookup bcm6328_clks[] = {
451 static struct clk_lookup bcm6338_clks[] = {
465 static struct clk_lookup bcm6345_clks[] = {
479 static struct clk_lookup bcm6348_clks[] = {
494 static struct clk_lookup bcm6358_clks[] = {
513 static struct clk_lookup bcm6362_clks[] = {
529 static struct clk_lookup bcm6368_clks[] = {
/Linux-v6.6/drivers/clk/x86/
Dclk-pmc-atom.c33 struct clk_lookup *lookup;
39 struct clk_lookup *lookup;
50 struct clk_lookup *mclk_lookup;
51 struct clk_lookup *ether_clk_lookup;
/Linux-v6.6/sound/soc/mediatek/mt8186/
Dmt8186-audsys-clk.c92 struct clk_lookup *cl; in mt8186_audsys_clk_unregister()
114 struct clk_lookup *cl; in mt8186_audsys_clk_register()
Dmt8186-afe-common.h143 struct clk_lookup **lookup;
/Linux-v6.6/sound/soc/mediatek/mt8188/
Dmt8188-audsys-clk.c146 struct clk_lookup *cl; in mt8188_audsys_clk_unregister()
168 struct clk_lookup *cl; in mt8188_audsys_clk_register()
Dmt8188-afe-common.h126 struct clk_lookup **lookup;
/Linux-v6.6/arch/m68k/coldfire/
Dm5407.c28 static struct clk_lookup m5407_clk_lookup[] = {
Dm5206.c28 static struct clk_lookup m5206_clk_lookup[] = {
Dm5307.c37 static struct clk_lookup m5307_clk_lookup[] = {
Dm523x.c31 static struct clk_lookup m523x_clk_lookup[] = {
Dm525x.c28 static struct clk_lookup m525x_clk_lookup[] = {
Dm54xx.c37 static struct clk_lookup m54xx_clk_lookup[] = {
Dm5272.c39 static struct clk_lookup m5272_clk_lookup[] = {
Dm528x.c33 static struct clk_lookup m528x_clk_lookup[] = {
Dm5249.c28 struct clk_lookup m5249_clk_lookup[] = {
Dm527x.c32 static struct clk_lookup m527x_clk_lookup[] = {
/Linux-v6.6/sound/soc/mediatek/mt8195/
Dmt8195-audsys-clk.c156 struct clk_lookup *cl; in mt8195_audsys_clk_unregister()
178 struct clk_lookup *cl; in mt8195_audsys_clk_register()
Dmt8195-afe-common.h127 struct clk_lookup **lookup;
/Linux-v6.6/arch/sh/kernel/cpu/
Dclock-cpg.c39 static struct clk_lookup lookups[] = {
/Linux-v6.6/arch/mips/lantiq/
Dclk.h59 struct clk_lookup cl;
/Linux-v6.6/arch/sh/kernel/cpu/sh4a/
Dclock-sh7763.c91 static struct clk_lookup lookups[] = {
Dclock-sh7780.c97 static struct clk_lookup lookups[] = {
/Linux-v6.6/drivers/platform/x86/intel/int3472/
Dcommon.h94 struct clk_lookup *cl;

123