Searched defs:scmi_clk_proto_ops (Results 1 – 1 of 1) sorted by relevance
75 struct scmi_clk_proto_ops { struct76 int (*count_get)(const struct scmi_protocol_handle *ph);78 const struct scmi_clock_info *(*info_get)80 int (*rate_get)(const struct scmi_protocol_handle *ph, u32 clk_id,82 int (*rate_set)(const struct scmi_protocol_handle *ph, u32 clk_id,84 int (*enable)(const struct scmi_protocol_handle *ph, u32 clk_id);85 int (*disable)(const struct scmi_protocol_handle *ph, u32 clk_id);