Home
last modified time | relevance | path

Searched defs:clk_ops (Results 1 – 6 of 6) 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.h234 struct clk_ops { struct
235 int (*prepare)(struct clk_hw *hw);
236 void (*unprepare)(struct clk_hw *hw);
237 int (*is_prepared)(struct clk_hw *hw);
238 void (*unprepare_unused)(struct clk_hw *hw);
239 int (*enable)(struct clk_hw *hw);
240 void (*disable)(struct clk_hw *hw);
241 int (*is_enabled)(struct clk_hw *hw);
242 void (*disable_unused)(struct clk_hw *hw);
243 int (*save_context)(struct clk_hw *hw);
[all …]
/linux/drivers/clk/ingenic/
H A Dcgu.h139 const struct clk_ops *clk_ops; member
/linux/drivers/mmc/host/
H A Dsdhci-of-arasan.c195 const struct sdhci_arasan_clk_ops *clk_ops; member
219 const struct sdhci_arasan_clk_ops *clk_ops; member
/linux/include/linux/soc/ti/
H A Dti_sci_protocol.h570 struct ti_sci_clk_ops clk_ops; member
/linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-hdmi.c289 const struct clk_ops *clk_ops; member