Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/m68k/include/asm/
A Dmcfclk.h12 struct clk_ops { struct
18 struct clk_ops *clk_ops; member
/linux-6.3-rc2/include/linux/
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);
239 int (*enable)(struct clk_hw *hw);
240 void (*disable)(struct clk_hw *hw);
241 int (*is_enabled)(struct clk_hw *hw);
252 u8 (*get_parent)(struct clk_hw *hw);
260 int (*get_phase)(struct clk_hw *hw);
266 int (*init)(struct clk_hw *hw);
[all …]
/linux-6.3-rc2/drivers/clk/ingenic/
A Dcgu.h139 const struct clk_ops *clk_ops; member
/linux-6.3-rc2/drivers/mmc/host/
A Dsdhci-of-arasan.c153 const struct sdhci_arasan_clk_ops *clk_ops; member
175 const struct sdhci_arasan_clk_ops *clk_ops; member
/linux-6.3-rc2/include/linux/soc/ti/
A Dti_sci_protocol.h541 struct ti_sci_clk_ops clk_ops; member
/linux-6.3-rc2/drivers/phy/rockchip/
A Dphy-rockchip-inno-hdmi.c289 const struct clk_ops *clk_ops; member

Completed in 24 milliseconds