Lines Matching defs:scmi_clk_proto_ops
102 struct scmi_clk_proto_ops { struct
103 int (*count_get)(const struct scmi_protocol_handle *ph);
105 const struct scmi_clock_info __must_check *(*info_get)
107 int (*rate_get)(const struct scmi_protocol_handle *ph, u32 clk_id,
109 int (*rate_set)(const struct scmi_protocol_handle *ph, u32 clk_id,
111 int (*enable)(const struct scmi_protocol_handle *ph, u32 clk_id,
113 int (*disable)(const struct scmi_protocol_handle *ph, u32 clk_id,
115 int (*state_get)(const struct scmi_protocol_handle *ph, u32 clk_id,
117 int (*config_oem_get)(const struct scmi_protocol_handle *ph, u32 clk_id,
120 int (*config_oem_set)(const struct scmi_protocol_handle *ph, u32 clk_id,
123 int (*parent_get)(const struct scmi_protocol_handle *ph, u32 clk_id, u32 *parent_id);
124 int (*parent_set)(const struct scmi_protocol_handle *ph, u32 clk_id, u32 parent_id);