Home
last modified time | relevance | path

Searched defs:scmi_clk_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/linux/
Dscmi_protocol.h71 struct scmi_clk_ops { struct
72 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);
/Linux-v5.10/drivers/clk/
Dclk-scmi.c89 static const struct clk_ops scmi_clk_ops = { variable