Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dclk-uclass.h20 struct clk_ops { struct
39 int (*of_xlate)(struct clk *clock,
54 int (*request)(struct clk *clock);
63 int (*free)(struct clk *clock);
70 ulong (*get_rate)(struct clk *clk);
78 ulong (*set_rate)(struct clk *clk, ulong rate);
86 int (*set_parent)(struct clk *clk, struct clk *parent);
93 int (*enable)(struct clk *clk);
100 int (*disable)(struct clk *clk);
/openbmc/linux/arch/m68k/include/asm/
H A Dmcfclk.h12 struct clk_ops { struct
18 struct clk_ops *clk_ops; argument
/openbmc/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);
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 …]
/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-core.h49 struct clk_ops { struct
67 struct clk_ops *ops; argument
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-core.h49 struct clk_ops { struct
67 struct clk_ops *ops; argument
/openbmc/u-boot/include/linux/soc/ti/
H A Dti_sci_protocol.h271 struct ti_sci_clk_ops clk_ops; member
/openbmc/linux/drivers/clk/ingenic/
H A Dcgu.h139 const struct clk_ops *clk_ops; member
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-of-arasan.c190 const struct sdhci_arasan_clk_ops *clk_ops; member
212 const struct sdhci_arasan_clk_ops *clk_ops; member
/openbmc/linux/include/linux/soc/ti/
H A Dti_sci_protocol.h541 struct ti_sci_clk_ops clk_ops; member
/openbmc/linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-hdmi.c289 const struct clk_ops *clk_ops; member