Searched defs:rt_clk_ops (Results 1 – 1 of 1) sorted by relevance
117 struct rt_clk_ops struct119 rt_err_t (*init)(struct rt_clk *, void *fw_data);120 rt_err_t (*finit)(struct rt_clk *);122 rt_err_t (*prepare)(struct rt_clk *);123 void (*unprepare)(struct rt_clk *);124 rt_bool_t (*is_prepared)(struct rt_clk *);125 rt_err_t (*enable)(struct rt_clk *);126 void (*disable)(struct rt_clk *);127 rt_bool_t (*is_enabled)(struct rt_clk *);130 rt_err_t (*set_phase)(struct rt_clk *, int degrees);[all …]
Completed in 3 milliseconds