Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dclk.h79 struct clk_ops { struct
80 TEE_Result (*enable)(struct clk *clk);
81 void (*disable)(struct clk *clk);
82 TEE_Result (*set_parent)(struct clk *clk, size_t index);
83 size_t (*get_parent)(struct clk *clk);
84 TEE_Result (*set_rate)(struct clk *clk, unsigned long rate,
86 unsigned long (*get_rate)(struct clk *clk,
88 TEE_Result (*get_rates_array)(struct clk *clk, size_t start_index,
90 TEE_Result (*get_rates_steps)(struct clk *clk, unsigned long *min,
92 TEE_Result (*get_duty_cycle)(struct clk *clk,