Searched refs:__clk_get (Results 1 - 15 of 15) sorted by relevance

/linux-4.4.14/arch/blackfin/include/asm/
H A Dclkdev.h13 #define __clk_get(clk) ({ 1; }) macro
/linux-4.4.14/arch/c6x/include/asm/
H A Dclkdev.h8 static inline int __clk_get(struct clk *clk) __clk_get() function
/linux-4.4.14/arch/arm/mach-versatile/include/mach/
H A Dclkdev.h13 #define __clk_get(clk) ({ 1; }) macro
/linux-4.4.14/arch/mips/include/asm/
H A Dclkdev.h18 #define __clk_get(clk) ({ 1; }) macro
/linux-4.4.14/include/asm-generic/
H A Dclkdev.h21 static inline int __clk_get(struct clk *clk) { return 1; } __clk_put() function
/linux-4.4.14/arch/sh/include/asm/
H A Dclkdev.h30 #define __clk_get(clk) ({ 1; }) macro
/linux-4.4.14/arch/arm/include/asm/
H A Dclkdev.h21 #define __clk_get(clk) ({ 1; }) macro
/linux-4.4.14/include/linux/
H A Dclkdev.h52 int __clk_get(struct clk *clk);
/linux-4.4.14/arch/avr32/mach-at32ap/
H A Dclock.c39 static struct clk *__clk_get(struct device *dev, const char *id) __clk_get() function
57 clk = __clk_get(dev, id); clk_get()
287 clk = __clk_get(NULL, "osc32k"); clk_show()
291 clk = __clk_get(NULL, "osc0"); clk_show()
295 clk = __clk_get(NULL, "osc1"); clk_show()
/linux-4.4.14/drivers/clk/sunxi/
H A Dclk-sun8i-mbus.c85 __clk_get(mbus); sun8i_a23_mbus_setup()
H A Dclk-sun9i-core.c167 __clk_get(gt); sun9i_a80_gt_setup()
H A Dclk-mod0.c175 __clk_get(mbus); sun5i_a13_mbus_setup()
/linux-4.4.14/drivers/clk/at91/
H A Dclk-slow.c481 __clk_get(slow_clk); of_at91_clk_slow_retain()
/linux-4.4.14/drivers/clk/
H A Dclkdev.c184 if (!__clk_get(clk)) { clk_get_sys()
H A Dclk.c2759 int __clk_get(struct clk *clk) __clk_get() function
3022 if (!IS_ERR(clk) && !__clk_get(clk)) { __of_clk_get_from_provider()

Completed in 1218 milliseconds