Searched refs:clk_lookup (Results 1 – 25 of 47) sorted by relevance
12
/Linux-v4.19/drivers/clk/ |
D | clkdev.c | 132 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/ |
D | clkdev.h | 21 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/ |
D | clk.c | 406 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/ |
D | clk-pmc-atom.c | 40 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/ |
D | plldata.c | 157 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[] = {
|
D | pll.c | 348 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/ |
D | clk.c | 21 struct clk_lookup cl;
|
/Linux-v4.19/arch/sh/kernel/cpu/ |
D | clock-cpg.c | 39 static struct clk_lookup lookups[] = {
|
/Linux-v4.19/arch/mips/lantiq/ |
D | clk.h | 61 struct clk_lookup cl;
|
/Linux-v4.19/arch/arm/mach-mmp/ |
D | clock-pxa910.c | 51 static struct clk_lookup pxa910_clkregs[] = {
|
D | clock-pxa168.c | 66 static struct clk_lookup pxa168_clkregs[] = {
|
D | clock-mmp2.c | 91 static struct clk_lookup mmp2_clkregs[] = {
|
/Linux-v4.19/arch/sh/kernel/cpu/sh4a/ |
D | clock-sh7763.c | 94 static struct clk_lookup lookups[] = {
|
D | clock-sh7780.c | 100 static struct clk_lookup lookups[] = {
|
D | clock-shx3.c | 103 static struct clk_lookup lookups[] = {
|
D | clock-sh7757.c | 105 static struct clk_lookup lookups[] = {
|
/Linux-v4.19/arch/c6x/include/asm/ |
D | clock.h | 131 extern void c6x_clks_init(struct clk_lookup *clocks);
|
/Linux-v4.19/arch/arm/mach-sa1100/ |
D | clock.c | 161 static struct clk_lookup sa11xx_clkregs[] = {
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl-ssp-clk.c | 22 struct clk_lookup *lookup; 27 struct clk_lookup *lookup;
|
/Linux-v4.19/arch/sh/kernel/cpu/sh4/ |
D | clock-sh4-202.c | 150 static struct clk_lookup lookups[] = {
|
/Linux-v4.19/sound/soc/sh/ |
D | migor.c | 43 static struct clk_lookup *siumckb_lookup;
|
/Linux-v4.19/arch/sh/kernel/cpu/sh2a/ |
D | clock-sh7264.c | 107 static struct clk_lookup lookups[] = {
|
D | clock-sh7269.c | 141 static struct clk_lookup lookups[] = {
|
/Linux-v4.19/arch/sh/boards/mach-sdk7786/ |
D | setup.c | 187 static struct clk_lookup sdk7786_pcie_cl = {
|
/Linux-v4.19/arch/arm/mach-omap1/ |
D | clock.h | 26 struct clk_lookup lk;
|
12