Searched refs:clk (Results 1 - 25 of 4090) sorted by path

1234567891011>>

/linux-master/arch/arm/kernel/
H A Dsmp_twd.c10 #include <linux/clk.h>
28 static struct clk *twd_clk;
37 static int twd_shutdown(struct clock_event_device *clk) argument
43 static int twd_set_oneshot(struct clock_event_device *clk) argument
51 static int twd_set_periodic(struct clock_event_device *clk) argument
94 struct clock_event_device *clk = raw_cpu_ptr(twd_evt); local
96 twd_shutdown(clk);
97 disable_percpu_irq(clk->irq);
221 struct clock_event_device *clk = raw_cpu_ptr(twd_evt); local
230 clockevents_register_device(clk);
[all...]
/linux-master/arch/arm/mach-artpec/
H A Dboard-artpec6.c15 #include <linux/clk-provider.h>
/linux-master/arch/arm/mach-imx/
H A Dsystem.c11 #include <linux/clk.h>
27 static struct clk *wdog_clk;
/linux-master/arch/arm/mach-milbeaut/
H A Dplatsmp.c138 struct clk *m10v_clclk_register(struct device *cpu_dev);
/linux-master/arch/arm/mach-omap2/
H A Dclkt2xxx_dpll.c11 #include <linux/clk.h>
22 * @clk: struct clk * of the DPLL to operate on
29 static void _allow_idle(struct clk_hw_omap *clk) argument
31 if (!clk || !clk->dpll_data)
39 * @clk: struct clk * of the DPLL to operate on
43 static void _deny_idle(struct clk_hw_omap *clk) argument
45 if (!clk || !cl
[all...]
H A Dmcbsp.c12 #include <linux/clk.h>
34 static int omap3_mcbsp_force_ick_on(struct clk *clk, bool force_on) argument
36 if (!clk)
40 return omap2_clk_deny_idle(clk);
42 return omap2_clk_allow_idle(clk);
H A Domap2-restart.c10 #include <linux/clk.h>
21 static struct clk *reset_virt_prcm_set_ck, *reset_sys_ck;
H A Dsleep24xx.S74 nop @ start auto refresh only after clk ok
/linux-master/arch/arm/mach-sa1100/
H A Dclock.c8 #include <linux/clk.h>
10 #include <linux/clk-provider.h>
130 clk_set_rate(hw->clk, 3686400);
/linux-master/arch/arm/mach-tegra/
H A Dhotplug.c8 #include <linux/clk/tegra.h>
/linux-master/arch/mips/alchemy/common/
H A Dusb.c13 #include <linux/clk.h>
396 struct clk *c;
429 struct clk *c = clk_get(NULL, "usbh_clk");
/linux-master/arch/mips/ath79/
H A Dclock.c15 #include <linux/clk.h>
17 #include <linux/clk-provider.h>
20 #include <dt-bindings/clock/ath79-clk.h>
31 static struct clk *clks[ATH79_CLK_END];
51 static void __init __ath79_set_clk(int type, const char *name, struct clk *clk) argument
53 if (IS_ERR(clk))
56 clks[type] = clk;
57 clk_register_clkdev(clk, name, NULL);
60 static struct clk * __ini
63 struct clk *clk; local
74 struct clk *clk; local
83 struct clk *clk = clks[ATH79_CLK_REF]; local
[all...]
/linux-master/arch/mips/bcm63xx/
H A DMakefile2 obj-y += clk.o cpu.o cs.o gpio.o irq.o nvram.o prom.o reset.o \
H A Ddev-spi.c15 #include <linux/clk.h>
H A Dreset.c13 #include <linux/clk.h>
/linux-master/arch/mips/generic/
H A Dirq.c7 #include <linux/clk.h>
8 #include <linux/clk-provider.h>
/linux-master/arch/mips/include/asm/mach-lantiq/
H A Dlantiq.h11 #include <linux/clk.h>
38 extern int clk_activate(struct clk *clk);
39 extern void clk_deactivate(struct clk *clk);
40 extern struct clk *clk_get_cpu(void);
41 extern struct clk *clk_get_fpi(void);
42 extern struct clk *clk_get_io(void);
43 extern struct clk *clk_get_ppe(void);
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-dpi-defs.h117 uint64_t clk:1; member in struct:cvmx_dpi_ctl::cvmx_dpi_ctl_s
121 uint64_t clk:1;
H A Dcvmx-lmcx-defs.h1403 uint64_t clk:5; member in struct:cvmx_lmcx_delay_cfg::cvmx_lmcx_delay_cfg_s
1405 uint64_t clk:5;
1418 uint64_t clk:4; member in struct:cvmx_lmcx_delay_cfg::cvmx_lmcx_delay_cfg_cn38xx
1420 uint64_t clk:4;
/linux-master/arch/mips/lantiq/
H A DMakefile5 obj-y := irq.o clk.o prom.o
H A Dclk.h58 struct clk { struct
65 int (*enable) (struct clk *clk);
66 void (*disable) (struct clk *clk);
67 int (*activate) (struct clk *clk);
68 void (*deactivate) (struct clk *clk);
69 void (*reboot) (struct clk *cl
[all...]
/linux-master/arch/mips/lantiq/xway/
H A DMakefile2 obj-y := prom.o sysctrl.o clk.o dma.o gptu.o dcdc.o
H A Dclk.c10 #include <linux/clk.h>
18 #include "../clk.h"
57 unsigned long clk; local
61 clk = CLOCK_240M;
64 clk = CLOCK_222M;
67 clk = CLOCK_133M;
70 clk = CLOCK_266M;
74 return clk;
105 unsigned long clk; local
111 clk
145 unsigned long clk; local
178 unsigned long clk; local
250 unsigned long clk; local
334 unsigned long clk; local
[all...]
H A Dprom.c9 #include <linux/clk.h>
/linux-master/arch/mips/ralink/
H A DMakefile10 obj-y += clk.o timer.o

Completed in 498 milliseconds

1234567891011>>