Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Dmcfclk.h12 struct clk_ops { struct
18 struct clk_ops *clk_ops; argument
/linux/include/linux/
H A Dclk-provider.h269 struct clk_ops { struct
270 int (*prepare)(struct clk_hw *hw);
271 void (*unprepare)(struct clk_hw *hw);
272 int (*is_prepared)(struct clk_hw *hw);
273 void (*unprepare_unused)(struct clk_hw *hw);
274 int (*enable)(struct clk_hw *hw);
275 void (*disable)(struct clk_hw *hw);
276 int (*is_enabled)(struct clk_hw *hw);
277 void (*disable_unused)(struct clk_hw *hw);
278 int (*save_context)(struct clk_hw *hw);
[all …]
/linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-hdmi.c290 const struct clk_ops *clk_ops; member