Home
last modified time | relevance | path

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

/Linux-v6.6/arch/m68k/include/asm/
Dmcfclk.h12 struct clk_ops { struct
18 struct clk_ops *clk_ops; argument
/Linux-v6.6/include/linux/
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-v6.6/drivers/clk/ingenic/
Dcgu.h139 const struct clk_ops *clk_ops; member
/Linux-v6.6/drivers/mmc/host/
Dsdhci-of-arasan.c190 const struct sdhci_arasan_clk_ops *clk_ops; member
212 const struct sdhci_arasan_clk_ops *clk_ops; member
/Linux-v6.6/include/linux/soc/ti/
Dti_sci_protocol.h541 struct ti_sci_clk_ops clk_ops; member
/Linux-v6.6/drivers/phy/rockchip/
Dphy-rockchip-inno-hdmi.c289 const struct clk_ops *clk_ops; member