Searched defs:scmi_clk_proto_ops (Results 1 – 1 of 1) sorted by relevance
/linux-6.8/include/linux/ |
D | scmi_protocol.h | 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, [all …]
|