Home
last modified time | relevance | path

Searched defs:clk_ops (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/mips/jz4740/
Dclock.h33 struct clk_ops { struct
51 const struct clk_ops *ops; argument
/linux-4.1.27/arch/mips/include/asm/
Dclock.h11 struct clk_ops { struct
27 struct clk_ops *ops; argument
/linux-4.1.27/arch/arm/plat-versatile/include/plat/
Dclock.h6 struct clk_ops { struct
7 long (*round)(struct clk *, unsigned long);
8 int (*set)(struct clk *, unsigned long);
9 void (*setvco)(struct clk *, struct icst_vco);
/linux-4.1.27/arch/blackfin/mach-common/
Dclock.h6 struct clk_ops { struct
19 const struct clk_ops *ops; argument
/linux-4.1.27/include/linux/
Dclk-provider.h165 struct clk_ops { struct
166 int (*prepare)(struct clk_hw *hw);
167 void (*unprepare)(struct clk_hw *hw);
168 int (*is_prepared)(struct clk_hw *hw);
169 void (*unprepare_unused)(struct clk_hw *hw);
170 int (*enable)(struct clk_hw *hw);
171 void (*disable)(struct clk_hw *hw);
172 int (*is_enabled)(struct clk_hw *hw);
173 void (*disable_unused)(struct clk_hw *hw);
174 unsigned long (*recalc_rate)(struct clk_hw *hw,
[all …]
/linux-4.1.27/arch/blackfin/include/asm/
Dclocks.h53 struct clk_ops { struct
67 const struct clk_ops *ops; argument
/linux-4.1.27/arch/m68k/include/asm/
Dmcfclk.h11 struct clk_ops { struct
18 struct clk_ops *clk_ops; argument