Searched defs:scmi_handle (Results 1 – 1 of 1) sorted by relevance
231 struct scmi_handle { struct232 struct device *dev;233 struct scmi_revision_info *version;234 struct scmi_perf_ops *perf_ops;235 struct scmi_clk_ops *clk_ops;236 struct scmi_power_ops *power_ops;237 struct scmi_sensor_ops *sensor_ops;261 struct scmi_handle *handle; argument