Searched refs:clk_lookup (Results 1 – 25 of 47) sorted by relevance
12
| /linux/drivers/clk/ |
| H A 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 __printf(3, 0) struct clk_lookup * __ref 218 static __printf(3, 0) struct clk_lookup * 222 struct clk_lookup *cl; in vclkdev_create() [all …]
|
| /linux/include/linux/ |
| H A D | clkdev.h | 18 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/arch/mips/bcm63xx/ |
| H A D | clk.c | 420 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/drivers/clk/x86/ |
| H A D | clk-pmc-atom.c | 22 struct clk_lookup *lookup; 28 struct clk_lookup *lookup; 39 struct clk_lookup *mclk_lookup; 40 struct clk_lookup *ether_clk_lookup;
|
| /linux/sound/soc/mediatek/mt8186/ |
| H A D | mt8186-audsys-clk.c | 92 struct clk_lookup *cl; in mt8186_audsys_clk_unregister() 114 struct clk_lookup *cl; in mt8186_audsys_clk_register()
|
| H A D | mt8186-afe-common.h | 143 struct clk_lookup **lookup;
|
| /linux/arch/m68k/coldfire/ |
| H A D | m5407.c | 28 static struct clk_lookup m5407_clk_lookup[] = {
|
| H A D | m5206.c | 28 static struct clk_lookup m5206_clk_lookup[] = {
|
| H A D | m5307.c | 37 static struct clk_lookup m5307_clk_lookup[] = {
|
| H A D | m523x.c | 31 static struct clk_lookup m523x_clk_lookup[] = {
|
| H A D | m525x.c | 28 static struct clk_lookup m525x_clk_lookup[] = {
|
| H A D | m54xx.c | 37 static struct clk_lookup m54xx_clk_lookup[] = {
|
| H A D | m528x.c | 33 static struct clk_lookup m528x_clk_lookup[] = {
|
| H A D | m5249.c | 28 struct clk_lookup m5249_clk_lookup[] = {
|
| H A D | m527x.c | 32 static struct clk_lookup m527x_clk_lookup[] = {
|
| /linux/sound/soc/mediatek/mt8195/ |
| H A D | mt8195-audsys-clk.c | 156 struct clk_lookup *cl; in mt8195_audsys_clk_unregister() 178 struct clk_lookup *cl; in mt8195_audsys_clk_register()
|
| H A D | mt8195-afe-common.h | 127 struct clk_lookup **lookup;
|
| /linux/arch/mips/lantiq/ |
| H A D | clk.h | 59 struct clk_lookup cl;
|
| /linux/arch/sh/kernel/cpu/ |
| H A D | clock-cpg.c | 39 static struct clk_lookup lookups[] = {
|
| /linux/arch/sh/kernel/cpu/sh4a/ |
| H A D | clock-sh7763.c | 91 static struct clk_lookup lookups[] = {
|
| H A D | clock-sh7780.c | 97 static struct clk_lookup lookups[] = {
|
| H A D | clock-sh7757.c | 102 static struct clk_lookup lookups[] = {
|
| /linux/include/linux/platform_data/x86/ |
| H A D | int3472.h | 118 struct clk_lookup *cl;
|
| /linux/arch/arm/mach-omap1/ |
| H A D | clock.h | 22 struct clk_lookup lk;
|
| /linux/arch/sh/kernel/cpu/sh2a/ |
| H A D | clock-sh7264.c | 104 static struct clk_lookup lookups[] = {
|
12