Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dclk-uclass.h21 struct clk_ops { struct
40 int (*of_xlate)(struct clk *clock,
55 int (*request)(struct clk *clock);
64 int (*free)(struct clk *clock);
71 ulong (*get_rate)(struct clk *clk);
79 ulong (*set_rate)(struct clk *clk, ulong rate);
87 int (*get_phase)(struct clk *clk);
96 int (*set_phase)(struct clk *clk, int degrees);
104 int (*set_parent)(struct clk *clk, struct clk *parent);
111 int (*enable)(struct clk *clk);
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dmcfclk.h12 struct clk_ops { struct
19 struct clk_ops *clk_ops; argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dclk-provider.h228 struct clk_ops { struct
229 int (*prepare)(struct clk_hw *hw);
230 void (*unprepare)(struct clk_hw *hw);
231 int (*is_prepared)(struct clk_hw *hw);
232 void (*unprepare_unused)(struct clk_hw *hw);
233 int (*enable)(struct clk_hw *hw);
234 void (*disable)(struct clk_hw *hw);
235 int (*is_enabled)(struct clk_hw *hw);
236 void (*disable_unused)(struct clk_hw *hw);
237 int (*save_context)(struct clk_hw *hw);
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-core.h50 struct clk_ops { struct
68 struct clk_ops *ops; argument
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-core.h50 struct clk_ops { struct
68 struct clk_ops *ops; argument
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-scmi.c16 static const struct scmi_clk_proto_ops *clk_ops; variable
/OK3568_Linux_fs/kernel/drivers/clk/ingenic/
H A Dcgu.h128 const struct clk_ops *clk_ops; member
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-of-arasan.c152 const struct sdhci_arasan_clk_ops *clk_ops; member
174 const struct sdhci_arasan_clk_ops *clk_ops; member
/OK3568_Linux_fs/kernel/include/linux/soc/ti/
H A Dti_sci_protocol.h502 struct ti_sci_clk_ops clk_ops; member
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-hdmi.c289 const struct clk_ops *clk_ops; member