Searched refs:clk_lookup (Results 1 – 25 of 41) sorted by relevance
12
/Linux-v5.10/drivers/clk/ |
D | clkdev.c | 36 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 …]
|
D | clk-s2mps11.c | 27 struct clk_lookup *lookup;
|
/Linux-v5.10/include/linux/ |
D | clkdev.h | 18 struct clk_lookup { struct 33 struct clk_lookup *clkdev_alloc(struct clk *clk, const char *con_id, argument 35 struct clk_lookup *clkdev_hw_alloc(struct clk_hw *hw, const char *con_id, 38 void clkdev_add(struct clk_lookup *cl); 39 void clkdev_drop(struct clk_lookup *cl); 41 struct clk_lookup *clkdev_create(struct clk *clk, const char *con_id, 43 struct clk_lookup *clkdev_hw_create(struct clk_hw *hw, const char *con_id, 46 void clkdev_add_table(struct clk_lookup *, size_t);
|
/Linux-v5.10/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-v5.10/drivers/clk/x86/ |
D | clk-pmc-atom.c | 33 struct clk_lookup *lookup; 39 struct clk_lookup *lookup; 50 struct clk_lookup *mclk_lookup; 51 struct clk_lookup *ether_clk_lookup;
|
/Linux-v5.10/arch/c6x/platforms/ |
D | plldata.c | 154 static struct clk_lookup c6455_clks[] = { 192 static struct clk_lookup c6457_clks[] = { 232 static struct clk_lookup c6472_clks[] = { 288 static struct clk_lookup c6474_clks[] = { 337 static struct clk_lookup c6678_clks[] = {
|
D | pll.c | 344 void __init c6x_clks_init(struct clk_lookup *clocks) in c6x_clks_init() 346 struct clk_lookup *c; in c6x_clks_init()
|
/Linux-v5.10/arch/mips/ralink/ |
D | clk.c | 19 struct clk_lookup cl;
|
/Linux-v5.10/arch/mips/lantiq/ |
D | clk.h | 59 struct clk_lookup cl;
|
/Linux-v5.10/arch/sh/kernel/cpu/ |
D | clock-cpg.c | 39 static struct clk_lookup lookups[] = {
|
/Linux-v5.10/arch/sh/kernel/cpu/sh4a/ |
D | clock-sh7763.c | 91 static struct clk_lookup lookups[] = {
|
D | clock-sh7780.c | 97 static struct clk_lookup lookups[] = {
|
D | clock-sh7757.c | 102 static struct clk_lookup lookups[] = {
|
D | clock-shx3.c | 100 static struct clk_lookup lookups[] = {
|
D | clock-sh7785.c | 116 static struct clk_lookup lookups[] = {
|
/Linux-v5.10/arch/c6x/include/asm/ |
D | clock.h | 128 extern void c6x_clks_init(struct clk_lookup *clocks);
|
/Linux-v5.10/sound/soc/intel/skylake/ |
D | skl-ssp-clk.c | 23 struct clk_lookup *lookup; 28 struct clk_lookup *lookup;
|
/Linux-v5.10/sound/soc/sh/ |
D | migor.c | 43 static struct clk_lookup *siumckb_lookup;
|
/Linux-v5.10/arch/sh/kernel/cpu/sh4/ |
D | clock-sh4-202.c | 147 static struct clk_lookup lookups[] = {
|
/Linux-v5.10/arch/sh/kernel/cpu/sh2a/ |
D | clock-sh7264.c | 104 static struct clk_lookup lookups[] = {
|
D | clock-sh7269.c | 138 static struct clk_lookup lookups[] = {
|
/Linux-v5.10/arch/sh/boards/mach-sdk7786/ |
D | setup.c | 184 static struct clk_lookup sdk7786_pcie_cl = {
|
/Linux-v5.10/arch/arm/mach-omap1/ |
D | clock.h | 23 struct clk_lookup lk;
|
/Linux-v5.10/drivers/mfd/ |
D | intel_quark_i2c_gpio.c | 50 struct clk_lookup *i2c_clk_lookup;
|
/Linux-v5.10/arch/sh/boards/mach-highlander/ |
D | setup.c | 335 static struct clk_lookup lookups[] = {
|
12