Searched defs:scmi_clk_ops (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-4.19/include/linux/ |
| D | scmi_protocol.h | 66 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);
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | scmi_protocol.h | 71 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);
|
| /kernel/linux/linux-4.19/drivers/clk/ |
| D | clk-scmi.c | 89 static const struct clk_ops scmi_clk_ops = { variable
|
| /kernel/linux/linux-5.10/drivers/clk/ |
| D | clk-scmi.c | 89 static const struct clk_ops scmi_clk_ops = { variable
|