Home
last modified time | relevance | path

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

/u-boot/include/
A Dclk-uclass.h20 struct clk_ops { struct
39 int (*of_xlate)(struct clk *clock,
54 int (*request)(struct clk *clock);
63 int (*rfree)(struct clk *clock);
71 ulong (*round_rate)(struct clk *clk, ulong rate);
78 ulong (*get_rate)(struct clk *clk);
86 ulong (*set_rate)(struct clk *clk, ulong rate);
94 int (*set_parent)(struct clk *clk, struct clk *parent);
101 int (*enable)(struct clk *clk);
108 int (*disable)(struct clk *clk);
/u-boot/arch/arm/cpu/armv7/bcm235xx/
A Dclk-core.h50 struct clk_ops { struct
68 struct clk_ops *ops; argument
/u-boot/arch/arm/cpu/armv7/bcm281xx/
A Dclk-core.h50 struct clk_ops { struct
68 struct clk_ops *ops; argument
/u-boot/include/linux/soc/ti/
A Dti_sci_protocol.h594 struct ti_sci_clk_ops clk_ops; member

Completed in 11 milliseconds