Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/clk/
Dclkdev.c132 static struct clk_lookup *clk_find(const char *dev_id, const char *con_id) in clk_find()
134 struct clk_lookup *p, *cl = NULL; in clk_find()
168 struct clk_lookup *cl; in clk_get_sys()
215 static void __clkdev_add(struct clk_lookup *cl) in __clkdev_add()
222 void clkdev_add(struct clk_lookup *cl) in clkdev_add()
230 void clkdev_add_table(struct clk_lookup *cl, size_t num) in clkdev_add_table()
245 struct clk_lookup cl;
250 static struct clk_lookup * __ref
274 static struct clk_lookup *
278 struct clk_lookup *cl; in vclkdev_create()
[all …]
/Linux-v4.19/include/linux/
Dclkdev.h21 struct clk_lookup { struct
36 struct clk_lookup *clkdev_alloc(struct clk *clk, const char *con_id, argument
38 struct clk_lookup *clkdev_hw_alloc(struct clk_hw *hw, const char *con_id,
41 void clkdev_add(struct clk_lookup *cl);
42 void clkdev_drop(struct clk_lookup *cl);
44 struct clk_lookup *clkdev_create(struct clk *clk, const char *con_id,
46 struct clk_lookup *clkdev_hw_create(struct clk_hw *hw, const char *con_id,
49 void clkdev_add_table(struct clk_lookup *, size_t);
/Linux-v4.19/arch/mips/bcm63xx/
Dclk.c406 static struct clk_lookup bcm3368_clks[] = {
423 static struct clk_lookup bcm6328_clks[] = {
437 static struct clk_lookup bcm6338_clks[] = {
451 static struct clk_lookup bcm6345_clks[] = {
465 static struct clk_lookup bcm6348_clks[] = {
480 static struct clk_lookup bcm6358_clks[] = {
499 static struct clk_lookup bcm6362_clks[] = {
515 static struct clk_lookup bcm6368_clks[] = {
/Linux-v4.19/drivers/clk/x86/
Dclk-pmc-atom.c40 struct clk_lookup *lookup;
46 struct clk_lookup *lookup;
57 struct clk_lookup *mclk_lookup;
58 struct clk_lookup *ether_clk_lookup;
/Linux-v4.19/arch/c6x/platforms/
Dplldata.c157 static struct clk_lookup c6455_clks[] = {
195 static struct clk_lookup c6457_clks[] = {
235 static struct clk_lookup c6472_clks[] = {
291 static struct clk_lookup c6474_clks[] = {
340 static struct clk_lookup c6678_clks[] = {
Dpll.c348 void __init c6x_clks_init(struct clk_lookup *clocks) in c6x_clks_init()
350 struct clk_lookup *c; in c6x_clks_init()
/Linux-v4.19/arch/mips/ralink/
Dclk.c21 struct clk_lookup cl;
/Linux-v4.19/arch/sh/kernel/cpu/
Dclock-cpg.c39 static struct clk_lookup lookups[] = {
/Linux-v4.19/arch/mips/lantiq/
Dclk.h61 struct clk_lookup cl;
/Linux-v4.19/arch/arm/mach-mmp/
Dclock-pxa910.c51 static struct clk_lookup pxa910_clkregs[] = {
Dclock-pxa168.c66 static struct clk_lookup pxa168_clkregs[] = {
Dclock-mmp2.c91 static struct clk_lookup mmp2_clkregs[] = {
/Linux-v4.19/arch/sh/kernel/cpu/sh4a/
Dclock-sh7763.c94 static struct clk_lookup lookups[] = {
Dclock-sh7780.c100 static struct clk_lookup lookups[] = {
Dclock-shx3.c103 static struct clk_lookup lookups[] = {
Dclock-sh7757.c105 static struct clk_lookup lookups[] = {
/Linux-v4.19/arch/c6x/include/asm/
Dclock.h131 extern void c6x_clks_init(struct clk_lookup *clocks);
/Linux-v4.19/arch/arm/mach-sa1100/
Dclock.c161 static struct clk_lookup sa11xx_clkregs[] = {
/Linux-v4.19/sound/soc/intel/skylake/
Dskl-ssp-clk.c22 struct clk_lookup *lookup;
27 struct clk_lookup *lookup;
/Linux-v4.19/arch/sh/kernel/cpu/sh4/
Dclock-sh4-202.c150 static struct clk_lookup lookups[] = {
/Linux-v4.19/sound/soc/sh/
Dmigor.c43 static struct clk_lookup *siumckb_lookup;
/Linux-v4.19/arch/sh/kernel/cpu/sh2a/
Dclock-sh7264.c107 static struct clk_lookup lookups[] = {
Dclock-sh7269.c141 static struct clk_lookup lookups[] = {
/Linux-v4.19/arch/sh/boards/mach-sdk7786/
Dsetup.c187 static struct clk_lookup sdk7786_pcie_cl = {
/Linux-v4.19/arch/arm/mach-omap1/
Dclock.h26 struct clk_lookup lk;

12