Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
A Dmcfclk.h12 struct clk_ops { struct
18 struct clk_ops *clk_ops; argument
/linux/include/linux/
A Dclk-provider.h220 struct clk_ops { struct
221 int (*prepare)(struct clk_hw *hw);
222 void (*unprepare)(struct clk_hw *hw);
223 int (*is_prepared)(struct clk_hw *hw);
225 int (*enable)(struct clk_hw *hw);
226 void (*disable)(struct clk_hw *hw);
227 int (*is_enabled)(struct clk_hw *hw);
238 u8 (*get_parent)(struct clk_hw *hw);
246 int (*get_phase)(struct clk_hw *hw);
252 int (*init)(struct clk_hw *hw);
[all …]
/linux/drivers/clk/ingenic/
A Dcgu.h132 const struct clk_ops *clk_ops; member
/linux/drivers/mmc/host/
A Dsdhci-of-arasan.c151 const struct sdhci_arasan_clk_ops *clk_ops; member
173 const struct sdhci_arasan_clk_ops *clk_ops; member
/linux/include/linux/soc/ti/
A Dti_sci_protocol.h541 struct ti_sci_clk_ops clk_ops; member
/linux/drivers/phy/rockchip/
A Dphy-rockchip-inno-hdmi.c289 const struct clk_ops *clk_ops; member

Completed in 35 milliseconds