Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dscmi_protocol.h66 struct scmi_clk_ops { struct
67 int (*count_get)(const struct scmi_handle *handle);
69 const struct scmi_clock_info *(*info_get)
71 int (*rate_get)(const struct scmi_handle *handle, u32 clk_id,
73 int (*rate_set)(const struct scmi_handle *handle, u32 clk_id,
75 int (*enable)(const struct scmi_handle *handle, u32 clk_id);
76 int (*disable)(const struct scmi_handle *handle, u32 clk_id);
/Linux-v5.4/drivers/clk/
Dclk-scmi.c89 static const struct clk_ops scmi_clk_ops = { variable