Searched defs:scmi_clk_ops (Results 1 – 2 of 2) sorted by relevance
71 struct scmi_clk_ops { struct72 int (*count_get)(const struct scmi_handle *handle);74 const struct scmi_clock_info *(*info_get)76 int (*rate_get)(const struct scmi_handle *handle, u32 clk_id,78 int (*rate_set)(const struct scmi_handle *handle, u32 clk_id,80 int (*enable)(const struct scmi_handle *handle, u32 clk_id);81 int (*disable)(const struct scmi_handle *handle, u32 clk_id);
89 static const struct clk_ops scmi_clk_ops = { variable