Lines Matching defs:scmi_clk_proto_ops
91 struct scmi_clk_proto_ops { struct
92 int (*count_get)(const struct scmi_protocol_handle *ph);
94 const struct scmi_clock_info __must_check *(*info_get)
96 int (*rate_get)(const struct scmi_protocol_handle *ph, u32 clk_id,
98 int (*rate_set)(const struct scmi_protocol_handle *ph, u32 clk_id,
100 int (*enable)(const struct scmi_protocol_handle *ph, u32 clk_id,
102 int (*disable)(const struct scmi_protocol_handle *ph, u32 clk_id,
104 int (*state_get)(const struct scmi_protocol_handle *ph, u32 clk_id,
106 int (*config_oem_get)(const struct scmi_protocol_handle *ph, u32 clk_id,
109 int (*config_oem_set)(const struct scmi_protocol_handle *ph, u32 clk_id,
111 int (*parent_get)(const struct scmi_protocol_handle *ph, u32 clk_id, u32 *parent_id);
112 int (*parent_set)(const struct scmi_protocol_handle *ph, u32 clk_id, u32 parent_id);