Searched defs:scmi_clk_proto_ops (Results 1 – 1 of 1) sorted by relevance
/linux/include/linux/ |
H A D | scmi_protocol.h | 102 struct scmi_clk_proto_ops { struct 103 int (*count_get)(const struct scmi_protocol_handle *ph); 105 const struct scmi_clock_info __must_check *(*info_get) 107 int (*rate_get)(const struct scmi_protocol_handle *ph, u32 clk_id, 109 int (*rate_set)(const struct scmi_protocol_handle *ph, u32 clk_id, 111 int (*enable)(const struct scmi_protocol_handle *ph, u32 clk_id, 113 int (*disable)(const struct scmi_protocol_handle *ph, u32 clk_id, 115 int (*state_get)(const struct scmi_protocol_handle *ph, u32 clk_id, 117 int (*config_oem_get)(const struct scmi_protocol_handle *ph, u32 clk_id, 120 int (*config_oem_set)(const struct scmi_protocol_handle *ph, u32 clk_id, [all …]
|