Searched defs:scmi_handle (Results 1 – 1 of 1) sorted by relevance
279 struct scmi_handle { struct280 struct device *dev;281 struct scmi_revision_info *version;282 const struct scmi_perf_ops *perf_ops;283 const struct scmi_clk_ops *clk_ops;284 const struct scmi_power_ops *power_ops;285 const struct scmi_sensor_ops *sensor_ops;286 const struct scmi_reset_ops *reset_ops;287 const struct scmi_notify_ops *notify_ops;289 void *perf_priv;[all …]