Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Dclock.h11 struct clk_ops { struct
27 struct clk_ops *ops; argument
/linux-4.4.14/arch/blackfin/mach-common/
Dclock.h6 struct clk_ops { struct
19 const struct clk_ops *ops; argument
/linux-4.4.14/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.4.14/include/linux/
Dclk-provider.h188 struct clk_ops { struct
189 int (*prepare)(struct clk_hw *hw);
190 void (*unprepare)(struct clk_hw *hw);
191 int (*is_prepared)(struct clk_hw *hw);
192 void (*unprepare_unused)(struct clk_hw *hw);
193 int (*enable)(struct clk_hw *hw);
194 void (*disable)(struct clk_hw *hw);
195 int (*is_enabled)(struct clk_hw *hw);
196 void (*disable_unused)(struct clk_hw *hw);
197 unsigned long (*recalc_rate)(struct clk_hw *hw,
[all …]
/linux-4.4.14/arch/blackfin/include/asm/
Dclocks.h53 struct clk_ops { struct
67 const struct clk_ops *ops; argument
/linux-4.4.14/arch/m68k/include/asm/
Dmcfclk.h11 struct clk_ops { struct
18 struct clk_ops *clk_ops; member
/linux-4.4.14/drivers/clk/ingenic/
Dcgu.h119 struct clk_ops *clk_ops; member