/linux-4.1.27/include/linux/ |
D | clkdev.h | 20 struct clk_lookup { struct 34 struct clk_lookup *clkdev_alloc(struct clk *clk, const char *con_id, argument 37 void clkdev_add(struct clk_lookup *cl); 38 void clkdev_drop(struct clk_lookup *cl); 40 void clkdev_add_table(struct clk_lookup *, size_t); 44 int clk_register_clkdevs(struct clk *, struct clk_lookup *, size_t);
|
/linux-4.1.27/drivers/clk/ |
D | clkdev.c | 135 static struct clk_lookup *clk_find(const char *dev_id, const char *con_id) in clk_find() 137 struct clk_lookup *p, *cl = NULL; in clk_find() 171 struct clk_lookup *cl; in clk_get_sys() 218 void clkdev_add(struct clk_lookup *cl) in clkdev_add() 226 void __init clkdev_add_table(struct clk_lookup *cl, size_t num) in clkdev_add_table() 240 struct clk_lookup cl; 245 static struct clk_lookup * __init_refok 269 struct clk_lookup * __init_refok 272 struct clk_lookup *cl; in clkdev_alloc() 287 struct clk_lookup *l; in clk_add_alias() [all …]
|
D | clk-s2mps11.c | 48 struct clk_lookup *lookup;
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | pxa300.c | 90 static struct clk_lookup common_clkregs[] = { 97 static struct clk_lookup pxa310_clkregs[] = {
|
D | pxa25x.c | 191 static struct clk_lookup pxa25x_clkregs[] = { 219 static struct clk_lookup pxa25x_hwuart_clkreg =
|
D | pxa320.c | 84 static struct clk_lookup pxa320_clkregs[] = {
|
D | pxa27x.c | 212 static struct clk_lookup pxa27x_clkregs[] = {
|
D | pxa3xx.c | 71 static struct clk_lookup pxa3xx_clkregs[] = {
|
D | eseries.c | 142 static struct clk_lookup eseries_clkregs[] = {
|
/linux-4.1.27/arch/c6x/platforms/ |
D | plldata.c | 156 static struct clk_lookup c6455_clks[] = { 194 static struct clk_lookup c6457_clks[] = { 234 static struct clk_lookup c6472_clks[] = { 290 static struct clk_lookup c6474_clks[] = { 339 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-4.1.27/arch/mips/ralink/ |
D | clk.c | 20 struct clk_lookup cl;
|
/linux-4.1.27/arch/mips/lantiq/ |
D | clk.h | 56 struct clk_lookup cl;
|
/linux-4.1.27/drivers/mfd/ |
D | intel_quark_i2c_gpio.c | 56 struct clk_lookup *i2c_clk_lookup; 117 struct clk_lookup *i2c_clk_lookup; in intel_quark_register_i2c_clk()
|
/linux-4.1.27/arch/arm/mach-davinci/include/mach/ |
D | common.h | 56 struct clk_lookup *cpu_clks;
|
/linux-4.1.27/arch/sh/kernel/cpu/ |
D | clock-cpg.c | 38 static struct clk_lookup lookups[] = {
|
/linux-4.1.27/arch/arm/mach-mmp/ |
D | clock-pxa910.c | 49 static struct clk_lookup pxa910_clkregs[] = {
|
D | clock-pxa168.c | 64 static struct clk_lookup pxa168_clkregs[] = {
|
D | clock-mmp2.c | 89 static struct clk_lookup mmp2_clkregs[] = {
|
/linux-4.1.27/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-sh7757.c | 105 static struct clk_lookup lookups[] = {
|
D | clock-shx3.c | 103 static struct clk_lookup lookups[] = {
|
D | clock-sh7785.c | 119 static struct clk_lookup lookups[] = {
|
D | clock-sh7786.c | 128 static struct clk_lookup lookups[] = {
|
D | clock-sh7722.c | 181 static struct clk_lookup lookups[] = {
|
D | clock-sh7734.c | 181 static struct clk_lookup lookups[] = {
|
D | clock-sh7366.c | 195 static struct clk_lookup lookups[] = {
|
D | clock-sh7723.c | 206 static struct clk_lookup lookups[] = {
|
D | clock-sh7343.c | 197 static struct clk_lookup lookups[] = {
|
D | clock-sh7724.c | 271 static struct clk_lookup lookups[] = {
|
/linux-4.1.27/arch/arm/mach-sa1100/ |
D | clock.c | 133 static struct clk_lookup sa11xx_clkregs[] = {
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | clock.h | 127 int davinci_clk_init(struct clk_lookup *clocks);
|
D | clock.c | 578 int __init davinci_clk_init(struct clk_lookup *clocks) in davinci_clk_init() 580 struct clk_lookup *c; in davinci_clk_init()
|
D | da850.c | 429 static struct clk_lookup da850_clks[] = { 914 struct clk_lookup *c; in da850_set_async3_src()
|
D | dm644x.c | 287 static struct clk_lookup dm644x_clks[] = {
|
D | dm646x.c | 322 static struct clk_lookup dm646x_clks[] = {
|
D | dm355.c | 339 static struct clk_lookup dm355_clks[] = {
|
D | dm365.c | 427 static struct clk_lookup dm365_clks[] = {
|
D | da830.c | 376 static struct clk_lookup da830_clks[] = {
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | clock.h | 131 extern void c6x_clks_init(struct clk_lookup *clocks);
|
/linux-4.1.27/sound/soc/sh/ |
D | migor.c | 47 static struct clk_lookup *siumckb_lookup;
|
/linux-4.1.27/arch/sh/kernel/cpu/sh4/ |
D | clock-sh4-202.c | 150 static struct clk_lookup lookups[] = {
|
/linux-4.1.27/drivers/clk/ti/ |
D | clock.h | 75 struct clk_lookup lk;
|
/linux-4.1.27/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-4.1.27/arch/sh/boards/mach-sdk7786/ |
D | setup.c | 187 static struct clk_lookup sdk7786_pcie_cl = {
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | clkt2xxx_virt_prcm_set.c | 235 struct clk_lookup *lookup = NULL; in omap2xxx_clkt_vps_init()
|
D | clock.h | 28 struct clk_lookup lk;
|
D | omap_device.c | 50 struct clk_lookup *l; in _add_clkdev()
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | clock.h | 26 struct clk_lookup lk;
|
/linux-4.1.27/arch/arm/mach-w90x900/ |
D | cpu.c | 81 static struct clk_lookup nuc900_clkregs[] = {
|
/linux-4.1.27/drivers/clk/versatile/ |
D | clk-impd1.c | 36 struct clk_lookup *clks[15];
|
/linux-4.1.27/arch/sh/boards/mach-highlander/ |
D | setup.c | 338 static struct clk_lookup lookups[] = {
|
/linux-4.1.27/include/linux/clk/ |
D | ti.h | 205 struct clk_lookup lk;
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | clock-r8a7779.c | 145 static struct clk_lookup lookups[] = {
|
D | clock-r8a7778.c | 172 static struct clk_lookup lookups[] = {
|
D | clock-r8a7740.c | 508 static struct clk_lookup lookups[] = {
|
D | clock-sh73a0.c | 611 static struct clk_lookup lookups[] = {
|
/linux-4.1.27/arch/blackfin/mach-bf609/ |
D | clock.c | 378 static struct clk_lookup bf609_clks[] = {
|
/linux-4.1.27/drivers/clk/tegra/ |
D | clk.h | 571 struct clk_lookup lookup;
|
/linux-4.1.27/arch/arm/mach-ep93xx/ |
D | clock.c | 205 static struct clk_lookup clocks[] = {
|
/linux-4.1.27/arch/arm/mach-versatile/ |
D | core.c | 380 static struct clk_lookup lookups[] = {
|
/linux-4.1.27/arch/arm/plat-orion/ |
D | common.c | 31 struct clk_lookup *cl; in orion_clkdev_add()
|
/linux-4.1.27/arch/arm/mach-lpc32xx/ |
D | clock.c | 1195 static struct clk_lookup lookups[] = {
|